This website works better with JavaScript
首頁
探索
說明
註冊
登入
shixiong
/
okd
關註
1
讚好
0
複刻
0
檔案
問題管理
0
合併請求
0
Wiki
目錄樹:
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
```