Closed
Bug 569160
Opened 15 years ago
Closed 15 years ago
Update AUS2 to AUS2_PRODUCTION (pass on forcing to bouncer, nightly updates for project branches, save some 4.0a1pre users)
Categories
(mozilla.org Graveyard :: Server Operations, task, P2)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: nthomas, Assigned: aravind)
References
Details
I'd like to deploy
* bug 507408 - forwarding force=1 to bouncer
* bug 534954 - nightly updates for project branches
to aus2.m.o.
Requires
* a+ from morgamic (should this happen in an IT downtime ?)
* tagging with AUS2_PRODUCTION
* moving bug to Server Ops
Reporter | ||
Updated•15 years ago
|
Reporter | ||
Comment 1•15 years ago
|
||
And maybe
* unthrottling Firefox 3.6.4 (attachment 448308 [details] [diff] [review])
* catch up some of the 4.0a1 users (bug 518508)
These can go out by themselves though.
Comment 2•15 years ago
|
||
mrz - need to push this sometime this week. I don't think we necessarily need downtime, but it might be a good idea. I can be around for the push.
Reporter | ||
Comment 3•15 years ago
|
||
Final list of updates:
* bug 507408 - forwarding force=1 to bouncer
* bug 534954 - nightly updates for project branches
* bug 518508 - catch up some of the 4.0a1 users
To do:
* tagging with AUS2_PRODUCTION
* moving bug to Server Ops
Don't want to tag this until we schedule a deploy time, given the changes we make around releases.
Reporter | ||
Updated•15 years ago
|
Summary: Deploy bug 507408 and bug 534954 to aus → Update AUS2 to AUS2_PRODUCTION (pass on forcing to bouncer, nightly updates for project branches, save some 4.0a1pre users)
Reporter | ||
Comment 4•15 years ago
|
||
$ cd mozilla/webtools/aus/xml
$ cvs tag AUS2_RTM_201006031657
T README
T flush.php
T htaccess.dist
T index.php
T status.php
T inc/aus.class.php
T inc/config-dist.php
T inc/config-test.php
T inc/init.php
T inc/memcaching.php
T inc/patch.class.php
T inc/update.class.php
T inc/xml.class.php
$ cvs tag -F AUS2_PRODUCTION
T inc/config-dist.php
T inc/config-test.php
T inc/patch.class.php
T inc/xml.class.php
Reporter | ||
Comment 5•15 years ago
|
||
Over to IT to update aus2.m.o. We need to pick up the changes to xml.class.php, patch.class.php, and config-dist.php.
Assignee: nrthomas → server-ops
Severity: normal → critical
Component: Release Engineering → Server Operations
QA Contact: release → mrz
Assignee | ||
Updated•15 years ago
|
Assignee: server-ops → aravind
Assignee | ||
Comment 6•15 years ago
|
||
[root@mradm02 app]# cvs -q up -dP -r AUS2_PRODUCTION
? inc/config.php
? inc/config.php.2009102000
? inc/config.php.20100316
? inc/config.php.2010040500
P inc/config-dist.php
P inc/config-test.php
P inc/patch.class.php
P inc/xml.class.php
[root@mradm02 inc]# diff config.php config-dist.php
134c134,136
< 'nightly'
---
> 'nightly',
> 'nightly-tracemonkey',
> 'nightly-electrolysis',
149c151,156
< '3.7*' => 'mozilla-central'
---
> '3.7*' => array(
> 'nightly' => 'mozilla-central',
> 'nightly-tracemonkey' => 'tracemonkey',
> 'nightly-electrolysis' => 'electrolysis'
> ),
> '4.0*' => 'mozilla-central'
164,167d170
< '{a23983c0-fd0e-11dc-95ff-0800200c9a66}' => array(
< '*_1.9.2*' => 'mozilla-1.9.2',
< '*_1.9.3*' => 'mozilla-central'
< ) // Add this for tests: 'Synthetic' => array('1.5.0.*' => '1.5.0.x')
[root@mradm02 inc]# cp config-dist.php config.php
cp: overwrite `config.php'? y
[root@mradm02 inc]#
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Reporter | ||
Updated•15 years ago
|
Status: RESOLVED → VERIFIED
Updated•10 years ago
|
Product: mozilla.org → mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•