Closed Bug 688170 Opened 13 years ago Closed 13 years ago

Deploy master to stage mozillians.allizom.org

Categories

(mozilla.org Graveyard :: Server Operations, task)

All
Other
task
Not set
minor

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: ozten, Assigned: jason)

References

()

Details

We should get the latest code onto stage. Please:

1) git pull origin master && git submodule update --init
2) cd vendor
3) git pull origin master && git submodule update --init
4) cd ../directory
5) git pull origin master
6) python vendor/src/schematic/schematic migrations/
7) python manage.py compress_assets

Once this is complete, please check settings/default.py for memcache settings. Please make sure memcache is running on the same port(s) and is working properly.
Assignee: server-ops → jthomas
Deployed to stage.

+ CODE_DIR=/data/genericrhel6-stage/src/mozillians.allizom.org/mozillians
+ VENDOR_DIR=/data/genericrhel6-stage/src/mozillians.allizom.org/mozillians/vendor
+ LOCALE_DIR=/data/genericrhel6-stage/src/mozillians.allizom.org/mozillians/locale
++ tee /data/genericrhel6-stage/src/mozillians.allizom.org/mozillians/media/revision_info.txt
+ set -x
+ date
Wed Sep 21 12:01:15 PDT 2011
+ echo -e 'Updating code...'
Updating code...
+ cd /data/genericrhel6-stage/src/mozillians.allizom.org/mozillians
+ git fetch origin -q
+ checkretval
+ retval=0
+ [[ 0 -gt 0 ]]
+ git checkout -f origin/master -q
+ git submodule sync -q
+ git submodule update --init -q
+ checkretval
+ retval=0
+ [[ 0 -gt 0 ]]
+ git log -3
commit 9df2ae6e3d390fa43243f9f17f21a647de9c3b01
Merge: 67c45e6 b783a77
Author: Austin King <shout@ozten.com>
Date:   Wed Sep 21 11:25:17 2011 -0700

    Merge branch 'master' of github.com:mozilla/mozillians

commit 67c45e611c0f0b4ac7903ecfe075c99f0afbf078
Author: Austin King <shout@ozten.com>
Date:   Wed Sep 21 11:23:07 2011 -0700

    Adding assertions for Bug#688039

commit b783a77de8255f29a23324fa8f5a18eb6925f28e
Author: Dave Dash <dd+github@davedash.com>
Date:   Wed Sep 21 11:14:06 2011 -0700

    Hide invite link for unvouched, fixes bug 687283
+ echo -e 'Updating vendor...'
Updating vendor...
+ cd /data/genericrhel6-stage/src/mozillians.allizom.org/mozillians/vendor
+ git submodule sync -q
+ git submodule update --init -q
+ checkretval
+ retval=0
+ [[ 0 -gt 0 ]]
+ cd /data/genericrhel6-stage/src/mozillians.allizom.org/mozillians/locale
+ svn up
At revision 95213.
+ checkretval
+ retval=0
+ [[ 0 -gt 0 ]]
+ ./compile.sh
+ checkretval
+ retval=0
+ [[ 0 -gt 0 ]]
+ cd /data/genericrhel6-stage/src/mozillians.allizom.org/mozillians
+ find . -type f -name .gitignore -or -name '*.pyc' -delete
+ checkretval
+ retval=0
+ [[ 0 -gt 0 ]]
+ cd /data/genericrhel6-stage/src/mozillians.allizom.org/mozillians
+ python ./manage.py compress_assets
+ checkretval
+ retval=0
+ [[ 0 -gt 0 ]]
+ cd /data/genericrhel6-stage/src/mozillians.allizom.org/mozillians
+ python vendor/src/schematic/schematic migrations
+ checkretval
+ retval=0
+ [[ 0 -gt 0 ]]
+ cd /data/genericrhel6-stage/src/mozillians.allizom.org/mozillians
+ touch wsgi/playdoh.wsgi
+ set +x
[localhost] running: /usr/bin/rsync -aq --include '.gitkeep' --exclude '.git*' --exclude '.hg*' --delete /data/genericrhel6-stage/src/mozillians.allizom.org/ /data/genericrhel6-stage/www/mozillians.allizom.org/
[localhost] finished: /usr/bin/rsync -aq --include '.gitkeep' --exclude '.git*' --exclude '.hg*' --delete /data/genericrhel6-stage/src/mozillians.allizom.org/ /data/genericrhel6-stage/www/mozillians.allizom.org/ (0.398s)
[localhost] running: cd /data/genericrhel6-stage/www && /usr/bin/git add .; /usr/bin/git commit -a -m 'deploy'
[localhost] finished: cd /data/genericrhel6-stage/www && /usr/bin/git add .; /usr/bin/git commit -a -m 'deploy' (0.673s)
[localhost] out: [master 8c9a17d] deploy
[localhost] out: 2 files changed, 3 insertions(+), 9 deletions(-)

memcache settings are configured in settings/local.py.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Blocks: 688476
Blocks: 688777
Product: mozilla.org → mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.