Confirmed users
4,293
edits
No edit summary |
|||
Line 205: | Line 205: | ||
Make sure that [https://bugzilla.mozilla.org/attachment.cgi?id=391871 this AUS throttling update] gets landed after beta snippets are pushed, otherwise 3.0.12 beta users will not be passively updated. | Make sure that [https://bugzilla.mozilla.org/attachment.cgi?id=391871 this AUS throttling update] gets landed after beta snippets are pushed, otherwise 3.0.12 beta users will not be passively updated. | ||
==== Disable 3.0.12 -> 3.5.1 MU ==== | |||
Drivers requested in {{bug|507967}} that we disable the current MU, so that people don't end up going 3.0.12 -> 3.5.1 -> 3.5.2 if they hear that a new firefox release is coming. | |||
# cltbld@aus2-staging | |||
cd /opt/aus2/snippets/staging/ | |||
rsync -a 20090721-Firefox-3.0.12-3.5.1-MU/ 20090802-Firefox-3.0.12-3.5.1-MU-null/ | |||
cd 20090802-Firefox-3.0.12-3.5.1-MU-null/ | |||
find . -depth -type d -iregex '.*/beta$' -exec rm -rf {} \; | |||
for f in `find . -type f`; do rm $f; touch $f; done | |||
~/bin/backupsnip 20090802-Firefox-3.0.12-3.5.1-MU-null/ | |||
# checked that there 370 empty snipets, to match 370 useful ones in the source dir | |||
'''NOT DONE YET''' | |||
~/bin/pushsnip 20090802-Firefox-3.0.12-3.5.1-MU-null/ | |||
==== Push to mirrors ==== | ==== Push to mirrors ==== |