This website works better with JavaScript
홈
탐색
도움말
가입하기
로그인
shixiong
/
okd
Watch
1
Star
0
포크
0
파일
이슈
0
풀 리퀘스트
0
위키
트리:
a7e3b23639
브랜치
태그
master
okd
/
bin
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
```