Confirmed users
2,679
edits
No edit summary |
|||
(14 intermediate revisions by 2 users not shown) | |||
Line 188: | Line 188: | ||
= Separate ja-JP-mac snippets into a separate directory = | = Separate ja-JP-mac snippets into a separate directory = | ||
We aren't likely going to be doing a 2.0.0.16->3.0.1 ja-JP-mac update but nonetheless we should keep these snippets around. If we end doing the update the new directories can be pushsnip'ed to enable it. test channel snippets were not separated out, but deleted from the live snippet dirs :(. If we need ja-JP-mac 2.0.0.16->3.0.1 test channel snippets we'll have to regenerate them. | |||
# cltbld@aus2-staging.mozilla.org | # cltbld@aus2-staging.mozilla.org | ||
cd /opt/aus2/snippets/staging | cd /opt/aus2/snippets/staging | ||
Line 205: | Line 206: | ||
cd ../20080820-Firefox-2.0.0.16-3.0.1-MU-beta/ | cd ../20080820-Firefox-2.0.0.16-3.0.1-MU-beta/ | ||
find . -maxdepth 5 -mindepth 5 | grep 'ja-JP-mac' | xargs rm -rfv | find . -maxdepth 5 -mindepth 5 | grep 'ja-JP-mac' | xargs rm -rfv | ||
= update-verify log = | |||
We manually scanned the update verify logs. Also compared logs with Nick's earlier update verify. Noted some differences in logs for: | |||
sk - mac | |||
sl - all | |||
ru - linux, mac | |||
ja-JP - mac | |||
mn - win32 | |||
mb-NO - win32 | |||
nl - win32 | |||
...so ask QA to add these to the spotchecking list. Just in case. | |||
* There is a Bulgarian (bg) locale in FF2.0.0.x, but there is no Bulgarian (bg) locale in FF3.0.x yet. This means we cannot do a major update for bg yet. I confirmed there are no update snippets for bg, so we are all ok. | |||
= '''Push update snippets to beta channel''' = | |||
First do backup: | |||
sudo su - cltbld | |||
cd /opt/aus2/snippets/staging | |||
time ~/bin/backupsnip 20080820-Firefox-2.0.0.16-3.0.1-MU-beta | |||
real 65m41.991s | |||
user 1m15.712s | |||
sys 1m9.448s | |||
To push to beta the following directories need to be pushsnip'ed on aus2-staging: | |||
# contains every locale except 'sl' | |||
time ~/bin/pushsnip 20080820-Firefox-2.0.0.16-3.0.1-MU-beta | |||
real 0m12.339s | |||
user 0m0.013s | |||
sys 0m0.521s | |||
# only contains 'sl' | |||
time ~/bin/pushsnip 20080821-Firefox-MU-sl-only-beta | |||
real 0m0.467s | |||
user 0m0.002s | |||
sys 0m0.031s | |||
= '''Push update snippets to release channel''' = | |||
* '''In case you need to cancel/abort updates, the quickest way to do this is [https://intranet.mozilla.org/Build:Updates here]''' | |||
* First do backup: | |||
sudo su - cltbld | |||
cd /opt/aus2/snippets/staging | |||
time ~/bin/backupsnip 20080820-Firefox-2.0.0.16-3.0.1-MU | |||
To push to release the following directories need to be pushsnip'ed on aus2-staging: | |||
# contains every locale except 'sl' | |||
time ~/bin/pushsnip 20080820-Firefox-2.0.0.16-3.0.1-MU | |||
real 0m11.777s | |||
user 0m0.019s | |||
sys 0m0.590s | |||
# only contains 'sl' | |||
time ~/bin/pushsnip 20080821-Firefox-MU-sl-only | |||
real 0m0.500s | |||
user 0m0.003s | |||
sys 0m0.044s |