Closed Bug 792098 Opened 12 years ago Closed 12 years ago

Push basket to stage, then master

Categories

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

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: rik, Assigned: bburton)

References

()

Details

(Whiteboard: [push-interrupt][triaged 20120918])

Please push basket to stage, and once we verify (via IRC) to master. Thanks!

Only diff is https://github.com/mozilla/basket/commit/b0ca8ecaa644979b90c1948d80db815709dd8d71.
Assignee: server-ops-webops → bburton
Priority: -- → P3
Whiteboard: [push-interrupt][triaged 20120918]
Push to stage complete

[root@genericadm.private.phx1 ~]# bash -x /data/genericrhel6-stage/src/basket.allizom.org/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
Tue Sep 18 10:42:00 PDT 2012
+ 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 b0ca8ecaa644979b90c1948d80db815709dd8d71
Author: Anthony Ricaud <anthony@ricaud.me>
Date:   Wed Sep 5 14:22:00 2012 +0200

    Add id and ru newsletter to the list of newsletters with double confirmation on
    
    (a couple of EOL whitespaces removed too)
    
    fix bug 788473

commit 1df9c062123fc5d2b641cc21b8b0e406b0d0d8f4
Author: Michael Kelly <mkelly@mozilla.com>
Date:   Tue Sep 11 23:22:43 2012 -0400

    Gogo emergency late night fix!
    
    It appears that as part of the SMS changes the user method
    accidentally got marked as requiring POST, when in fact
    it is intended to be used as either POST or GET depending
    on if you're updating a user or not.

commit ae4bf8bf8eb9261975486e8240c531e9c064bd55
Merge: 7d3543d ae0cbcf
Author: James Long <longster@gmail.com>
Date:   Tue Sep 11 15:46:37 2012 -0700

    Merge pull request #6 from Osmose/affiliates-list
    
    Bug 778974: Add affiliates mailing list.
+ 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-256color == dumb ']'
+ /data/genericrhel6-stage/deploy basket.allizom.org
[2012-09-18 10:42:06] Running rsync_project
[2012-09-18 10:42:06] [localhost] running: /usr/bin/rsync -aq --include '.gitkeep' --exclude '.git*' --exclude '.hg*' --exclude '.svn*' --exclude 'CVS' --delete /data/genericrhel6-stage/src/basket.allizom.org/ /data/genericrhel6-stage/www/basket.allizom.org/
[2012-09-18 10:42:08] [localhost] finished: /usr/bin/rsync -aq --include '.gitkeep' --exclude '.git*' --exclude '.hg*' --exclude '.svn*' --exclude 'CVS' --delete /data/genericrhel6-stage/src/basket.allizom.org/ /data/genericrhel6-stage/www/basket.allizom.org/ (1.252s)
[2012-09-18 10:42:08] Finished rsync_project (1.252s)
[2012-09-18 10:42:08] Running commit_www
[2012-09-18 10:42:08] [localhost] running: cd /data/genericrhel6-stage/www && /usr/bin/git add .; /usr/bin/git commit -a -m 'deploy ['basket.allizom.org']'
[2012-09-18 10:42:45] [localhost] finished: cd /data/genericrhel6-stage/www && /usr/bin/git add .; /usr/bin/git commit -a -m 'deploy ['basket.allizom.org']' (36.901s)
[localhost] out: [master 0df9428] deploy [basket.allizom.org]
[localhost] out: 1 file changed, 2 insertions(+)
[2012-09-18 10:42:45] Finished commit_www (36.901s)
[2012-09-18 10:42:45] Running push_www
[2012-09-18 10:42:45] [generic1.stage.webapp.phx1.mozilla.com] running: /data/bin/update-www.sh basket.allizom.org
[2012-09-18 10:42:45] [generic2.stage.webapp.phx1.mozilla.com] running: /data/bin/update-www.sh basket.allizom.org
[2012-09-18 10:42:52] [generic2.stage.webapp.phx1.mozilla.com] finished: /data/bin/update-www.sh basket.allizom.org (7.198s)
[2012-09-18 10:42:52] [generic1.stage.webapp.phx1.mozilla.com] finished: /data/bin/update-www.sh basket.allizom.org (7.211s)
[2012-09-18 10:42:52] Finished push_www (7.212s)
Status: NEW → ASSIGNED
Blocks: 788473
No longer depends on: 788473
Testing is still in progress and Jess is reaching to L10N teams to be sure about this. So we won't push this to master before tomorrow.
Sounds good, I should be around 9am - 5pmish Pacific, ping me in #it
When should prod get pushed?
Whiteboard: [push-interrupt][triaged 20120918] → [push-interrupt][triaged 20120918][waiting][requestor]
I have not heard back from Jess who was reaching out to a few folks to test it.

