summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorThomas Wiest <twiest@redhat.com>2015-04-09 15:20:31 -0400
committerThomas Wiest <twiest@redhat.com>2015-04-09 15:20:31 -0400
commitf0ae24d8346ba8cafe6c8f9890433789b5367078 (patch)
treefcb00a091cac4ec0a988e0c8a9616d27d9671ba9 /bin
parent3f6ca82df4bd1eb3986a4692412c3adc9b048e60 (diff)
downloadopenshift-f0ae24d8346ba8cafe6c8f9890433789b5367078.tar.gz
openshift-f0ae24d8346ba8cafe6c8f9890433789b5367078.tar.bz2
openshift-f0ae24d8346ba8cafe6c8f9890433789b5367078.tar.xz
openshift-f0ae24d8346ba8cafe6c8f9890433789b5367078.zip
Automatic commit of package [openshift-ansible-bin] release [0.0.6-1].
Diffstat (limited to 'bin')
-rw-r--r--bin/openshift-ansible-bin.spec6
1 files changed, 5 insertions, 1 deletions
diff --git a/bin/openshift-ansible-bin.spec b/bin/openshift-ansible-bin.spec
index f509bdd79..695aebc28 100644
--- a/bin/openshift-ansible-bin.spec
+++ b/bin/openshift-ansible-bin.spec
@@ -1,6 +1,6 @@
Summary: OpenShift Ansible Scripts for working with metadata hosts
Name: openshift-ansible-bin
-Version: 0.0.5
+Version: 0.0.6
Release: 1%{?dist}
License: ASL 2.0
URL: https://github.com/openshift/openshift-ansible
@@ -36,6 +36,10 @@ cp -p openshift_ansible.conf.example %{buildroot}/etc/openshift_ansible/openshif
%config(noreplace) /etc/openshift_ansible/
%changelog
+* Thu Apr 09 2015 Thomas Wiest <twiest@redhat.com> 0.0.6-1
+- fixed bug where opssh would throw an exception if pssh returned a non-zero
+ exit code (twiest@redhat.com)
+
* Wed Apr 08 2015 Thomas Wiest <twiest@redhat.com> 0.0.5-1
- fixed the opssh default output behavior to be consistent with pssh. Also
fixed a bug in how directories are named for --outdir and --errdir.