Closed
Bug 966011
Opened 12 years ago
Closed 12 years ago
Deployment request for https://mozillaignite.org/
Categories
(Infrastructure & Operations Graveyard :: WebOps: Other, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: alfredo, Assigned: cturra)
References
()
Details
The Mozilla Ignite is in a sunset period, where it will be replaced by the US Ignite site and a new section in mozilla.org.
This change set will show a banner about the roadmap.
Apologies if this is not the right procedure. I am basing this in previous deployments. :)
Thank you!
| Assignee | ||
Comment 1•12 years ago
|
||
i just pushed your latest changes to stage. please give them a test and let me know when you want this to go to prod.
https://mozillaignite.allizom.org/
[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 'Running migrate...'
Running migrate...
+ cd /data/genericrhel6-stage/src/mozillaignite.allizom.org/mozillaignite
+ 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...
Assignee: server-ops-webops → cturra
Flags: needinfo?(alfredo)
| Reporter | ||
Comment 2•12 years ago
|
||
Thank you for your quick response!
It looks good on staging, could you please push to production?
Flags: needinfo?(alfredo)
| Assignee | ||
Comment 3•12 years ago
|
||
push to prod complete.
[cturra@genericadm.private.phx1 mozillaignite.org]$ sudo 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 '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
Minifying /data/genericrhel6/src/mozillaignite.org/mozillaignite/media/ignite/css/ignite_desktop-all.css (using YUI Compressor)
Unchanged files skipped for minification: 2
+ 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...
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 4•12 years ago
|
||
Thank you!
Updated•7 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
•