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)
Release Engineering
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: akeybl, Assigned: bhearsum)
References
Details
Attachments
(1 file)
|
1.65 KB,
patch
|
nthomas
:
review+
bhearsum
:
checked-in+
|
Details | Diff | Splinter Review |
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).
| Assignee | ||
Updated•14 years ago
|
Assignee: nobody → bhearsum
| Assignee | ||
Comment 1•14 years ago
|
||
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
| Assignee | ||
Comment 2•14 years ago
|
||
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.
| Assignee | ||
Comment 3•14 years ago
|
||
Per IRC/e-mail, we should do this through throttling so that manual update checks still work.
Attachment #573618 -
Flags: review?(nrthomas)
Comment 4•14 years ago
|
||
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+
| Assignee | ||
Comment 5•14 years ago
|
||
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+
| Assignee | ||
Comment 7•14 years ago
|
||
(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
Updated•12 years ago
|
Product: mozilla.org → Release Engineering
You need to log in
before you can comment on or make changes to this bug.
Description
•