Closed Bug 701976 Opened 13 years ago Closed 13 years ago

Enable all automatic updates to 8.0

Categories

(Release Engineering :: General, defect, P1)

defect

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: rail, Assigned: rail)

References

Details

Attachments

(1 file)

Per pre 8.0.1 build plan we'll need to turn on automatic updates to 8.0 Saturday, Nov 12 at 9am PST and turn them off the same day at 9pm PST. The attached patch reverts changes made in bug 701456.
Attachment #573989 - Flags: review?(nrthomas)
Attachment #573989 - Flags: review?(bhearsum)
Assignee: nobody → rail
Thanks Rail - I've reviewed the times and actions and they are correct.
Comment on attachment 573989 [details] [diff] [review]
revert throttling

I double checked the chmoding we did for Mac was successfully undone.
Attachment #573989 - Flags: review?(nrthomas) → review+
Comment on attachment 573989 [details] [diff] [review]
revert throttling

[cltbld@linux-ix-slave14 inc]$ cvs commit -m "Bug 701976 - Enable all automatic updates to 8.0. p=rail, r=nthomas" config-dist.php 
Checking in config-dist.php;
/cvsroot/mozilla/webtools/aus/xml/inc/config-dist.php,v  <--  config-dist.php
new revision: 1.171; previous revision: 1.170
done

[cltbld@linux-ix-slave14 inc]$ cvs tag AUS2_PRODUCTION config-dist.php
W config-dist.php : AUS2_PRODUCTION already exists on version 1.170 : NOT MOVING tag to version 1.171

[cltbld@linux-ix-slave14 inc]$ cvs tag -F AUS2_PRODUCTION config-dist.php
T config-dist.php
Attachment #573989 - Flags: review?(bhearsum) → checked-in+
Depends on: 702020
Per IRC we need to disable updates for all platforms except win32. Since AUS2 can't handle the scenario where all platforms are throttled except one (so manual updates for those still available) we have to unthrottle all platforms and disable snippets (chmod 700) for mac/linux/linux64. In this case AUS2 will be serving updates only for win32 (manual + automatic) and there will be no updates for mac/linux/linux64.

cd /opt/aus2/incoming/3/Firefox/
find {7.0.1,7.0,6.0.2,6.0.1,6.0,5.0,4.0.1,4.0}/{Darwin*,Linux*} -mindepth 3 -maxdepth 3 -name release -type d -exec chmod -v 700 {} \; | tee /tmp/chmod2.log
Ran the same command on PHX.
Comment on attachment 573989 [details] [diff] [review]
revert throttling

Reverted the patch:

[cltbld@linux-ix-slave14 inc]$ cvs commit -m "Revert Bug 701976 - Enable all automatic updates to 8.0. p=rail, r=nthomas" config-dist.php 
Checking in config-dist.php;
/cvsroot/mozilla/webtools/aus/xml/inc/config-dist.php,v  <--  config-dist.php
new revision: 1.172; previous revision: 1.171
done
[cltbld@linux-ix-slave14 inc]$ cvs tag AUS2_PRODUCTION config-dist.php
W config-dist.php : AUS2_PRODUCTION already exists on version 1.171 : NOT MOVING tag to version 1.172
[cltbld@linux-ix-slave14 inc]$ cvs tag -F AUS2_PRODUCTION config-dist.php
T config-dist.php

Will ask IT to update to AUS2_PRODUCTION in a bit.
Attachment #573989 - Flags: checked-in+ → checked-in-
Depends on: 702073
Ran the following on aus2-staging.mozilla.org and dp-ausstage01.phx.mozilla.com

cd /opt/aus2/incoming/3/Firefox/
find {7.0.1,7.0,6.0.2,6.0.1,6.0,5.0,4.0.1,4.0}/{Darwin*,Linux*} -mindepth 3 -maxdepth 3 -name release -type d -exec chmod -v 755 {} \; | tee /tmp/chmod3.log

AUS queries look good to me: no update for normal requests and there are updates for queries with force=1.

Back to the previous state.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Product: mozilla.org → Release Engineering
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: