Releasing

From CRIU
Revision as of 00:10, 9 March 2017 by Kir (talk | contribs) (some formatting)
Jump to navigation Jump to search

This is a reminder of step required to create a new release.

Code

  • Fix Makefile.versions
  • Commit: git commit -m "criu: Version $version"
  • Tag: git tag -a v$version -m '$summary'
  • Push: git push && git push --tags
  • Upload tarball: make tar && scp $tarbal xemul@download.openvz.org:/var/www/html/criu/

Wiki