Confirmed users
4,293
edits
Line 339: | Line 339: | ||
cd /opt/aus2/snippets/staging/20080423-Thunderbird-2.0.0.14 | cd /opt/aus2/snippets/staging/20080423-Thunderbird-2.0.0.14 | ||
find -type d -iregex '.*release.*' | perl -nle '$a = $_; $a =~ s/release/releasetest/; system("diff -r -u $_ ../20080423-Thunderbird-2.0.0.14-test/$a");' | find -type d -iregex '.*release.*' | perl -nle '$a = $_; $a =~ s/release/releasetest/; system("diff -r -u $_ ../20080423-Thunderbird-2.0.0.14-test/$a");' | ||
====Push Updates to Release Channel==== | |||
While waiting for QA to give "ok", on aus2-staging do: | |||
# put snippets on release | |||
$ 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 | |||
real 20m9.742s | |||
user 0m24.242s | |||
sys 0m28.175s | |||
'''Todo:''' After QA gives "ok" to push to release channel, on aus2-staging do: | |||
# put snippets on release | |||
$ sudo su - cltbld | |||
$ cd /opt/aus2/snippets/staging | |||
$ time ~/bin/pushsnip 20080423-Thunderbird-2.0.0.14 |