Closed
Bug 925512
Opened 12 years ago
Closed 12 years ago
Set DEBUG to False on careers-dev
Categories
(Infrastructure & Operations Graveyard :: WebOps: Other, task)
Infrastructure & Operations Graveyard
WebOps: Other
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: osmose, Assigned: bburton)
References
Details
As noted in bug 924558, http://careers-dev.allizom.org/ appears to have DEBUG set to true in the local settings file, when it should be set to false on the development server. Please ensure that DEBUG is set like so:
DEBUG = TEMPLATE_DEBUG = True
Thanks!
Updated•12 years ago
|
Assignee: server-ops → nobody
Component: Server Operations → WebOps: Other
Product: mozilla.org → Infrastructure & Operations
QA Contact: shyam → nmaul
Assignee | ||
Comment 2•12 years ago
|
||
[root@genericadm.private.phx1 allizom]# vim /data/genericrhel6-dev/src/careers-dev.allizom.org/lumbergh/careers/settings/local.py
[root@genericadm.private.phx1 allizom]# /data/genericrhel6-dev/deploy careers-dev.allizom.org
[2013-10-10 22:54:54] Running rsync_project
[2013-10-10 22:54:54] [localhost] running: /usr/bin/rsync -aq --include '.gitkeep' --exclude '.git*' --exclude '.hg*' --exclude '.svn*' --exclude 'CVS' --exclude '.bzr*' --delete /data/genericrhel6-dev/src/careers-dev.allizom.org/ /data/genericrhel6-dev/www/careers-dev.allizom.org/
[2013-10-10 22:54:54] [localhost] finished: /usr/bin/rsync -aq --include '.gitkeep' --exclude '.git*' --exclude '.hg*' --exclude '.svn*' --exclude 'CVS' --exclude '.bzr*' --delete /data/genericrhel6-dev/src/careers-dev.allizom.org/ /data/genericrhel6-dev/www/careers-dev.allizom.org/ (0.562s)
[2013-10-10 22:54:54] Finished rsync_project (0.563s)
[2013-10-10 22:54:54] Running commit_www
[2013-10-10 22:54:54] [localhost] running: cd /data/genericrhel6-dev/www && /usr/bin/git add .; /usr/bin/git commit -a -m 'deploy ['careers-dev.allizom.org']'
[2013-10-10 22:54:59] [localhost] finished: cd /data/genericrhel6-dev/www && /usr/bin/git add .; /usr/bin/git commit -a -m 'deploy ['careers-dev.allizom.org']' (4.558s)
[localhost] out: [master f566fed] deploy [careers-dev.allizom.org]
[localhost] out: 1 file changed, 1 insertion(+), 1 deletion(-)
[2013-10-10 22:54:59] Finished commit_www (4.558s)
[2013-10-10 22:54:59] Running push_www
[2013-10-10 22:54:59] [generic1.dev.webapp.phx1.mozilla.com] running: /data/bin/update-www.sh careers-dev.allizom.org
[2013-10-10 22:55:05] [generic1.dev.webapp.phx1.mozilla.com] finished: /data/bin/update-www.sh careers-dev.allizom.org (6.605s)
[generic1.dev.webapp.phx1.mozilla.com] out: Not removing ship-it-dev.allizom.org/release-kickoff/logs/
[generic1.dev.webapp.phx1.mozilla.com] out: Not removing whistlepig-dev.allizom.org/WhistlePig/static/CACHE/
[2013-10-10 22:55:05] Finished push_www (6.606s)
Assignee: nobody → bburton
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Status: RESOLVED → VERIFIED
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
•