Closed
Bug 1346237
Opened 8 years ago
Closed 8 years ago
Deploy orangefactor 5c74a2f26b23 to pick up bug 1344387
Categories
(Tree Management Graveyard :: OrangeFactor, enhancement, P1)
Tree Management Graveyard
OrangeFactor
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: emorley, Assigned: emorley)
References
Details
Assignee | ||
Comment 1•8 years ago
|
||
[emorley@brasstacks1.dmz.scl3 ~]$ sudo su webtools -
[webtools@brasstacks1.dmz.scl3 emorley]$ cd ~/apps/orangefactor/src/orangefactor/ && hg pull -uv
pulling from https://hg.mozilla.org/automation/orangefactor/
warning: hg.mozilla.org certificate with fingerprint 73:7f:ef:ab:68:0f:49:3f:88:91:f0:b7:06:69:fd:8f:f2:55:c9:56 not verified (check hostfingerprints or web.cacerts config setting)
searching for changes
all local heads known remotely
adding changesets
adding manifests
adding file changes
added 1 changesets with 2 changes to 2 files
resolving manifests
getting templates/bug_comment.template
getting woo_commenter.py
2 files updated, 0 files merged, 0 files removed, 0 files unresolved
[webtools@brasstacks1.dmz.scl3 orangefactor]$ exit
[emorley@brasstacks1.dmz.scl3 ~]$ sudo service orangefactor restart
usage: /etc/init.d/orangefactor {start|stop}
[emorley@brasstacks1.dmz.scl3 ~]$ sudo service orangefactor stop; sudo service orangefactor start
stopping orangefactor [ OK ]
starting orangefactor [ OK ]
(gbrown: Note for future deploys, if there were web assets modified, in addition the deploy.sh script would need running to copy the files to the /usr/share/nginx/html/ directory. See root's bash history for examples of how to do that)
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 2•8 years ago
|
||
In fact in this case, I didn't need to restart the orangefactor service either, since this wasn't an API change, but a change to a file only run via cron.
Updated•4 years ago
|
Product: Tree Management → Tree Management Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•