Closed Bug 799473 Opened 12 years ago Closed 12 years ago

please update AUS to AUS2_PRODUCTION tag

Categories

(Infrastructure & Operations Graveyard :: WebOps: Other, task)

x86
macOS
task
Not set
blocker

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: kmoir, Assigned: pir)

References

Details

You should end up with rev 1.228 of config-dist.php.
Blocks: 782990
Severity: normal → blocker
Assignee: server-ops-webops → pradcliffe
I can push this if you're ready to go...
Yes, please go ahead
# uname -a
Linux ip-admin02.phx.mozilla.com 2.6.18-238.12.1.el5 #1 SMP Sat May 7 20:18:50 EDT 2011 x86_64 x86_64 x86_64 GNU/Linux
[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
P inc/config-dist.php
[root@ip-admin02 app]# cd inc/
[root@ip-admin02 inc]# md5sum config-dist.php
a1680ee89ab466e94e45b46eed9bcfcf  config-dist.php
[root@ip-admin02 inc]# md5sum config.php # should be different from above
1198351852ce830dc283e92436a719de  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
[root@ip-admin02 inc]# md5sum config.php # should now match config-dist.php md5sum
a1680ee89ab466e94e45b46eed9bcfcf  config.php
[root@ip-admin02 inc]# git add config*
[root@ip-admin02 inc]# git commit -m "bug 799473"
[master c998ee8] bug 799473
 Committer: root <root@ip-admin02.phx.mozilla.com>
Your name and email address were configured automatically based
on your username and hostname. Please check that they are accurate.
You can suppress this message by setting them explicitly:

    git config --global user.name "Your Name"

If the identity used for this commit is wrong, you can fix it with:

    git commit --amend --author='Your Name <you@example.com>'

 2 files changed, 162 insertions(+), 0 deletions(-)
[root@ip-admin02 inc]# issue-multi-command dist /data/bin/libget/get-php5-www-git.sh
[pp-app-dist03] run: /data/bin/libget/get-php5-www-git.sh
[pp-app-dist07] run: /data/bin/libget/get-php5-www-git.sh
[pp-app-dist08] run: /data/bin/libget/get-php5-www-git.sh
[pp-app-dist01] run: /data/bin/libget/get-php5-www-git.sh
[pp-app-dist02] 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-dist04] run: /data/bin/libget/get-php5-www-git.sh
[pp-app-dist09] run: /data/bin/libget/get-php5-www-git.sh
[root@ip-admin02 inc]# issue-multi-command dist md5sum /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: a1680ee89ab466e94e45b46eed9bcfcf  /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: a1680ee89ab466e94e45b46eed9bcfcf  /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: a1680ee89ab466e94e45b46eed9bcfcf  /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: a1680ee89ab466e94e45b46eed9bcfcf  /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: a1680ee89ab466e94e45b46eed9bcfcf  /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: a1680ee89ab466e94e45b46eed9bcfcf  /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: a1680ee89ab466e94e45b46eed9bcfcf  /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: a1680ee89ab466e94e45b46eed9bcfcf  /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: a1680ee89ab466e94e45b46eed9bcfcf  /data/www/aus2.mozilla.org/app/inc/config.php
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Component: Server Operations: Web Operations → WebOps: Other
Product: mozilla.org → Infrastructure & Operations
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in before you can comment on or make changes to this bug.