Jess: Was the testing successful?
The technical side of the testing is great. I'm waiting on some final edits from the l10n teams and double-checking the state of newsletter/existing/ for these locales.

My apologies on the delay. I believe we'll be ready to push live next week. I don't want to push on a Friday just in case something goes funky when live.

I will keep you updated, but please ping me at any time if you have questions.
So if the technical side is working ok then we can push to prod here. This will only push the change to our backend for the two-steps confirmation. The push for the new newsletters will be handle in the other bugs.

Brandon: You can push :)
Ah - perfect. That makes sense.

Let me know when it's live so I can test the other 2 step confirmation email signups just to be sure all's well. Thanks!
[root@genericadm.private.phx1 ~]# /data/genericrhel6/src/basket.mozilla.org/update Mon Sep 24 06:32:12 PDT 2012
Updating code...
commit b0ca8ecaa644979b90c1948d80db815709dd8d71
Author: Anthony Ricaud <anthony@ricaud.me>
Date:   Wed Sep 5 14:22:00 2012 +0200

    Add id and ru newsletter to the list of newsletters with double confirmation on
    
    (a couple of EOL whitespaces removed too)
    
    fix bug 788473

commit 1df9c062123fc5d2b641cc21b8b0e406b0d0d8f4
Author: Michael Kelly <mkelly@mozilla.com>
Date:   Tue Sep 11 23:22:43 2012 -0400

    Gogo emergency late night fix!
    
    It appears that as part of the SMS changes the user method
    accidentally got marked as requiring POST, when in fact
    it is intended to be used as either POST or GET depending
    on if you're updating a user or not.

commit ae4bf8bf8eb9261975486e8240c531e9c064bd55
Merge: 7d3543d ae0cbcf
Author: James Long <longster@gmail.com>
Date:   Tue Sep 11 15:46:37 2012 -0700

    Merge pull request #6 from Osmose/affiliates-list
    
    Bug 778974: Add affiliates mailing list.
