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

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
```