Closed
Bug 829149
Opened 12 years ago
Closed 12 years ago
Please update TBPL production to 0044d34d8d88
Categories
(Infrastructure & Operations Graveyard :: WebOps: Other, task)
Infrastructure & Operations Graveyard
WebOps: Other
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: emorley, Assigned: cturra)
References
()
Details
(Whiteboard: [triaged 20130110][push interrupt])
Please may tbpl.mozilla.org be updated to the changeset in the bug summary.
Thank you :-)
(Current production revision is: c9336d5f275c)
Assignee | ||
Comment 1•12 years ago
|
||
pushed 0044d34d8d88 to prod.
[root@genericadm.private.phx1 tbpl]# hg incoming
comparing with http://hg.mozilla.org/webtools/tbpl
searching for changes
changeset: 985:d7aa576a208d
user: Benoit Girard <b56girard@gmail.com>
date: Thu Jan 03 15:28:51 2013 -0500
summary: Bug 826028 - Add a simple embed mode. r=edmorley
changeset: 986:d4ad9eb7fece
user: Ed Morley <emorley@mozilla.com>
date: Fri Jan 04 23:36:28 2013 +0000
summary: Bug 826671 - loadFailed calls for ajax request errors should state the URL that failed; r=jhammel
changeset: 987:5fefdd05d477
user: Ed Morley <emorley@mozilla.com>
date: Thu Jan 10 17:17:11 2013 +0000
summary: Bug 829092 - Match against PROCESS-CRASH even if not at start of line; rs=philor
changeset: 988:0044d34d8d88
tag: tip
user: Ed Morley <emorley@mozilla.com>
date: Thu Jan 10 17:27:23 2013 +0000
summary: Bug 828272 - View log links should open in a new tab; r=philor
[root@genericadm.private.phx1 tbpl.mozilla.org]# bash -x update 0044d34d8d88
+ TEE=/usr/bin/tee
+ '[' 1 -lt 1 ']'
+ CSET=0044d34d8d88
+ CODE_DIR=/data/genericrhel6/src/tbpl.mozilla.org/tbpl
+ set -x
+ date
+ /usr/bin/tee /data/genericrhel6/src/tbpl.mozilla.org/tbpl/cache/revision_info.txt
/usr/bin/tee: /data/genericrhel6/src/tbpl.mozilla.org/tbpl/cache/revision_info.txt: No such file or directory
+ echo -e 'Updating code...'
+ cd /data/genericrhel6/src/tbpl.mozilla.org/tbpl
+ hg incoming -r 0044d34d8d88 --template '{node|short} | {desc|firstline}\n'
Thu Jan 10 10:57:15 PST 2013
Updating code...
comparing with http://hg.mozilla.org/webtools/tbpl
searching for changes
d7aa576a208d | Bug 826028 - Add a simple embed mode. r=edmorley
d4ad9eb7fece | Bug 826671 - loadFailed calls for ajax request errors should state the URL that failed; r=jhammel
5fefdd05d477 | Bug 829092 - Match against PROCESS-CRASH even if not at start of line; rs=philor
0044d34d8d88 | Bug 828272 - View log links should open in a new tab; r=philor
+ hg pull -r 0044d34d8d88 -u -v
pulling from http://hg.mozilla.org/webtools/tbpl
searching for changes
all local heads known remotely
adding changesets
adding manifests
adding file changes
added 4 changesets with 6 changes to 6 files
resolving manifests
getting js/BuildbotDBUser.js
getting js/Controller.js
getting js/Data.js
getting js/PushlogJSONParser.js
getting js/UserInterface.js
getting php/inc/GeneralErrorFilter.php
6 files updated, 0 files merged, 0 files removed, 0 files unresolved
+ checkretval
+ retval=0
+ [[ 0 -gt 0 ]]
+ cd /data/genericrhel6/src/tbpl.mozilla.org/tbpl
+ hg parent
changeset: 988:0044d34d8d88
tag: tip
user: Ed Morley <emorley@mozilla.com>
date: Thu Jan 10 17:27:23 2013 +0000
summary: Bug 828272 - View log links should open in a new tab; r=philor
+ checkretval
+ retval=0
+ [[ 0 -gt 0 ]]
+ '[' xterm == dumb ']'
+ /data/genericrhel6/deploy tbpl.mozilla.org
[2013-01-10 10:57:16] Running rsync_project
[2013-01-10 10:57:16] [localhost] running: /usr/bin/rsync -aq --include '.gitkeep' --exclude '.git*' --exclude '.hg*' --exclude '.svn*' --exclude 'CVS' --delete /data/genericrhel6/src/tbpl.mozilla.org/ /data/genericrhel6/www/tbpl.mozilla.org/
[2013-01-10 10:57:16] [localhost] finished: /usr/bin/rsync -aq --include '.gitkeep' --exclude '.git*' --exclude '.hg*' --exclude '.svn*' --exclude 'CVS' --delete /data/genericrhel6/src/tbpl.mozilla.org/ /data/genericrhel6/www/tbpl.mozilla.org/ (0.070s)
[2013-01-10 10:57:16] Finished rsync_project (0.071s)
[2013-01-10 10:57:16] Running commit_www
[2013-01-10 10:57:16] [localhost] running: cd /data/genericrhel6/www && /usr/bin/git add .; /usr/bin/git commit -a -m 'deploy ['tbpl.mozilla.org']'
[2013-01-10 10:57:42] [localhost] finished: cd /data/genericrhel6/www && /usr/bin/git add .; /usr/bin/git commit -a -m 'deploy ['tbpl.mozilla.org']' (26.582s)
[localhost] out: [master e9f159b] deploy [tbpl.mozilla.org]
[localhost] out: 6 files changed, 13 insertions(+), 7 deletions(-)
[2013-01-10 10:57:42] Finished commit_www (26.582s)
Assignee: server-ops-webops → cturra
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Whiteboard: [triaged 20130110][push interrupt]
Reporter | ||
Comment 2•12 years ago
|
||
Thank you - that was quick :-)
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
•