Closed
Bug 836910
Opened 12 years ago
Closed 12 years ago
Please push basket live
Categories
(Infrastructure & Operations Graveyard :: WebOps: Other, task)
Infrastructure & Operations Graveyard
WebOps: Other
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: sancus, Assigned: cturra)
References
Details
(Whiteboard: [triaged 20130131][push interrupt])
To add a new newsletter.
https://github.com/mozilla/basket/commit/531573eff51be5263e00d49ee0d361be974bf9e2
Assignee | ||
Comment 1•12 years ago
|
||
:sancus - push to stage complete. let me know when you have reviewed it and want it pushed to prod.
[root@genericadm.private.phx1 basket.allizom.org]# bash -x update
+ CODE_DIR=/data/genericrhel6-stage/src/basket.allizom.org/basket
+ VENDOR_DIR=/data/genericrhel6-stage/src/basket.allizom.org/basket/vendor
+ LOCALE_DIR=/data/genericrhel6-stage/src/basket.allizom.org/basket/locale
+ date
Thu Jan 31 14:01:43 PST 2013
+ echo -e 'Updating code...'
Updating code...
+ cd /data/genericrhel6-stage/src/basket.allizom.org/basket
+ 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 531573eff51be5263e00d49ee0d361be974bf9e2
Merge: 18ac979 471b514
Author: Andrei Hajdukewycz <sancus@off.net>
Date: Thu Jan 31 13:29:38 2013 -0800
Merge pull request #14 from Sancus/master
[Bug 829279] Add Firefox Flicks newsletter
commit 471b514422331dce5f7db6b610e489b8f9e1648a
Author: Andrei Hajdukewycz <sancus@off.net>
Date: Thu Jan 31 14:20:56 2013 -0500
[Bug 829279] Add Firefox Flicks newsletter
commit 18ac9792b06215d83ee66317ead59be102a61b4e
Merge: 39f05a7 cce88f0
Author: Paul McLanahan <paul@mclanahan.net>
Date: Mon Jan 28 06:26:16 2013 -0800
Merge pull request #13 from pmclanahan/add-more-to-debug-user
Add data from basket DB to debug-user method.
+ echo -e 'Updating vendor...'
Updating vendor...
+ cd /data/genericrhel6-stage/src/basket.allizom.org/basket/vendor
+ git submodule sync -q
+ git submodule update --init -q
+ checkretval
+ retval=0
+ [[ 0 -gt 0 ]]
+ cd /data/genericrhel6-stage/src/basket.allizom.org/basket
+ find . -type f -name .gitignore -or -name '*.pyc' -delete
+ checkretval
+ retval=0
+ [[ 0 -gt 0 ]]
+ cd /data/genericrhel6-stage/src/basket.allizom.org/basket
+ touch wsgi/basket.wsgi
+ echo -e 'Deploying code...'
Deploying code...
+ '[' xterm == dumb ']'
+ /data/genericrhel6-stage/deploy basket.allizom.org
[2013-01-31 14:01:46] Running rsync_project
[2013-01-31 14:01:46] [localhost] running: /usr/bin/rsync -aq --include '.gitkeep' --exclude '.git*' --exclude '.hg*' --exclude '.svn*' --exclude 'CVS' --exclude '.bzr*' --delete /data/genericrhel6-stage/src/basket.allizom.org/ /data/genericrhel6-stage/www/basket.allizom.org/
[2013-01-31 14:01:47] [localhost] finished: /usr/bin/rsync -aq --include '.gitkeep' --exclude '.git*' --exclude '.hg*' --exclude '.svn*' --exclude 'CVS' --exclude '.bzr*' --delete /data/genericrhel6-stage/src/basket.allizom.org/ /data/genericrhel6-stage/www/basket.allizom.org/ (1.658s)
[2013-01-31 14:01:47] Finished rsync_project (1.658s)
[2013-01-31 14:01:47] Running commit_www
[2013-01-31 14:01:47] [localhost] running: cd /data/genericrhel6-stage/www && /usr/bin/git add .; /usr/bin/git commit -a -m 'deploy ['basket.allizom.org']'
[2013-01-31 14:02:30] [localhost] finished: cd /data/genericrhel6-stage/www && /usr/bin/git add .; /usr/bin/git commit -a -m 'deploy ['basket.allizom.org']' (42.549s)
[localhost] out: [master 6253ae1] deploy [basket.allizom.org]
[localhost] out: 1 file changed, 1 insertion(+)
[2013-01-31 14:02:30] Finished commit_www (42.550s)
Assignee: server-ops-webops → cturra
Status: NEW → ASSIGNED
Whiteboard: [triaged 20130131][push interrupt]
Reporter | ||
Comment 2•12 years ago
|
||
There's a patch in there that pmac wrote, which is probably fine, but we may as well delay this to Monday when he is back just in case. So leave it on staging for now, and we'll go to prod on Monday.
Reporter | ||
Comment 3•12 years ago
|
||
Nevermind, that patch is already live. I thought that the 'last 3 commits' was a diff, but it's obviously not.
This can go to prod ASAP.
Assignee | ||
Comment 4•12 years ago
|
||
:sancus - push to prod complete...
[root@genericadm.private.phx1 basket.mozilla.org]# bash update
Fri Feb 1 11:30:09 PST 2013
Updating code...
commit 531573eff51be5263e00d49ee0d361be974bf9e2
Merge: 18ac979 471b514
Author: Andrei Hajdukewycz <sancus@off.net>
Date: Thu Jan 31 13:29:38 2013 -0800
Merge pull request #14 from Sancus/master
[Bug 829279] Add Firefox Flicks newsletter
commit 471b514422331dce5f7db6b610e489b8f9e1648a
Author: Andrei Hajdukewycz <sancus@off.net>
Date: Thu Jan 31 14:20:56 2013 -0500
[Bug 829279] Add Firefox Flicks newsletter
commit 18ac9792b06215d83ee66317ead59be102a61b4e
Merge: 39f05a7 cce88f0
Author: Paul McLanahan <paul@mclanahan.net>
Date: Mon Jan 28 06:26:16 2013 -0800
Merge pull request #13 from pmclanahan/add-more-to-debug-user
Add data from basket DB to debug-user method.
Updating vendor...
Deploying code...
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 5•12 years ago
|
||
Thanks!
Updated•11 years ago
|
Component: Server Operations: Web Operations → WebOps: Other
Product: mozilla.org → Infrastructure & Operations
Updated•6 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
•