Confirmed users
4,293
edits
m (→Build) |
|||
(3 intermediate revisions by the same user not shown) | |||
Line 142: | Line 142: | ||
====Update Bouncer==== | ====Update Bouncer==== | ||
* Manually added entries to download.mozilla.org | * Manually added entries to download.mozilla.org | ||
* ''Note for next release: Do not remove the Check Now bit on the Thunderbird-2.0.0.18 Products until well after the change to the rsync module (to prevent the likes of {{bug|464566}})'' | |||
==== Push to mirrors ==== | ==== Push to mirrors ==== | ||
Line 185: | Line 184: | ||
# backup snippets on release/live channel | # backup snippets on release/live channel | ||
$ time ~/bin/backupsnip 20081107-Thunderbird-2.0.0.18 | $ time ~/bin/backupsnip 20081107-Thunderbird-2.0.0.18 | ||
Running /bin/tar cfvj /opt/aus2/snippets/backup/20081119-1-pre-20081107-Thunderbird-2.0.0.18.tar.bz2 . | |||
real 29m24.758s | |||
user 0m27.689s | |||
sys 0m44.439s | |||
* After QA finished testing the releasetest channel and go from release driver, enable release channel: | * After QA finished testing the releasetest channel and go from release driver, enable release channel: | ||
Line 197: | Line 201: | ||
# confirm where latest symlinks point to where before starting | # confirm where latest symlinks point to where before starting | ||
$ ls -la latest* | $ ls -la latest* | ||
lrwxrwxrwx 1 cltbld thunderbird 8 Sep 25 15:17 latest -> 2.0.0.17 | |||
lrwxrwxrwx 1 root thunderbird 8 Feb 26 2008 latest-1.5 -> 1.5.0.14 | |||
lrwxrwxrwx 1 cltbld thunderbird 8 Sep 25 15:17 latest-2.0 -> 2.0.0.17 | |||
$ rm latest # (note no trailing slash) | $ rm latest # (note no trailing slash) | ||
$ ln -s 2.0.0. | $ ln -s 2.0.0.18 latest | ||
$ rm latest-2.0 # (note no trailing slash) | $ rm latest-2.0 # (note no trailing slash) | ||
$ ln -s 2.0.0. | $ ln -s 2.0.0.18 latest-2.0 | ||
# confirm latest symlinks point to newest release | # confirm latest symlinks point to newest release | ||
$ ls -la latest* | $ ls -la latest* | ||
lrwxrwxrwx 1 cltbld thunderbird 8 Nov 19 15:21 latest -> 2.0.0.18 | |||
lrwxrwxrwx 1 root thunderbird 8 Feb 26 2008 latest-1.5 -> 1.5.0.14 | |||
lrwxrwxrwx 1 cltbld thunderbird 8 Nov 19 15:21 latest-2.0 -> 2.0.0.18 |