Bugzilla:Release Process: Difference between revisions

Jump to navigation Jump to search
Line 197: Line 197:


==== Create the Tarballs ====
==== Create the Tarballs ====
First, wait about 5 minutes after you do the tags. This is to allow the version bumps to propogate from Git to Bzr and also to CVS. The latter is because tarballs for 4.0 are pulled from cvs-mirror.mozilla.org, and you need to wait for that server to be updated with the tags.
There's a script for building Bugzilla tarballs, in the misc/build bzr repository.
Just build a tarball for each release, using the version-specific CVS or bzr tags that you made above. (Don't use the -BRANCH or _Stable tags.)
For building the 4.0.x tarballs:
  bin/buildtarball.sh BUGZILLA-4_0_14 bugzilla-4.0.14


For building tarballs for 4.2.x and newer:
For building tarballs for 4.2.x and newer:


   bin/build.pl 4.2 4.2.10
   ./build.pl 4.2.10
   bin/build.pl 4.4 4.4.5
   ./build.pl 4.4.5
   bin/build.pl trunk 4.5.5
   ./build.pl 4.5.5


==== Make the Diff Files ====
==== Make the Diff Files ====
637

edits

Navigation menu