Closed
Bug 652788
Opened 15 years ago
Closed 15 years ago
Update AUS2 code to AUS2_PRODUCTION
Categories
(mozilla.org Graveyard :: Server Operations, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: rail, Assigned: fox2mike)
References
Details
+++ This bug was initially created as a clone of Bug #651808 +++
Please update AUS2 to migrate some orphaned version to the latest m-c.
Applied patch looks like this:
http://bonsai.mozilla.org/cvsview2.cgi?diff_mode=context&whitespace_mode=show&root=/cvsroot&subdir=mozilla/webtools/aus/xml/inc&command=DIFF_FRAMESET&file=config-dist.php&rev2=1.134&rev1=1.133
| Assignee | ||
Updated•15 years ago
|
Assignee: server-ops → shyam
| Assignee | ||
Comment 1•15 years ago
|
||
[root@mradm02 app]# cvs up -dP
? inc/config.php
? inc/config.php.2009102000
? inc/config.php.20100316
? inc/config.php.2010040500
? inc/config.php.20101123
? inc/config.php.20110118
? inc/config.php.20110302
cvs update: Updating .
cvs update: Updating bug602275
cvs update: Updating inc
P inc/config-dist.php
[root@mradm02 app]# diff -NuT inc/config-dist.php inc/config.php
--- inc/config-dist.php 2011-04-26 06:54:51.000000000 -0700
+++ inc/config.php 2011-04-22 14:53:26.000000000 -0700
@@ -136,6 +136,8 @@
'Firefox' => array(
'3.5*' => 'mozilla-1.9.1',
'3.6*' => 'mozilla-1.9.2',
+ '4.0.12pre' => 'mozilla-central',
+ '4.0.13pre' => 'mozilla-central',
'4.0.*' => 'mozilla-2.0',
'*' => array(
'nightly' => 'mozilla-central',
[root@mradm02 app]# cp inc/config-dist.php inc/config.php
cp: overwrite `inc/config.php'? y
[root@mradm02 app]# /data/bin/omg_push_dist_live.sh aus2.mozilla.org
Do you really want to commit /data/dist/www/aus2.mozilla.org/ ? [y/n] y
Done.
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
•