Closed
Bug 830434
Opened 13 years ago
Closed 13 years ago
Please push Thimble 'staging' branch to staging
Categories
(Infrastructure & Operations Graveyard :: WebOps: Other, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mikel, Assigned: cturra)
References
Details
(Whiteboard: [triaged 20130114][push interrupt])
Github: http://github.com/mozilla/webpagemaker
Staging url: http://webpagemaker.allizom.org
Staging and development differ, but staging contains revisions for two Thimble projects: https://github.com/mozilla/webpagemaker/pull/657 & https://github.com/mozilla/webpagemaker/pull/656
Thanks!
| Assignee | ||
Comment 1•13 years ago
|
||
push to stage complete.
[root@genericadm.private.phx1 webpagemaker.allizom.org]# bash -x update
+ CODE_DIR=/data/genericrhel6-stage/src/webpagemaker.allizom.org/webpagemaker
+ VENDOR_DIR=/data/genericrhel6-stage/src/webpagemaker.allizom.org/webpagemaker/vendor
+ update_code
+ echo -e 'Updating code...'
Updating code...
+ cd /data/genericrhel6-stage/src/webpagemaker.allizom.org/webpagemaker
+ git fetch origin -q
+ checkretval
+ retval=0
+ [[ 0 -gt 0 ]]
+ git checkout -f origin/staging -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/webpagemaker.allizom.org/webpagemaker/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/webpagemaker.allizom.org/webpagemaker
+ 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/webpagemaker.allizom.org/webpagemaker
+ python manage.py syncdb
Syncing...
Creating tables ...
Installing custom SQL ...
Installing indexes ...
No fixtures found.
Synced:
> funfactory
> django.contrib.auth
> django_sha2
> django.contrib.contenttypes
> django.contrib.sessions
> commonware.response.cookies
> djcelery
> session_csrf
> django.contrib.messages
> django.contrib.admin
> south
> webpagemaker.base
> webpagemaker.editor
> webpagemaker.learning_projects
> webpagemaker.browserid_ajax
Not synced (use migrations):
- webpagemaker.api
(use ./manage.py migrate to migrate these)
+ checkretval
+ retval=0
+ [[ 0 -gt 0 ]]
+ python manage.py migrate
Running migrations for api:
- Nothing to migrate.
- Loading initial data for api.
No fixtures found.
+ checkretval
+ retval=0
+ [[ 0 -gt 0 ]]
+ echo -e 'Storing revision information...'
Storing revision information...
+ cd /data/genericrhel6-stage/src/webpagemaker.allizom.org/webpagemaker
+ git rev-parse HEAD
+ generate_revision_info
Deploying code...
[2013-01-14 12:13:41] Running rsync_project
[2013-01-14 12:13:41] [localhost] running: /usr/bin/rsync -aq --include '.gitkeep' --exclude '.git*' --exclude '.hg*' --exclude '.svn*' --exclude 'CVS' --delete /data/genericrhel6-stage/src/webpagemaker.allizom.org/ /data/genericrhel6-stage/www/webpagemaker.allizom.org/
[2013-01-14 12:13:43] [localhost] finished: /usr/bin/rsync -aq --include '.gitkeep' --exclude '.git*' --exclude '.hg*' --exclude '.svn*' --exclude 'CVS' --delete /data/genericrhel6-stage/src/webpagemaker.allizom.org/ /data/genericrhel6-stage/www/webpagemaker.allizom.org/ (2.004s)
[2013-01-14 12:13:43] Finished rsync_project (2.005s)
[2013-01-14 12:13:43] Running commit_www
[2013-01-14 12:13:43] [localhost] running: cd /data/genericrhel6-stage/www && /usr/bin/git add .; /usr/bin/git commit -a -m 'deploy ['webpagemaker.allizom.org']'
[2013-01-14 12:14:28] [localhost] finished: cd /data/genericrhel6-stage/www && /usr/bin/git add .; /usr/bin/git commit -a -m 'deploy ['webpagemaker.allizom.org']' (45.506s)
[localhost] out: [master 83edd54] deploy [webpagemaker.allizom.org]
[localhost] out: 6 files changed, 65 insertions(+), 42 deletions(-)
[2013-01-14 12:14:28] Finished commit_www (45.507s)
Assignee: server-ops-webops → cturra
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Whiteboard: [triaged 20130114][push interrupt]
Updated•12 years ago
|
Component: Server Operations: Web Operations → WebOps: Other
Product: mozilla.org → Infrastructure & Operations
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
•