Closed
Bug 660128
Opened 15 years ago
Closed 15 years ago
Update AUS2 code to AUS2_PRODUCTION (set up auroratest)
Categories
(mozilla.org Graveyard :: Server Operations, task)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: nthomas, Assigned: fox2mike)
References
Details
Please update AUS2 to pick up the latest config change. The applied patch looks like this:
http://bonsai.mozilla.org/cvsview2.cgi?diff_mode=context&whitespace_mode=show&subdir=mozilla/webtools/aus/xml/inc&command=DIFF_FRAMESET&file=config-dist.php&rev1=1.145&rev2=1.146&root=/cvsroot
| Assignee | ||
Updated•15 years ago
|
Assignee: server-ops → shyam
| Assignee | ||
Comment 1•15 years ago
|
||
Done.
[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
? inc/config.php.20110505
cvs update: Updating .
cvs update: Updating bug602275
cvs update: Updating inc
P inc/config-dist.php
[root@mradm02 app]# diff -NuT inc/config.php inc/config-dist.php
--- inc/config.php 2011-05-23 22:21:19.000000000 -0700
+++ inc/config-dist.php 2011-05-26 22:32:07.000000000 -0700
@@ -125,6 +125,7 @@
'nightly-jaegermonkey',
'nightly-ux',
'aurora',
+ 'auroratest'
);
// This hash defines the product->version->patch relationships for nightlies
@@ -142,7 +143,8 @@
'nightly-electrolysis' => 'electrolysis',
'nightly-jaegermonkey' => 'jaegermonkey',
'nightly-ux' => 'ux',
- 'aurora' => 'mozilla-aurora'
+ 'aurora' => 'mozilla-aurora',
+ 'auroratest' => 'mozilla-aurora-test'
)
),
'Fennec' => array(
[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
[master 630b741] forcing push
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
•