diff options
author | Scott Dodson <sdodson@redhat.com> | 2017-04-12 09:50:13 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-12 09:50:13 -0400 |
commit | ff88247e7c3818c86a2c65ba0573e874b0998987 (patch) | |
tree | 467477b53b97c4a75c650fcd3ae5b43827d1a139 /BUILD.md | |
parent | 8d34cd374e9798e747ea02b0657571e717f25e76 (diff) | |
parent | 69fb4f0e741b09d21f14a4533193b0aa05df1b10 (diff) | |
download | openshift-ff88247e7c3818c86a2c65ba0573e874b0998987.tar.gz openshift-ff88247e7c3818c86a2c65ba0573e874b0998987.tar.bz2 openshift-ff88247e7c3818c86a2c65ba0573e874b0998987.tar.xz openshift-ff88247e7c3818c86a2c65ba0573e874b0998987.zip |
Merge pull request #3799 from rhcarvalho/docs
Documentation updates
Diffstat (limited to 'BUILD.md')
-rw-r--r-- | BUILD.md | 24 |
1 files changed, 3 insertions, 21 deletions
@@ -1,10 +1,12 @@ # openshift-ansible RPM Build instructions + We use tito to make building and tracking revisions easy. For more information on tito, please see the [Tito home page](https://github.com/dgoodwin/tito "Tito home page"). -## Build openshift-ansible-bin +## Build openshift-ansible + - Change into openshift-ansible ``` cd openshift-ansible @@ -22,23 +24,3 @@ tito tag ``` tito build --rpm ``` - - -## Build openshift-ansible-inventory -- Change into openshift-ansible/inventory -``` -cd openshift-ansible/inventory -``` -- 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 to push the tags -- Build a new package based on the latest tag information -``` -tito build --rpm -``` |