Closed Bug 850641 Opened 11 years ago Closed 11 years ago

please push the latest code to ship-it stage/prod

Categories

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

task
Not set
major

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: bhearsum, Assigned: cturra)

References

Details

(Whiteboard: [triaged 20130313][push interrupt])

I just finished some testing of new code in dev, can we get it pushed to stage+prod, please? http://git.mozilla.org/?p=build/release-kickoff.git;a=commit;h=472bc4801079181269763541e6e5c8cc3ebd28dc is the latest rev.
ship-it has been pushed to stage for testing. please let me know when you have reviewed it and give the thumbs up for prod.

[root@genericadm.private.phx1 ship-it.allizom.org]# bash -x update
+ CODE_DIR=/data/genericrhel6-stage/src/ship-it.allizom.org/release-kickoff
+ VENDOR_DIR=/data/genericrhel6-stage/src/ship-it.allizom.org/release-kickoff/vendor
+ update_code
+ echo -e 'Updating code...'
Updating code...
+ cd /data/genericrhel6-stage/src/ship-it.allizom.org/release-kickoff
+ git pull -q
+ checkretval
+ retval=0
+ [[ 0 -gt 0 ]]
+ echo -e 'Cleaning gitignore and pyc files...'
Cleaning gitignore and pyc files...
+ cd /data/genericrhel6-stage/src/ship-it.allizom.org/release-kickoff
+ find . -type f -name .gitignore -or -name '*.pyc' -delete
+ checkretval
+ retval=0
+ [[ 0 -gt 0 ]]
+ echo -e 'Storing revision information...'
Storing revision information...
+ cd /data/genericrhel6-stage/src/ship-it.allizom.org/release-kickoff
+ git rev-parse HEAD
+ generate_revision_info
Deploying code...
[2013-03-13 10:03:30] Running rsync_project
[2013-03-13 10:03:30] [localhost] running: /usr/bin/rsync -aq --include '.gitkeep' --exclude '.git*' --exclude '.hg*' --exclude '.svn*' --exclude 'CVS' --exclude '.bzr*' --delete /data/genericrhel6-stage/src/ship-it.allizom.org/ /data/genericrhel6-stage/www/ship-it.allizom.org/
[2013-03-13 10:03:30] [localhost] finished: /usr/bin/rsync -aq --include '.gitkeep' --exclude '.git*' --exclude '.hg*' --exclude '.svn*' --exclude 'CVS' --exclude '.bzr*' --delete /data/genericrhel6-stage/src/ship-it.allizom.org/ /data/genericrhel6-stage/www/ship-it.allizom.org/ (0.365s)
[2013-03-13 10:03:30] Finished rsync_project (0.365s)
[2013-03-13 10:03:30] Running commit_www
[2013-03-13 10:03:30] [localhost] running: cd /data/genericrhel6-stage/www && /usr/bin/git add .; /usr/bin/git commit -a -m 'deploy ['ship-it.allizom.org']'
[2013-03-13 10:04:53] [localhost] finished: cd /data/genericrhel6-stage/www && /usr/bin/git add .; /usr/bin/git commit -a -m 'deploy ['ship-it.allizom.org']' (83.221s)
[localhost] out: [master 3a56e44] deploy [ship-it.allizom.org]
[localhost] out: 13 files changed, 252 insertions(+), 96 deletions(-)
[2013-03-13 10:04:53] Finished commit_www (83.221s)
Assignee: server-ops-webops → cturra
Whiteboard: [triaged 20130313][push interrupt]
Looks good in staging, please push to production at your convenience.
push to prod complete.

[root@genericadm.private.phx1 ship-it.mozilla.org]# bash update
Updating code...
Cleaning gitignore and pyc files...
Storing revision information...
Deploying code...
[2013-03-14 08:38:27] Running rsync_project
[2013-03-14 08:38:27] [localhost] running: /usr/bin/rsync -aq --include '.gitkeep' --exclude '.git*' --exclude '.hg*' --exclude '.svn*' --exclude 'CVS' --exclude '.bzr*' --delete /data/genericrhel6/src/ship-it.mozilla.org/ /data/genericrhel6/www/ship-it.mozilla.org/
[2013-03-14 08:38:27] [localhost] finished: /usr/bin/rsync -aq --include '.gitkeep' --exclude '.git*' --exclude '.hg*' --exclude '.svn*' --exclude 'CVS' --exclude '.bzr*' --delete /data/genericrhel6/src/ship-it.mozilla.org/ /data/genericrhel6/www/ship-it.mozilla.org/ (0.064s)
[2013-03-14 08:38:27] Finished rsync_project (0.064s)
[2013-03-14 08:38:27] Running commit_www
[2013-03-14 08:38:27] [localhost] running: cd /data/genericrhel6/www && /usr/bin/git add .; /usr/bin/git commit -a -m 'deploy ['ship-it.mozilla.org']'
[2013-03-14 08:38:41] [localhost] finished: cd /data/genericrhel6/www && /usr/bin/git add .; /usr/bin/git commit -a -m 'deploy ['ship-it.mozilla.org']' (13.987s)
[localhost] out: [master b72319f] deploy [ship-it.mozilla.org]
[localhost] out: 13 files changed, 250 insertions(+), 96 deletions(-)
[2013-03-14 08:38:41] Finished commit_www (13.987s)
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Thanks!
Status: RESOLVED → VERIFIED
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.