Closed
Bug 853193
Opened 12 years ago
Closed 12 years ago
Deploy new version of nightly.mozilla.org
Categories
(Infrastructure & Operations Graveyard :: WebOps: Other, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: tofumatt, Assigned: cturra)
Details
(Whiteboard: [triaged 20130322][push interrupt])
Please update the nightly.mozilla.org site -- the git repo has been updated so I think the new code just needs to be pullen then the cron task run manually once to update it.
Thanks!
Assignee | ||
Comment 1•12 years ago
|
||
nightly updated.
[root@staticadm.private.phx1 ~]# cd /data/static/src/nightly.mozilla.org/nightly
[root@staticadm.private.phx1 nightly]# git pull
remote: Counting objects: 25, done.
remote: Compressing objects: 100% (15/15), done.
remote: Total 20 (delta 9), reused 15 (delta 4)
Unpacking objects: 100% (20/20), done.
From https://github.com/mozilla/nocturnal
ace4b00..06a15e6 master -> origin/master
Updating ace4b00..06a15e6
Fast-forward
.gitignore | 1 +
README.markdown | 6 ++++++
templates/index.html | 5 ++---
3 files changed, 9 insertions(+), 3 deletions(-)
[root@staticadm.private.phx1 nightly]# /usr/bin/python2.6 /data/static/src/nightly.mozilla.org/nightly/scrape.py --output-dir=/data/static/src/nightly.mozilla.org/public_html/
[root@staticadm.private.phx1 nightly]# /data/static/deploy nightly.mozilla.org
[2013-03-22 10:32:25] Running rsync_project
[2013-03-22 10:32:25] [localhost] running: /usr/bin/rsync -aq --include '.gitkeep' --exclude '.git*' --exclude '.hg*' --exclude '.svn*' --exclude 'CVS' --exclude '.bzr*' --delete /data/static/src/nightly.mozilla.org/ /data/static/www/nightly.mozilla.org/
[2013-03-22 10:32:25] [localhost] finished: /usr/bin/rsync -aq --include '.gitkeep' --exclude '.git*' --exclude '.hg*' --exclude '.svn*' --exclude 'CVS' --exclude '.bzr*' --delete /data/static/src/nightly.mozilla.org/ /data/static/www/nightly.mozilla.org/ (0.097s)
[2013-03-22 10:32:25] Finished rsync_project (0.097s)
[2013-03-22 10:32:25] Running commit_www
[2013-03-22 10:32:25] [localhost] running: cd /data/static/www && /usr/bin/git add .; /usr/bin/git commit -a -m 'deploy ['nightly.mozilla.org']'
[2013-03-22 10:32:27] [localhost] finished: cd /data/static/www && /usr/bin/git add .; /usr/bin/git commit -a -m 'deploy ['nightly.mozilla.org']' (1.813s)
[localhost] out: [master bf6e7ec] deploy [nightly.mozilla.org]
[localhost] out: 3 files changed, 10 insertions(+), 6 deletions(-)
[2013-03-22 10:32:27] Finished commit_www (1.813s)
Assignee: server-ops-webops → cturra
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Whiteboard: [triaged 20130322][push interrupt]
Updated•12 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
•