gecko-dev/tools/release
preed%mozilla.com dd443cef5a Bug 371350: Rsync was copying the rcN directory, not its contents; Fix inconsistent use of catfile(); add code for handling the XPI directories. r=rhelmer 2007-03-01 02:05:23 +00:00
..
Bootstrap Bug 371350: Rsync was copying the rcN directory, not its contents; Fix inconsistent use of catfile(); add code for handling the XPI directories. r=rhelmer 2007-03-01 02:05:23 +00:00
MozBuild Bug 369797: make cc optional in SendAnnouncement(); also, clean up unicode characters in MozBuild::Util::Email() warn messages, add a Bootstrap::Config::Exists() method, to check for variable existance, and ditch (less than useful) perl function prototyping. r=rhelmer 2007-02-09 01:23:34 +00:00
t cleanup and consistency r=preed b=369004 2007-02-07 22:14:24 +00:00
Makefile move to new RunShellCommand, split into substeps, various fixes and features. r=preed, b=368579 2007-02-01 03:50:47 +00:00
README implement release steps b=356185 r=preed 2006-12-05 19:12:59 +00:00
bootstrap.cfg cleanup and consistency r=preed b=369004 2007-02-07 22:14:24 +00:00
release cleanup and consistency r=preed b=369004 2007-02-07 22:14:24 +00:00

README

Bootstrap Release 
-----------------

Bootstrap is a release automation tool.
Use "release -h" for help.

Pre-flight Checklist
-----------------
There are a number of manual steps that must be performed, so a default
end-to-end run will not (yet) work.

Before any steps:

* verify shipped-locales
* edit bootstrap.cfg
* edit tinder-config.pl/mozconfig 
* version bump

After Build and Repack steps:

* rsync builds to candidates dir

After Update step:

* edit patcher config
* edit mozilla/testing/release/updates/updates.cfg

After Sign step:

* create bouncer links
* rsync builds to mirrors
* wait 12 hours for mirrors to catch up
* rsync production AUS config

Steps are in dependency order. The process may be restarted at any step as 
long as all previous steps are satisfied.

PASS/FAIL verification is run after every step.

Steps 
-----------------
1) Tag 
2) Build 
3) Source
4) Repack
5) Updates
6) Stage
7) Sign
   
Details
-----------------
Tag 
   _RELEASE and _RCn for mozilla, l10n and talkback
Build 
  en-US build from source (based on tag)
  push to stage
  announce
Source
  bz2 archive (based on tag)
  push to stage
Repack
  repack l10n, uses en-US build (based on tag)
  push to stage
  announce
Updates
  uses patcher
  generate partials and AUS config ("snippets")
  push to stage
  announce
Stage
  uses groom-files
  create release directory/filename structure
  merge updates
  announce
Sign
  manual