Closed Bug 701456 Opened 14 years ago Closed 14 years ago

Please halt all automatic updates to 8.0, keep MUs on website

Categories

(Release Engineering :: General, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: akeybl, Assigned: bhearsum)

References

Details

Attachments

(1 file)

Due to the startup crash in 691847 after update, please halt all automatic updates to 8.0. MUs can stay up, however, as a crashing user will have a better idea of how to resolve the situation (download an earlier update again).
Depends on: 691847
Assignee: nobody → bhearsum
I did the quick thing of turning of ALL 4.0 and up updates, including beta: chmod 700 4.0 4.0.1 5.0 5.0.1 6.0 6.0.1 6.0.2 7.0 7.0.1 Going to fix this up to only be the release channel
To switch this to release channel only, did: 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} -mindepth 4 -maxdepth 4 -name release -type d -exec echo chmod -v 700 {} \; chmod 775 4.0 4.0.1 5.0 5.0.1 6.0 6.0.1 6.0.2 7.0 7.0.1 I also ran the 'find' command in phx, for consistency.
Per IRC/e-mail, we should do this through throttling so that manual update checks still work.
Attachment #573618 - Flags: review?(nrthomas)
Comment on attachment 573618 [details] [diff] [review] use throttling to stop automatic updates for 4.0 through 7.0.1 release channel looks fine to me but please check jenkins before filing the IT bug.
Attachment #573618 - Flags: review?(nrthomas) → review+
Depends on: 701495
Comment on attachment 573618 [details] [diff] [review] use throttling to stop automatic updates for 4.0 through 7.0.1 release channel bhearsum@voot ...aus/xml/inc % cvs tag AUS2_PRODUCTION config-dist.php W config-dist.php : AUS2_PRODUCTION already exists on version 1.169 : NOT MOVING tag to version 1.170 bhearsum@voot ...aus/xml/inc % cvs tag -F AUS2_PRODUCTION config-dist.php T config-dist.php Bug 701495 for the push.
Attachment #573618 - Flags: checked-in+
(In reply to Ben Hearsum [:bhearsum] from comment #2) > To switch this to release channel only, did: > 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} -mindepth 4 -maxdepth 4 -name > release -type d -exec echo chmod -v 700 {} \; > chmod 775 4.0 4.0.1 5.0 5.0.1 6.0 6.0.1 6.0.2 7.0 7.0.1 > > I also ran the 'find' command in phx, for consistency. With the throttling patch in place, I reverted this completely with: 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} -mindepth 4 -maxdepth 4 -name release -type d -exec echo chmod -v 775 {} \; As well as in PHX.
Status: NEW → RESOLVED
Closed: 14 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: