Closed Bug 876880 Opened 12 years ago Closed 12 years ago

Deploy latest changes to http://careers.allizom.org

Categories

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

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: bensternthal, Assigned: cturra)

References

Details

(Whiteboard: [push interrupt])

Please deploy latest master branch of careers to stage. https://github.com/mozilla/lumbergh http://careers.allizom.org We are testing some minor changes prior to pushing to production.
Assignee: server-ops-webops → dmaher
Priority: -- → P4
Whiteboard: [triaged 20130528]
Assignee: dmaher → cturra
Blocks: 865506
push to stage complete as requested. [root@genericadm.private.phx1 careers.allizom.org]# bash -x update + CODE_DIR=/data/genericrhel6-stage/src/careers.allizom.org/lumbergh + VENDOR_DIR=/data/genericrhel6-stage/src/careers.allizom.org/lumbergh/vendor + update_code + echo -e 'Updating code...' Updating code... + cd /data/genericrhel6-stage/src/careers.allizom.org/lumbergh + 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 'Updating vendor submodules...' Updating vendor submodules... + cd /data/genericrhel6-stage/src/careers.allizom.org/lumbergh/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/careers.allizom.org/lumbergh + find . -type f -name .gitignore -or -name '*.pyc' -delete + checkretval + retval=0 + [[ 0 -gt 0 ]] + echo -e 'Compressing assets...' Compressing assets... + cd /data/genericrhel6-stage/src/careers.allizom.org/lumbergh + python ./manage.py compress_assets /usr/lib64/python2.6/site-packages/jinja2/__init__.py:31: UserWarning: Module git was already imported from /data/genericrhel6-stage/src/careers.allizom.org/lumbergh/vendor/lib/python/git/__init__.py, but /usr/lib/python2.6/site-packages is being added to sys.path __version__ = __import__('pkg_resources') \ To turn on cache busting, use settings.CACHEBUST_IMGS Minifying /data/genericrhel6-stage/src/careers.allizom.org/lumbergh/static/css/common-all.css (using YUI Compressor) Unchanged files skipped for minification: 1 + checkretval + retval=0 + [[ 0 -gt 0 ]] + echo -e 'Running syncdb and migrate...' Running syncdb and migrate... + cd /data/genericrhel6-stage/src/careers.allizom.org/lumbergh + python manage.py migrate /usr/lib/python2.6/site-packages/pytz/__init__.py:32: UserWarning: Module south was already imported from /data/genericrhel6-stage/src/careers.allizom.org/lumbergh/vendor-local/lib/python/south/__init__.pyc, but /usr/lib/python2.6/site-packages is being added to sys.path from pkg_resources import resource_stream Running migrations for djcelery: - Nothing to migrate. - Loading initial data for djcelery. Installed 0 object(s) from 0 fixture(s) ? You have no migrations for the 'careers' app. You might want some. Running migrations for django_jobvite: - Nothing to migrate. - Loading initial data for django_jobvite. Installed 0 object(s) from 0 fixture(s) + checkretval + retval=0 + [[ 0 -gt 0 ]] + echo -e 'Updating product details...' Updating product details... + cd /data/genericrhel6-stage/src/careers.allizom.org/lumbergh + ./manage.py update_product_details /usr/lib/python2.6/site-packages/pytz/__init__.py:32: UserWarning: Module south was already imported from /data/genericrhel6-stage/src/careers.allizom.org/lumbergh/vendor-local/lib/python/south/__init__.pyc, but /usr/lib/python2.6/site-packages is being added to sys.path from pkg_resources import resource_stream Product Details were up to date. + checkretval + retval=0 + [[ 0 -gt 0 ]] + echo -e 'Storing revision information...' Storing revision information... + cd /data/genericrhel6-stage/src/careers.allizom.org/lumbergh + git rev-parse HEAD + generate_revision_info Deploying code... [2013-05-28 14:20:52] Running rsync_project [2013-05-28 14:20:52] [localhost] running: /usr/bin/rsync -aq --include '.gitkeep' --exclude '.git*' --exclude '.hg*' --exclude '.svn*' --exclude 'CVS' --exclude '.bzr*' --delete /data/genericrhel6-stage/src/careers.allizom.org/ /data/genericrhel6-stage/www/careers.allizom.org/ [2013-05-28 14:21:16] [localhost] finished: /usr/bin/rsync -aq --include '.gitkeep' --exclude '.git*' --exclude '.hg*' --exclude '.svn*' --exclude 'CVS' --exclude '.bzr*' --delete /data/genericrhel6-stage/src/careers.allizom.org/ /data/genericrhel6-stage/www/careers.allizom.org/ (23.658s) [2013-05-28 14:21:16] Finished rsync_project (23.658s) [2013-05-28 14:21:16] Running commit_www [2013-05-28 14:21:16] [localhost] running: cd /data/genericrhel6-stage/www && /usr/bin/git add .; /usr/bin/git commit -a -m 'deploy ['careers.allizom.org']' [2013-05-28 14:27:57] [localhost] finished: cd /data/genericrhel6-stage/www && /usr/bin/git add .; /usr/bin/git commit -a -m 'deploy ['careers.allizom.org']' (401.263s) [localhost] out: [master 1bdd00d] deploy [careers.allizom.org] [localhost] out: 23 files changed, 56 insertions(+), 44 deletions(-) [localhost] out: rewrite careers.allizom.org/lumbergh/lib/product_details_json/firefox_beta_builds.json (100%) [localhost] out: rewrite careers.allizom.org/lumbergh/lib/product_details_json/firefox_primary_builds.json (85%) [localhost] out: rewrite careers.allizom.org/lumbergh/lib/product_details_json/languages.json (94%) [localhost] out: rewrite careers.allizom.org/lumbergh/lib/product_details_json/mobile_details.json (62%) [localhost] out: rewrite careers.allizom.org/lumbergh/lib/product_details_json/thunderbird_primary_builds.json (90%) [2013-05-28 14:27:57] Finished commit_www (401.264s)
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Whiteboard: [triaged 20130528] → [push interrupt]
verified latest changes are on stage. 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.