Closed
Bug 697176
Opened 14 years ago
Closed 14 years ago
please update TBPL production to revision 480d152fc685
Categories
(mozilla.org Graveyard :: Server Operations, task)
mozilla.org Graveyard
Server Operations
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: bhearsum, Assigned: jd)
References
Details
No description provided.
Updated•14 years ago
|
Assignee: server-ops → cshields
Comment 1•14 years ago
|
||
Jason: instructions are at https://mana.mozilla.org/wiki/display/websites/tbpl.mozilla.org#tbplmozillaorg-UpdatePushprocedure
Assignee: cshields → jcrowe
| Assignee | ||
Comment 2•14 years ago
|
||
root@genericadm.private.phx1 tbpl.mozilla.org]# ./update 480d152fc685
+ date
Tue Oct 25 11:01:06 PDT 2011
+ echo -e 'Updating code...'
Updating code...
+ cd /data/genericrhel6/src/tbpl.mozilla.org/tbpl
+ hg pull
pulling from http://hg.mozilla.org/users/mstange_themasta.com/tinderboxpushlog
searching for changes
adding changesets
adding manifests
adding file changes
added 3 changesets with 3 changes to 3 files
(run 'hg update' to get a working copy)
+ hg update 480d152fc685
3 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 tip
changeset: 715:480d152fc685
tag: tip
user: Ben Hearsum <bhearsum@mozilla.com>
date: Tue Oct 25 13:38:46 2011 -0400
summary: bug 697112: add more twigs to TBPL. r=ehsan
+ checkretval
+ retval=0
+ [[ 0 -gt 0 ]]
+ /data/genericrhel6/deploy -n tbpl.mozilla.org
[localhost] running: /usr/bin/rsync -aq --include '.gitkeep' --exclude '.git*' --exclude '.hg*' --delete /data/genericrhel6/src/tbpl.mozilla.org/ /data/genericrhel6/www/tbpl.mozilla.org/
[localhost] finished: /usr/bin/rsync -aq --include '.gitkeep' --exclude '.git*' --exclude '.hg*' --delete /data/genericrhel6/src/tbpl.mozilla.org/ /data/genericrhel6/www/tbpl.mozilla.org/ (0.139s)
[localhost] running: cd /data/genericrhel6/www && /usr/bin/git add .; /usr/bin/git commit -a -m 'deploy'
[localhost] finished: cd /data/genericrhel6/www && /usr/bin/git add .; /usr/bin/git commit -a -m 'deploy' (1.999s)
[localhost] out: [master 272e71a] deploy
[localhost] out: 3 files changed, 24 insertions(+), 3 deletions(-)
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 3•14 years ago
|
||
I'm seeing the new branches, thanks a lot!
Status: RESOLVED → VERIFIED
Updated•11 years ago
|
Product: mozilla.org → mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•