Closed
Bug 601843
Opened 15 years ago
Closed 15 years ago
please update aus to AUS2_PRODUCTION
Categories
(mozilla.org Graveyard :: Server Operations, task)
mozilla.org Graveyard
Server Operations
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mozilla, Assigned: phong)
References
Details
For the config-dist.php fix in bug 601192.
(Fennec 2.0 -> Fennec 4.0)
Comment 1•15 years ago
|
||
There is a certain process for doing AUS releases (we want to pull a specific tag). I am not sure if IT or RelEng usually does the production tag, I'll find an example bug where it was done before.
Comment 2•15 years ago
|
||
Think it's RelEng, IT just does a cvs up and checks for diffs in the config file before copying the new one over.
Assignee: server-ops → shyam
Comment 3•15 years ago
|
||
Here's an example:
bhearsum applied the tag in bug 588045
lsblakk asked for update in bug 590227
Is this process documented somewhere?
| Reporter | ||
Comment 4•15 years ago
|
||
I fixed the tags... AUS2_PRODUCTION should now be accurate.
Summary: please update aus with latest from cvs → please update aus to AUS2_PRODUCTION
| Reporter | ||
Comment 5•15 years ago
|
||
Taking this for now, til someone has a chance to verify that I've done things correctly in the morning (will reassign tomorrow).
Sorry for the noise.
Assignee: shyam → aki
| Reporter | ||
Comment 6•15 years ago
|
||
Ok, Gavin took a look and Rhelmer feels more comfy with this now.
Re-assigning to default so this gets pushed.
Assignee: aki → server-ops
Comment 7•15 years ago
|
||
We've actually got another update to make before this push -- will send it back soon.
Assignee: server-ops → nobody
Component: Server Operations → Release Engineering
QA Contact: mrz → release
Comment 8•15 years ago
|
||
Back to IT; please update AUS to AUS2_PRODUCTION now. You should end up with config-dist.php at rev 1.102.
Severity: normal → blocker
Comment 9•15 years ago
|
||
Forgot move it, whoops.
Assignee: nobody → server-ops
Component: Release Engineering → Server Operations
QA Contact: release → mrz
| Assignee | ||
Updated•15 years ago
|
Assignee: server-ops → phong
| Assignee | ||
Comment 10•15 years ago
|
||
[root@mradm02 ~]# cd /data/dist/www/aus2.mozilla.org/app
[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
[root@mradm02 app]# diff inc/config-dist.php inc/config.php
118,119c118
< 'releasetest',
< 'beta'
---
> 'releasetest'
180,183d178
< ),
< '4.0*' => array(
< 'nightly' => 'mozilla-central',
< 'nightly-mozilla-2.0' => 'mozilla-2.0'
[root@mradm02 app]# cp inc/config-dist.php inc/config.php
cp: overwrite `inc/config.php'? y
[root@mradm02 app]#
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Updated•11 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
•