canmove, Confirmed users
2,850
edits
ChrisCooper (talk | contribs) mNo edit summary |
ChrisCooper (talk | contribs) No edit summary |
||
Line 138: | Line 138: | ||
====Stage==== | ====Stage==== | ||
* Automated - no problems | * Automated - no problems | ||
==== Push updates to beta channel ==== | |||
# 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 20090120-Firefox-3.0.6-beta | |||
Running /bin/tar cfvj /opt/aus2/snippets/backup/20090127-1-pre-20090120-Firefox-3.0.6-beta.tar.bz2 . | |||
real 35m49.357s | |||
user 0m37.752s | |||
sys 1m2.350s |