Confirmed users
4,293
edits
| Line 249: | Line 249: | ||
patrocles doesn't have wget, so used production-pacifica-vm instead - checked that the win32_logDir is /cygdrive/c/... rather than /cygdrive/e/... in the bootstrap config. | patrocles doesn't have wget, so used production-pacifica-vm instead - checked that the win32_logDir is /cygdrive/c/... rather than /cygdrive/e/... in the bootstrap config. | ||
===Push Updates to Beta Channels=== | |||
While waiting for QA to give "ok", on aus2-staging do: | |||
# put snippets on beta | |||
$ sudo su - cltbld | |||
# make sure using latest version of scripts in mozilla/tools/release/bin/ | |||
$ cd bin | |||
$ cvs update . | |||
$ cd /opt/aus2/snippets/staging | |||
# note the required parameter must match what will be used with pushsnip below. | |||
$ time ~/bin/backupsnip 20080423-Thunderbird-2.0.0.14-beta | |||
real 44m17.226s | |||
user 0m25.183s | |||
sys 0m36.805s | |||
After QA gives "ok" to push to beta channel, on aus2-staging do: | |||
# put snippets on beta | |||
$ sudo su - cltbld | |||
# make sure using latest version of scripts in mozilla/tools/release/bin/ | |||
$ cd bin | |||
$ cvs update mozilla/tools/release/bin/ | |||
$ cd /opt/aus2/snippets/staging | |||
$ time ~/bin/pushsnip 20080423-Thunderbird-2.0.0.14-beta | |||
real 0m39.156s | |||
user 0m0.050s | |||
sys 0m3.772s | |||