Skip to content
Watson Yuuma Sato edited this page Jan 17, 2018 · 14 revisions
  1. make sure the version is set correctly - Makefile and oscap-anaconda-addon.spec
  2. run make test, fix errors
  3. run ./create_update_image.sh and test the result - update.img, see https://github.com/OpenSCAP/oscap-anaconda-addon/blob/master/docs/manual/developer_guide.adoc
    • Go through installation until login screen to make sure post-install phase of oscap-anaconda-addon is tested.
  4. make potfile, to update strings in translation template
  5. Upload new potfile to oscap-anaconda-addon in Zanata.
  6. make po-pull, to download latest translations from Zanata.
  7. make dist
  8. git tag; git push --tags
  9. close github milestone for the release, make sure a milestone for the next version is available
  10. upload the resulting tarball to github release
  11. bump version for the next release
  12. Build and release updated rpm versions for Fedora

Clone this wiki locally