Closed Bug 863463 Opened 11 years ago Closed 11 years ago

Datazilla Repository Update

Categories

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

task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: jeads, Assigned: cturra)

Details

(Whiteboard: [push interrupt])

A new datazilla repository is ready to push to stage. This release includes the following changes:

1.) Maps the email application name to a new name 'email FTU'. This was done in order to convey that the current email application is a first time use application.
push to stage complete.

[root@datazillaadm.private.scl3 datazilla.allizom.org]# bash -x update
+ CODE_DIR=/data/datazilla-stage/src/datazilla.allizom.org/datazilla
+ VENDOR_DIR=/data/datazilla-stage/src/datazilla.allizom.org/datazilla/vendor
+ update_code
+ echo -e 'Updating code...'
Updating code...
+ cd /data/datazilla-stage/src/datazilla.allizom.org/datazilla
+ git fetch origin -q
+ checkretval
+ retval=0
+ [[ 0 -gt 0 ]]
+ git checkout -f origin/master -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 'Cleaning gitignore and pyc files...'
Cleaning gitignore and pyc files...
+ cd /data/datazilla-stage/src/datazilla.allizom.org/datazilla
+ 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/datazilla-stage/src/datazilla.allizom.org/datazilla
+ git rev-parse HEAD
update: line 40: /data/datazilla-stage/src/datazilla.allizom.org/datazilla/media/revision: No such file or directory
+ generate_revision_info
update: line 43: /data/datazilla-stage/src/datazilla.allizom.org/datazilla/media/revision_info.txt: No such file or directory
+ echo -e 'Deploying code...'
Deploying code...
+ '[' xterm == dumb ']'
+ /data/datazilla-stage/deploy datazilla.allizom.org
[2013-04-18 16:20:16] Running rsync_project
[2013-04-18 16:20:16] [localhost] running: /usr/bin/rsync -aq --include '.gitkeep' --exclude '.git*' --exclude '.hg*' --exclude '.svn*' --exclude 'CVS' --exclude '.bzr*' --delete /data/datazilla-stage/src/datazilla.allizom.org/ /data/datazilla-stage/www/datazilla.allizom.org/
[2013-04-18 16:20:16] [localhost] finished: /usr/bin/rsync -aq --include '.gitkeep' --exclude '.git*' --exclude '.hg*' --exclude '.svn*' --exclude 'CVS' --exclude '.bzr*' --delete /data/datazilla-stage/src/datazilla.allizom.org/ /data/datazilla-stage/www/datazilla.allizom.org/ (0.411s)
[2013-04-18 16:20:16] Finished rsync_project (0.411s)
[2013-04-18 16:20:16] Running commit_www
[2013-04-18 16:20:16] [localhost] running: cd /data/datazilla-stage/www && /usr/bin/git add .; /usr/bin/git commit -a -m 'deploy ['datazilla.allizom.org']'
[2013-04-18 16:20:16] [localhost] finished: cd /data/datazilla-stage/www && /usr/bin/git add .; /usr/bin/git commit -a -m 'deploy ['datazilla.allizom.org']' (0.144s)
[localhost] out: [master 976bae0] deploy [datazilla.allizom.org]
[localhost] out: 3 files changed, 19 insertions(+), 2 deletions(-)
[2013-04-18 16:20:16] Finished commit_www (0.144s)
[2013-04-18 16:20:16] Running push_www
[2013-04-18 16:20:16] [datazilla1.stage.webapp.scl3.mozilla.com] running: /data/bin/update-www.sh datazilla.allizom.org
[2013-04-18 16:20:18] [datazilla1.stage.webapp.scl3.mozilla.com] finished: /data/bin/update-www.sh datazilla.allizom.org (1.300s)
[2013-04-18 16:20:18] Finished push_www (1.301s)
Assignee: server-ops-webops → cturra
OS: Mac OS X → All
Hardware: x86 → All
Whiteboard: [push interrupt]
Stage looks good. Please go ahead and push to production. Thanks!
push to prod complete :)

[root@datazillaadm.private.scl3 datazilla.mozilla.org]# bash -x update
+ CODE_DIR=/data/datazilla/src/datazilla.mozilla.org/datazilla
+ VENDOR_DIR=/data/datazilla/src/datazilla.mozilla.org/datazilla/vendor
+ update_code
+ echo -e 'Updating code...'
Updating code...
+ cd /data/datazilla/src/datazilla.mozilla.org/datazilla
+ git fetch origin -q
+ checkretval
+ retval=0
+ [[ 0 -gt 0 ]]
+ git checkout -f origin/master -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 'Cleaning gitignore and pyc files...'
Cleaning gitignore and pyc files...
+ cd /data/datazilla/src/datazilla.mozilla.org/datazilla
+ 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/datazilla/src/datazilla.mozilla.org/datazilla
+ git rev-parse HEAD
update: line 40: /data/datazilla/src/datazilla.mozilla.org/datazilla/media/revision: No such file or directory
+ generate_revision_info
update: line 43: /data/datazilla/src/datazilla.mozilla.org/datazilla/media/revision_info.txt: No such file or directory
+ echo -e 'Deploying code...'
Deploying code...
+ '[' xterm == dumb ']'
+ /data/datazilla/deploy datazilla.mozilla.org
[2013-04-18 17:20:42] Running rsync_project
[2013-04-18 17:20:42] [localhost] running: /usr/bin/rsync -aq --include '.gitkeep' --exclude '.git*' --exclude '.hg*' --exclude '.svn*' --exclude 'CVS' --exclude '.bzr*' --delete /data/datazilla/src/datazilla.mozilla.org/ /data/datazilla/www/datazilla.mozilla.org/
[2013-04-18 17:20:42] [localhost] finished: /usr/bin/rsync -aq --include '.gitkeep' --exclude '.git*' --exclude '.hg*' --exclude '.svn*' --exclude 'CVS' --exclude '.bzr*' --delete /data/datazilla/src/datazilla.mozilla.org/ /data/datazilla/www/datazilla.mozilla.org/ (0.250s)
[2013-04-18 17:20:42] Finished rsync_project (0.251s)
[2013-04-18 17:20:42] Running commit_www
[2013-04-18 17:20:42] [localhost] running: cd /data/datazilla/www && /usr/bin/git add .; /usr/bin/git commit -a -m 'deploy ['datazilla.mozilla.org']'
[2013-04-18 17:20:42] [localhost] finished: cd /data/datazilla/www && /usr/bin/git add .; /usr/bin/git commit -a -m 'deploy ['datazilla.mozilla.org']' (0.129s)
[localhost] out: [master aa24b08] deploy [datazilla.mozilla.org]
[localhost] out: 3 files changed, 19 insertions(+), 2 deletions(-)
[2013-04-18 17:20:42] Finished commit_www (0.129s)
Status: NEW → RESOLVED
Closed: 11 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.