Confirmed users
4,293
edits
No edit summary |
|||
Line 81: | Line 81: | ||
# substitute the correct platform in the config name | # substitute the correct platform in the config name | ||
./verify.sh -c moz180-thunderbird-linux-major.cfg 2>&1 | tee verify.log | ./verify.sh -c moz180-thunderbird-linux-major.cfg 2>&1 | tee verify.log | ||
==Enable updates on release & beta== | |||
'''If you need to cancel/abort updates, the quickest way to do this is [https://intranet.mozilla.org/Build:Updates here]''' | |||
While waiting for formal "go", backup existing beta channel | |||
# login to aus2-staging | |||
$ sudo su - cltbld | |||
# make sure using latest version of scripts | |||
$ cvs -d :pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot get -d bin mozilla/tools/release/bin/ | |||
cvs checkout: Updating bin | |||
$ cd /opt/aus2/snippets/staging | |||
# note the required parameter must match what will be used with pushsnip below. | |||
$ ~/bin/backupsnip 20080606-Thunderbird-1.5.0.14-major | |||
Once QA and overall driver gives formal "go" to put updates on beta channel | |||
# login to aus2-staging | |||
$ sudo su - cltbld | |||
$ cd /opt/aus2/snippets/staging | |||
$ ~/bin/pushsnip 20080606-Thunderbird-1.5.0.14-major |