Confirmed users
2,679
edits
(10 intermediate revisions by the same user not shown) | |||
Line 207: | Line 207: | ||
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: | First do backup: | ||
Line 213: | Line 228: | ||
cd /opt/aus2/snippets/staging | cd /opt/aus2/snippets/staging | ||
time ~/bin/backupsnip 20080820-Firefox-2.0.0.16-3.0.1-MU-beta | 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: | To push to beta the following directories need to be pushsnip'ed on aus2-staging: | ||
# contains every locale except 'sl' | # 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' | # only contains 'sl' | ||
/opt/aus2/snippets/staging/ | 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: | To push to release the following directories need to be pushsnip'ed on aus2-staging: | ||
# contains every locale except 'sl' | # 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' | # only contains 'sl' | ||
/ | time ~/bin/pushsnip 20080821-Firefox-MU-sl-only | ||
real 0m0.500s | |||
user 0m0.003s | |||
sys 0m0.044s |