Closed Bug 875918 Opened 12 years ago Closed 12 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)

References

Details

(Whiteboard: [push interrupt])

A new datazilla repository is ready to push to stage. This release includes the following changes: 1.) A critical bug fix that allows ingestion of the device type name into the machine table. 2.) Adds the device type name to the replicate detail panel to be displayed when a user selects a data point.
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-05-24 13:20:51] Running rsync_project [2013-05-24 13:20:51] [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-05-24 13:20:52] [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.542s) [2013-05-24 13:20:52] Finished rsync_project (0.543s) [2013-05-24 13:20:52] Running commit_www [2013-05-24 13:20:52] [localhost] running: cd /data/datazilla-stage/www && /usr/bin/git add .; /usr/bin/git commit -a -m 'deploy ['datazilla.allizom.org']' [2013-05-24 13:20:52] [localhost] finished: cd /data/datazilla-stage/www && /usr/bin/git add .; /usr/bin/git commit -a -m 'deploy ['datazilla.allizom.org']' (0.246s) [localhost] out: [master c27e1bc] deploy [datazilla.allizom.org] [localhost] out: 3 files changed, 9 insertions(+), 3 deletions(-) [2013-05-24 13:20:52] Finished commit_www (0.246s) [2013-05-24 13:20:52] Running push_www [2013-05-24 13:20:52] [datazilla1.stage.webapp.scl3.mozilla.com] running: /data/bin/update-www.sh datazilla.allizom.org [2013-05-24 13:20:55] [datazilla1.stage.webapp.scl3.mozilla.com] finished: /data/bin/update-www.sh datazilla.allizom.org (2.692s) [2013-05-24 13:20:55] Finished push_www (2.693s)
Assignee: server-ops-webops → cturra
OS: Mac OS X → All
Hardware: x86 → All
Whiteboard: [push interrupt]
Bug 875926 needs to be closed before this can be rolled to production. I've tested stage and everything looks good, once the SQL update in 875926 is complete this repository can be rolled to production.
Depends on: 875926
now that bug 875926 is complete, i have pushed the latest to prod as requested. [root@datazillaadm.private.scl3 datazilla.mozilla.org]# bash update Updating code... Cleaning gitignore and pyc files... Storing revision information... Deploying code... [2013-05-27 12:30:22] Running rsync_project [2013-05-27 12:30:22] [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-05-27 12:30:24] [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/ (2.518s) [2013-05-27 12:30:24] Finished rsync_project (2.519s) [2013-05-27 12:30:24] Running commit_www [2013-05-27 12:30:24] [localhost] running: cd /data/datazilla/www && /usr/bin/git add .; /usr/bin/git commit -a -m 'deploy ['datazilla.mozilla.org']' [2013-05-27 12:30:25] [localhost] finished: cd /data/datazilla/www && /usr/bin/git add .; /usr/bin/git commit -a -m 'deploy ['datazilla.mozilla.org']' (0.732s) [localhost] out: [master b03b42c] deploy [datazilla.mozilla.org] [localhost] out: 3 files changed, 9 insertions(+), 3 deletions(-) [2013-05-27 12:30:25] Finished commit_www (0.732s)
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.