Closed
Bug 922242
Opened 12 years ago
Closed 12 years ago
Please deploy trychooser from tools repo tip
Categories
(Infrastructure & Operations :: IT-Managed Tools, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: armenzg, Assigned: jd)
References
Details
Thanks!
| Assignee | ||
Comment 1•12 years ago
|
||
Done. Cheers.
# ./update tip
pulling from http://hg.mozilla.org/build/tools
searching for changes
adding changesets
adding manifests
adding file changes
added 14 changesets with 26 changes to 12 files
(run 'hg update' to get a working copy)
12 files updated, 0 files merged, 0 files removed, 0 files unresolved
Deploying code...
[2013-09-30 12:03:47] Running rsync_project
[2013-09-30 12:03:47] [localhost] running: /usr/bin/rsync -aq --include '.gitkeep' --exclude '.git*' --exclude '.hg*' --exclude '.svn*' --exclude 'CVS' --exclude '.bzr*' --delete /data/releng/src/trychooser/ /data/releng/www/trychooser/
[2013-09-30 12:03:47] [localhost] finished: /usr/bin/rsync -aq --include '.gitkeep' --exclude '.git*' --exclude '.hg*' --exclude '.svn*' --exclude 'CVS' --exclude '.bzr*' --delete /data/releng/src/trychooser/ /data/releng/www/trychooser/ (0.131s)
[2013-09-30 12:03:47] Finished rsync_project (0.132s)
[2013-09-30 12:03:47] Running commit_www
[2013-09-30 12:03:47] [localhost] running: cd /data/releng/www && /usr/bin/git add .; /usr/bin/git commit -a -m 'deploy ['trychooser']'
[2013-09-30 12:03:47] [localhost] finished: cd /data/releng/www && /usr/bin/git add .; /usr/bin/git commit -a -m 'deploy ['trychooser']' (0.503s)
[localhost] out: [master d3ce536] deploy [trychooser]
[localhost] out: Committer: root <root@relengwebadm.private.scl3.mozilla.com>
[localhost] out: Your name and email address were configured automatically based
[localhost] out: on your username and hostname. Please check that they are accurate.
[localhost] out: You can suppress this message by setting them explicitly:
[localhost] out:
[localhost] out: git config --global user.name "Your Name"
[localhost] out: git config --global user.email you@example.com
[localhost] out:
[localhost] out: After doing this, you may fix the identity used for this commit with:
[localhost] out:
[localhost] out: git commit --amend --reset-author
[localhost] out:
[localhost] out: 12 files changed, 164 insertions(+), 37 deletions(-)
[2013-09-30 12:03:47] Finished commit_www (0.504s)
[2013-09-30 12:03:47] Running push_www
[2013-09-30 12:03:47] [web1.releng.webapp.scl3.mozilla.com] running: /data/bin/update-www.sh trychooser
[2013-09-30 12:03:47] [web2.releng.webapp.scl3.mozilla.com] running: /data/bin/update-www.sh trychooser
[2013-09-30 12:03:48] [web1.releng.webapp.scl3.mozilla.com] finished: /data/bin/update-www.sh trychooser (0.705s)
[2013-09-30 12:03:48] [web2.releng.webapp.scl3.mozilla.com] finished: /data/bin/update-www.sh trychooser (0.804s)
[2013-09-30 12:03:48] Finished push_www (0.814s)
Assignee: server-ops-webops → jcrowe
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•