Bugzilla:Release Process: Difference between revisions

(→‎Post-Release: Add a reminder to change IRC channel topic)
Line 159: Line 159:
* For 4.3 and newer, instead of docs/en/xml/Bugzilla-Guide.xml you need to update docss/bugzilla.ent.tmpl.
* For 4.3 and newer, instead of docs/en/xml/Bugzilla-Guide.xml you need to update docss/bugzilla.ent.tmpl.


=== Tag the Releases in CVS (4.0 only), Bzr, and Git ===
=== Tag the Releases in Bzr, and Git ===


'''TODO''': This should all be a script at some point
'''TODO''': This should all be a script at some point


To tag a release using CVS for the 4.0 branch:
To tag a release in Bzr for the 4.0 branch:


  cvs -q up -dP
'''Note:''' bzr.bugzilla.org now resides on the community infrastructure and requires shell access to make the tags manually. Find dkl or justdave to get access. The BZR branches are located in /var/www/html/bzr.bugzilla.org/bugzilla.
  cvs status -v query.cgi | less
  cvs -Q tag -FR BUGZILLA-4_0_6
  cvs -Q tag -R -d BUGZILLA-4_0-STABLE
  cvs -Q tag -FR BUGZILLA-4_0-STABLE
  cvs -Q tag -FR Bugzilla_Stable
 
To see the current tags in CVS:
 
http://bonsai.mozilla.org/cvsgraph.cgi?file=mozilla/webtools/bugzilla/Bugzilla/Constants.pm
 
To tag a release in Bzr for the 4.0 branch:


   bzr tag bugzilla-4.0.14
   bzr tag bugzilla-4.0.14
637

edits