Releasing

From CRIU
Revision as of 01:07, 27 April 2019 by Kir (talk | contribs) (→‎Wiki: some improvements)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

This is a reminder of steps needed to roll out 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

Announces

  • FIXME