Thomas Wiest a7e3b23639 Automatic commit of package [openshift-ansible-bin] release [0.0.1-1]. %!s(int64=10) %!d(string=hai) anos
..
zsh_functions 71c0c0c6d3 added initial tower configs %!s(int64=10) %!d(string=hai) anos
README_BUILD a7e3b23639 Automatic commit of package [openshift-ansible-bin] release [0.0.1-1]. %!s(int64=10) %!d(string=hai) anos
README_SHELL_COMPLETION ee2ad2a52e fixed github repo name in READMEs %!s(int64=10) %!d(string=hai) anos
awsutil.py 35a8d1f73a made the bug fix more python-esq %!s(int64=10) %!d(string=hai) anos
openshift-ansible-bin.spec 17c69ff4a4 Automatic commit of package [openshift-ansible-cmds] release [0.0.1-1]. %!s(int64=10) %!d(string=hai) anos
opssh 4754af459d renamed AnsibleUtil to AwsUtil because that's what it really is. %!s(int64=10) %!d(string=hai) anos
oscp 4754af459d renamed AnsibleUtil to AwsUtil because that's what it really is. %!s(int64=10) %!d(string=hai) anos
ossh 4754af459d renamed AnsibleUtil to AwsUtil because that's what it really is. %!s(int64=10) %!d(string=hai) anos
ossh_bash_completion cf65db9573 Updated oscp and ossh. %!s(int64=10) %!d(string=hai) anos
ossh_zsh_completion d751d4d53a Updated zsh completion to work with oscp %!s(int64=10) %!d(string=hai) anos

README_BUILD

# openshift-ansible-bin RPM Build instructions
We use tito to make building and tracking revisions easy.

For more information on tito, please see the [Tito home page](http://rm-rf.ca/tito "Tito home page").


## Build a test package (no tagging needed)
```
tito build --test --rpm
```


## Tag a new build (bumps version number and adds log entries)
```
tito tag
```

Follow the on screen tito instructions.



## Build a new package based on the latest tag information
```
tito build --rpm
```