Confirmed users
2,679
edits
Line 167: | Line 167: | ||
==== Publish Updates to Release Channel ==== | ==== Publish Updates to Release Channel ==== | ||
* '''In case you need to cancel/abort updates, the quickest way to do this is [https://intranet.mozilla.org/Build:Updates here]''' | |||
* While waiting for QA to finish testing, do a backup: | |||
# on aus2-staging | |||
# verify we have correct tools | |||
$ sudo su - cltbld | |||
$ cd ~/bin | |||
$ cvs update -dP | |||
# backup snippets on release/live channel | |||
$ sudo su - cltbld | |||
$ cd /opt/aus2/snippets/staging | |||
$ time ~/bin/backupsnip 20080709-Thunderbird-2.0.0.16 | |||
...in progress... | |||
* After QA finished testing the releasetest channel, enabled release channel: | |||
# on aus2-staging | |||
# put snippets on release/live channel | |||
$ sudo su - cltbld | |||
$ cd /opt/aus2/snippets/staging | |||
$ time ~/bin/pushsnip 20080709-Thunderbird-2.0.0.16 | |||
====Release==== | ====Release==== |