Closed
Bug 789968
Opened 13 years ago
Closed 13 years ago
please update AUS to AUS2_PRODUCTION tag
Categories
(Infrastructure & Operations Graveyard :: WebOps: Other, task, P3)
Infrastructure & Operations Graveyard
WebOps: Other
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mozilla, Assigned: bburton)
References
Details
(Whiteboard: [push-interrupt][triaged 20120910])
You should end up with revision 1.224 of config-dist.php.
| Assignee | ||
Updated•13 years ago
|
Assignee: server-ops → server-ops-webops
Severity: blocker → normal
Component: Server Operations → Server Operations: Web Operations
Priority: -- → P3
QA Contact: jdow → cshields
Whiteboard: [push-interrupt][triaged 20120910]
| Assignee | ||
Updated•13 years ago
|
Assignee: server-ops-webops → bburton
Status: NEW → ASSIGNED
Comment 1•13 years ago
|
||
For future reference (and faster service), please file these in "Server Operations: Web Operations" rather than the main ServerOps queue.
Assignee: bburton → nmaul
Updated•13 years ago
|
Assignee: nmaul → bburton
| Assignee | ||
Comment 2•13 years ago
|
||
[root@ip-admin02 ~]# cd /data/sync/dist/aus2.mozilla.org/app
[root@ip-admin02 app]# cvs -q up -dP -r AUS2_PRODUCTION
? backup
? inc/config.php
[root@ip-admin02 app]# cd inc/
[root@ip-admin02 inc]# md5sum config.php
3184454ed4c87b9d0b9c960c04934ed2 config.php
[root@ip-admin02 inc]# cp config.php ../backup/config.php.`date '+%Y%m%d'`
[root@ip-admin02 inc]# cp config-dist.php config.php
cp: overwrite `config.php'? y
[root@ip-admin02 inc]# md5sum config.php
3184454ed4c87b9d0b9c960c04934ed2 config.php
[root@ip-admin02 inc]# git add config*
[root@ip-admin02 inc]# git commit -m "bug 789968"
[master 7c88440] bug 789968
2 files changed, 0 insertions(+), 150 deletions(-)
[root@ip-admin02 ~]# issue-multi-command dist /data/bin/libget/get-php5-www-git.sh
[pp-app-dist01] run: /data/bin/libget/get-php5-www-git.sh
[pp-app-dist03] run: /data/bin/libget/get-php5-www-git.sh
[pp-app-dist06] run: /data/bin/libget/get-php5-www-git.sh
[pp-app-dist05] run: /data/bin/libget/get-php5-www-git.sh
[pp-app-dist07] run: /data/bin/libget/get-php5-www-git.sh
[pp-app-dist09] run: /data/bin/libget/get-php5-www-git.sh
[pp-app-dist04] run: /data/bin/libget/get-php5-www-git.sh
[pp-app-dist02] run: /data/bin/libget/get-php5-www-git.sh
[pp-app-dist08] run: /data/bin/libget/get-php5-www-git.sh
[root@ip-admin02 ~]# issue-multi-command dist md5sum /data/www/aus2.mozilla.org/app/inc/config.php
[pp-app-dist03] run: md5sum /data/www/aus2.mozilla.org/app/inc/config.php
[pp-app-dist03] out: 3184454ed4c87b9d0b9c960c04934ed2 /data/www/aus2.mozilla.org/app/inc/config.php
[pp-app-dist06] run: md5sum /data/www/aus2.mozilla.org/app/inc/config.php
[pp-app-dist06] out: 3184454ed4c87b9d0b9c960c04934ed2 /data/www/aus2.mozilla.org/app/inc/config.php
[pp-app-dist01] run: md5sum /data/www/aus2.mozilla.org/app/inc/config.php
[pp-app-dist01] out: 3184454ed4c87b9d0b9c960c04934ed2 /data/www/aus2.mozilla.org/app/inc/config.php
[pp-app-dist07] run: md5sum /data/www/aus2.mozilla.org/app/inc/config.php
[pp-app-dist07] out: 3184454ed4c87b9d0b9c960c04934ed2 /data/www/aus2.mozilla.org/app/inc/config.php
[pp-app-dist09] run: md5sum /data/www/aus2.mozilla.org/app/inc/config.php
[pp-app-dist09] out: 3184454ed4c87b9d0b9c960c04934ed2 /data/www/aus2.mozilla.org/app/inc/config.php
[pp-app-dist05] run: md5sum /data/www/aus2.mozilla.org/app/inc/config.php
[pp-app-dist05] out: 3184454ed4c87b9d0b9c960c04934ed2 /data/www/aus2.mozilla.org/app/inc/config.php
[pp-app-dist04] run: md5sum /data/www/aus2.mozilla.org/app/inc/config.php
[pp-app-dist04] out: 3184454ed4c87b9d0b9c960c04934ed2 /data/www/aus2.mozilla.org/app/inc/config.php
[pp-app-dist08] run: md5sum /data/www/aus2.mozilla.org/app/inc/config.php
[pp-app-dist08] out: 3184454ed4c87b9d0b9c960c04934ed2 /data/www/aus2.mozilla.org/app/inc/config.php
[pp-app-dist02] run: md5sum /data/www/aus2.mozilla.org/app/inc/config.php
[pp-app-dist02] out: 3184454ed4c87b9d0b9c960c04934ed2 /data/www/aus2.mozilla.org/app/inc/config.php
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Component: Server Operations: Web Operations → WebOps: Other
Product: mozilla.org → Infrastructure & Operations
Updated•6 years ago
|
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•