Updating vendor...
Deploying code...
[2012-09-24 06:32:17] Running rsync_project
[2012-09-24 06:32:17] [localhost] running: /usr/bin/rsync -aq --include '.gitkeep' --exclude '.git*' --exclude '.hg*' --exclude '.svn*' --exclude 'CVS' --delete /data/genericrhel6/src/basket.mozilla.org/ /data/genericrhel6/www/basket.mozilla.org/
[2012-09-24 06:32:17] [localhost] finished: /usr/bin/rsync -aq --include '.gitkeep' --exclude '.git*' --exclude '.hg*' --exclude '.svn*' --exclude 'CVS' --delete /data/genericrhel6/src/basket.mozilla.org/ /data/genericrhel6/www/basket.mozilla.org/ (0.736s)
[2012-09-24 06:32:17] Finished rsync_project (0.737s)
[2012-09-24 06:32:17] Running commit_www
[2012-09-24 06:32:17] [localhost] running: cd /data/genericrhel6/www && /usr/bin/git add .; /usr/bin/git commit -a -m 'deploy ['basket.mozilla.org']'
[2012-09-24 06:32:26] [localhost] finished: cd /data/genericrhel6/www && /usr/bin/git add .; /usr/bin/git commit -a -m 'deploy ['basket.mozilla.org']' (8.884s)
[localhost] out: [master 899da5f] deploy [basket.mozilla.org]
[localhost] out: 1 file changed, 2 insertions(+)
[2012-09-24 06:32:26] Finished commit_www (8.884s)
[2012-09-24 06:32:26] Running push_www
[2012-09-24 06:32:26] [generic1.webapp.phx1.mozilla.com] running: /data/bin/update-www.sh basket.mozilla.org
[2012-09-24 06:32:26] [generic2.webapp.phx1.mozilla.com] running: /data/bin/update-www.sh basket.mozilla.org
[2012-09-24 06:32:26] [generic3.webapp.phx1.mozilla.com] running: /data/bin/update-www.sh basket.mozilla.org
[2012-09-24 06:32:26] [generic4.webapp.phx1.mozilla.com] running: /data/bin/update-www.sh basket.mozilla.org
[2012-09-24 06:32:26] [generic102.webapp.phx1.mozilla.com] running: /data/bin/update-www.sh basket.mozilla.org
[2012-09-24 06:32:26] [generic5.webapp.phx1.mozilla.com] running: /data/bin/update-www.sh basket.mozilla.org
[2012-09-24 06:32:33] [generic3.webapp.phx1.mozilla.com] finished: /data/bin/update-www.sh basket.mozilla.org (6.631s)
[generic3.webapp.phx1.mozilla.com] out: Not removing blog.mozilla.org/wp-content/cache/supercache/blog.mozilla.org/
[2012-09-24 06:32:33] [generic1.webapp.phx1.mozilla.com] finished: /data/bin/update-www.sh basket.mozilla.org (6.672s)
[generic1.webapp.phx1.mozilla.com] out: Not removing blog.mozilla.org/wp-content/cache/supercache/blog.mozilla.org/
[2012-09-24 06:32:33] [generic4.webapp.phx1.mozilla.com] finished: /data/bin/update-www.sh basket.mozilla.org (6.714s)
[generic4.webapp.phx1.mozilla.com] out: Not removing blog.mozilla.org/wp-content/cache/supercache/blog.mozilla.org/
[2012-09-24 06:32:33] [generic2.webapp.phx1.mozilla.com] finished: /data/bin/update-www.sh basket.mozilla.org (6.751s)
[generic2.webapp.phx1.mozilla.com] out: Not removing blog.mozilla.org/wp-content/cache/supercache/blog.mozilla.org/
[2012-09-24 06:32:33] [generic5.webapp.phx1.mozilla.com] finished: /data/bin/update-www.sh basket.mozilla.org (6.768s)
[generic5.webapp.phx1.mozilla.com] out: Not removing blog.mozilla.org/wp-content/cache/supercache/blog.mozilla.org/
[2012-09-24 06:32:33] [generic102.webapp.phx1.mozilla.com] finished: /data/bin/update-www.sh basket.mozilla.org (6.774s)
[generic102.webapp.phx1.mozilla.com] out: Not removing mozillians.org/mozillians/apps/larper/
[generic102.webapp.phx1.mozilla.com] out: Not removing mozillians.org/mozillians/apps/taskboard/
[generic102.webapp.phx1.mozilla.com] out: Not removing wiki.mozilla.org/wiki/cache/8/
[2012-09-24 06:32:33] Finished push_www (6.782s)
[2012-09-24 06:32:33] [generic1.webapp.phx1.mozilla.com] running: touch /data/www/basket.mozilla.org/basket/wsgi/basket.wsgi
[2012-09-24 06:32:33] [generic2.webapp.phx1.mozilla.com] running: touch /data/www/basket.mozilla.org/basket/wsgi/basket.wsgi
[2012-09-24 06:32:33] [generic3.webapp.phx1.mozilla.com] running: touch /data/www/basket.mozilla.org/basket/wsgi/basket.wsgi
[2012-09-24 06:32:33] [generic4.webapp.phx1.mozilla.com] running: touch /data/www/basket.mozilla.org/basket/wsgi/basket.wsgi
[2012-09-24 06:32:33] [generic5.webapp.phx1.mozilla.com] running: touch /data/www/basket.mozilla.org/basket/wsgi/basket.wsgi
[2012-09-24 06:32:33] [generic102.webapp.phx1.mozilla.com] running: touch /data/www/basket.mozilla.org/basket/wsgi/basket.wsgi
[2012-09-24 06:32:33] [generic2.webapp.phx1.mozilla.com] finished: touch /data/www/basket.mozilla.org/basket/wsgi/basket.wsgi (0.314s)
[2012-09-24 06:32:34] [generic3.webapp.phx1.mozilla.com] finished: touch /data/www/basket.mozilla.org/basket/wsgi/basket.wsgi (0.547s)
[2012-09-24 06:32:34] [generic1.webapp.phx1.mozilla.com] finished: touch /data/www/basket.mozilla.org/basket/wsgi/basket.wsgi (0.565s)
[2012-09-24 06:32:34] [generic4.webapp.phx1.mozilla.com] finished: touch /data/www/basket.mozilla.org/basket/wsgi/basket.wsgi (0.543s)
[2012-09-24 06:32:34] [generic102.webapp.phx1.mozilla.com] finished: touch /data/www/basket.mozilla.org/basket/wsgi/basket.wsgi (0.517s)
[2012-09-24 06:32:34] [generic5.webapp.phx1.mozilla.com] finished: touch /data/www/basket.mozilla.org/basket/wsgi/basket.wsgi (0.638s)
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Whiteboard: [push-interrupt][triaged 20120918][waiting][requestor] → [push-interrupt][triaged 20120918]
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.