Closed
Bug 1070471
Opened 10 years ago
Closed 10 years ago
Update commander_settings.py-dist to more closely match the file in production
Categories
(Tree Management :: Treeherder, defect, P3)
Tree Management
Treeherder
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: emorley, Assigned: emorley)
Details
Attachments
(1 file)
862 bytes,
patch
|
mdoglio
:
review+
|
Details | Diff | Splinter Review |
Current sample config file in repo:
https://github.com/mozilla/treeherder-service/blob/master/deployment/update/commander_settings.py-dist
commander_settings.py on production (with SSH key path removed):
[emorley@treeherderadm.private.scl3 treeherder-service]$ cat deployment/update/commander_settings.py
SRC_DIR = '/data/treeherder/src/treeherder.mozilla.org/'
BIN_DIR = '/usr/bin'
SBIN_DIR = '/sbin'
DEPLOY_SCRIPT = '/data/treeherder/deploy -n treeherder.mozilla.org'
REMOTE_UPDATE_SCRIPT = '/data/bin/update-www.sh'
WEB_HOSTGROUP = 'treeherder-web'
CELERY_HOSTGROUP = 'treeherder-processors'
UPDATE_REF = 'master'
SSH_KEY = ''
Assignee | ||
Comment 1•10 years ago
|
||
(Updating the sample config file will make it easier to follow along when working on update.py)
Assignee | ||
Comment 2•10 years ago
|
||
Attachment #8493085 -
Flags: review?(mdoglio)
Updated•10 years ago
|
Attachment #8493085 -
Flags: review?(mdoglio) → review+
Comment 3•10 years ago
|
||
Commit pushed to master at https://github.com/mozilla/treeherder-service
https://github.com/mozilla/treeherder-service/commit/f7fed3e46ebebc2dfc7dabf331057dbb48db8d7d
Bug 1070471 - Update example commander settings to mirror production
Assignee | ||
Updated•10 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•