README_BUILD 496 B

12345678910111213141516171819202122232425
  1. # openshift-ansible-bin RPM Build instructions
  2. We use tito to make building and tracking revisions easy.
  3. For more information on tito, please see the [Tito home page](http://rm-rf.ca/tito "Tito home page").
  4. ## Build a test package (no tagging needed)
  5. ```
  6. tito build --test --rpm
  7. ```
  8. ## Tag a new build (bumps version number and adds log entries)
  9. ```
  10. tito tag
  11. ```
  12. Follow the on screen tito instructions.
  13. ## Build a new package based on the latest tag information
  14. ```
  15. tito build --rpm
  16. ```