Closed
Bug 788567
Opened 13 years ago
Closed 13 years ago
Categories
(Infrastructure & Operations Graveyard :: WebOps: Other, task)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: boozeniges, Assigned: cturra)
References
()
Details
(Whiteboard: [push interrupt])
Yet MORE copy changes have come in - so hoping that they can go live on the server.
Just code changes, no submodules or DB migrations.
Thanks very much,
Ross
Reporter | ||
Comment 1•13 years ago
|
||
Ben - adding you to the CC, when you see that this has been done you can check the copy changes.
Assignee | ||
Updated•13 years ago
|
Assignee: server-ops-webops → cturra
Assignee | ||
Comment 2•13 years ago
|
||
push to stage complete.
[root@genericadm.private.phx1 mozillaignite.allizom.org]# bash -x update
+ CODE_DIR=/data/genericrhel6-stage/src/mozillaignite.allizom.org/mozillaignite
+ VENDOR_DIR=/data/genericrhel6-stage/src/mozillaignite.allizom.org/mozillaignite/vendor
+ update_code
+ echo -e 'Updating code...'
Updating code...
+ cd /data/genericrhel6-stage/src/mozillaignite.allizom.org/mozillaignite
+ git fetch origin -q
+ checkretval
+ retval=0
+ [[ 0 -gt 0 ]]
+ git checkout -f origin/stage -q
+ checkretval
+ retval=0
+ [[ 0 -gt 0 ]]
+ git submodule sync -q
+ checkretval
+ retval=0
+ [[ 0 -gt 0 ]]
+ git submodule update --init --recursive -q
+ checkretval
+ retval=0
+ [[ 0 -gt 0 ]]
+ echo -e 'Updating vendor submodules...'
Updating vendor submodules...
+ cd /data/genericrhel6-stage/src/mozillaignite.allizom.org/mozillaignite/vendor
+ git submodule sync -q
+ checkretval
+ retval=0
+ [[ 0 -gt 0 ]]
+ git submodule update --init --recursive -q
+ checkretval
+ retval=0
+ [[ 0 -gt 0 ]]
+ echo -e 'Cleaning gitignore and pyc files...'
Cleaning gitignore and pyc files...
+ cd /data/genericrhel6-stage/src/mozillaignite.allizom.org/mozillaignite
+ 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/mozillaignite.allizom.org/mozillaignite
+ git rev-parse HEAD
+ generate_revision_info
Deploying code...
[2012-09-05 10:12:02] Running rsync_project
[2012-09-05 10:12:02] [localhost] running: /usr/bin/rsync -aq --include '.gitkeep' --exclude '.git*' --exclude '.hg*' --exclude '.svn*' --exclude 'CVS' --delete /data/genericrhel6-stage/src/mozillaignite.allizom.org/ /data/genericrhel6-stage/www/mozillaignite.allizom.org/
[2012-09-05 10:12:04] [localhost] finished: /usr/bin/rsync -aq --include '.gitkeep' --exclude '.git*' --exclude '.hg*' --exclude '.svn*' --exclude 'CVS' --delete /data/genericrhel6-stage/src/mozillaignite.allizom.org/ /data/genericrhel6-stage/www/mozillaignite.allizom.org/ (2.916s)
[2012-09-05 10:12:04] Finished rsync_project (2.916s)
[2012-09-05 10:12:04] Running commit_www
[2012-09-05 10:12:04] [localhost] running: cd /data/genericrhel6-stage/www && /usr/bin/git add .; /usr/bin/git commit -a -m 'deploy ['mozillaignite.allizom.org']'
[2012-09-05 10:13:09] [localhost] finished: cd /data/genericrhel6-stage/www && /usr/bin/git add .; /usr/bin/git commit -a -m 'deploy ['mozillaignite.allizom.org']' (64.788s)
[localhost] out: [master dd17d2f] deploy [mozillaignite.allizom.org]
[localhost] out: 7 files changed, 61 insertions(+), 51 deletions(-)
[2012-09-05 10:13:09] Finished commit_www (64.788s)
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•13 years ago
|
Whiteboard: [push interrupt]
Reporter | ||
Comment 4•13 years ago
|
||
Many thanks!
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
•