Closed Bug 787268 Opened 12 years ago Closed 12 years ago

Categories

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

x86
macOS
task
Not set
normal

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: boozeniges, Assigned: cturra)

References

()

Details

Some small front-end changes that have gone through dev and staging pushes over the past few days without error.

No need for DB syncing, migrations or submodule updates.
Assignee: server-ops-webops → cturra
push complete. 

[root@genericadm.private.phx1 mozillaignite.org]# bash -x update 
+ CODE_DIR=/data/genericrhel6/src/mozillaignite.org/mozillaignite
+ VENDOR_DIR=/data/genericrhel6/src/mozillaignite.org/mozillaignite/vendor
+ update_code
+ echo -e 'Updating code...'
Updating code...
+ cd /data/genericrhel6/src/mozillaignite.org/mozillaignite
+ 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/src/mozillaignite.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/src/mozillaignite.org/mozillaignite
+ find . -type f -name .gitignore -or -name '*.pyc' -delete
+ checkretval
+ retval=0
+ [[ 0 -gt 0 ]]
+ echo -e 'Running migrate...'
Running migrate...
+ echo -e 'Compressing assets'
Compressing assets
+ python manage.py compress_assets
/data/genericrhel6/src/mozillaignite.org/mozillaignite/vendor/lib/python/nose/plugins/manager.py:405: UserWarning: Module djcelery was already imported from /data/genericrhel6/src/mozillaignite.org/mozillaignite/vendor/lib/python/djcelery/__init__.py, but /usr/lib/python2.6/site-packages is being added to sys.path
  import pkg_resources
To turn on cache busting, use settings.CACHEBUST_IMGS
Unchanged files skipped for minification: 3
+ checkretval
+ retval=0
+ [[ 0 -gt 0 ]]
+ echo -e 'Storing revision information...'
Storing revision information...
+ cd /data/genericrhel6/src/mozillaignite.org/mozillaignite
+ git rev-parse HEAD
+ generate_revision_info
Deploying code...
[2012-08-30 16:52:24] Running rsync_project
[2012-08-30 16:52:24] [localhost] running: /usr/bin/rsync -aq --include '.gitkeep' --exclude '.git*' --exclude '.hg*' --exclude '.svn*' --exclude 'CVS' --delete /data/genericrhel6/src/mozillaignite.org/ /data/genericrhel6/www/mozillaignite.org/
[2012-08-30 16:52:24] [localhost] finished: /usr/bin/rsync -aq --include '.gitkeep' --exclude '.git*' --exclude '.hg*' --exclude '.svn*' --exclude 'CVS' --delete /data/genericrhel6/src/mozillaignite.org/ /data/genericrhel6/www/mozillaignite.org/ (0.490s)
[2012-08-30 16:52:24] Finished rsync_project (0.490s)
[2012-08-30 16:52:24] Running commit_www
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Awesome, thanks very much Chris (yet again!)
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.