summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorThomas Wiest <twiest@redhat.com>2015-05-07 14:22:16 -0400
committerThomas Wiest <twiest@redhat.com>2015-05-07 14:22:16 -0400
commit060dffb973687776a22b5ff34e4843744ca82b05 (patch)
treec6571117ec512b5c945f67cad48ff5d57244fdc9 /bin
parent4c16fcb11043133e162f4c0a966032a175082c9a (diff)
downloadopenshift-060dffb973687776a22b5ff34e4843744ca82b05.tar.gz
openshift-060dffb973687776a22b5ff34e4843744ca82b05.tar.bz2
openshift-060dffb973687776a22b5ff34e4843744ca82b05.tar.xz
openshift-060dffb973687776a22b5ff34e4843744ca82b05.zip
Automatic commit of package [openshift-ansible-bin] release [0.0.13-1].
Diffstat (limited to 'bin')
-rw-r--r--bin/openshift-ansible-bin.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/bin/openshift-ansible-bin.spec b/bin/openshift-ansible-bin.spec
index 29aaff9ae..9fc79fe6c 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.12
+Version: 0.0.13
Release: 1%{?dist}
License: ASL 2.0
URL: https://github.com/openshift/openshift-ansible
@@ -36,6 +36,9 @@ cp -p openshift_ansible.conf.example %{buildroot}/etc/openshift_ansible/openshif
%config(noreplace) /etc/openshift_ansible/
%changelog
+* Thu May 07 2015 Thomas Wiest <twiest@redhat.com> 0.0.13-1
+- added '-e all' to ohi and fixed pylint errors. (twiest@redhat.com)
+
* Tue May 05 2015 Thomas Wiest <twiest@redhat.com> 0.0.12-1
- fixed opssh and opscp to allow just environment or just host-type.
(twiest@redhat.com)