Confirmed users
4,293
edits
No edit summary |
|||
Line 167: | Line 167: | ||
Automated, no problems. | Automated, no problems. | ||
==== Push updates to beta channel ==== | |||
Ran the pushsnip commands for both 2.0.0.19 and 3.0.5 at the same time on aus2-staging. | |||
# 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. | |||
$ date; time ~/bin/backupsnip 20081204-Firefox-2.0.0.19-beta | |||
'''DONE TO HERE''' | |||
$ time ~/bin/pushsnip 20081204-Firefox-2.0.0.19-beta | |||
$ time ~/bin/pushsnip 20081202-Firefox-3.0.5-beta |