Closed
Bug 912505
Opened 12 years ago
Closed 12 years ago
orangefactor.conf in /home/mcote/... out of sync with latest production
Categories
(Tree Management Graveyard :: OrangeFactor, defect)
Tree Management Graveyard
OrangeFactor
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: emorley, Assigned: emorley)
Details
Isn't used by woo_mailer.py; but in case any testing is done against the mcote OF instance.
| Assignee | ||
Comment 1•12 years ago
|
||
[root@brasstacks1.dmz.scl3 home]# cat mcote/orangefactor/src/orangefactor/server/orangefactor.conf
[servers]
es = elasticsearch-zlb.webapp.scl3.mozilla.com:9200
#es = elasticsearch-zlb.dev.vlan81.phx.mozilla.com:9200
bzapi = https://api-dev.bugzilla.mozilla.org/latest/
[orangefactor]
trees = mozilla-central, mozilla-inbound, fx-team, mozilla-aurora, mozilla-beta, mozilla-esr10
trunk_trees = mozilla-central, mozilla-inbound, fx-team
exclude_platforms = win64, linuxqt, android-r7, android-r7-nothumb
exclude_tbpl_os = windows7-64, maemo4, maemo5
[root@brasstacks1.dmz.scl3 home]# cat webtools/apps/orangefactor/src/orangefactor/server/orangefactor.conf
[servers]
es = elasticsearch-zlb.webapp.scl3.mozilla.com:9200
bzapi = https://api-dev.bugzilla.mozilla.org/latest/
[orangefactor]
trees = mozilla-central, mozilla-inbound, build-system, fx-team, ionmonkey, profiling, services-central, mozilla-aurora, mozilla-beta, mozilla-b2g18, mozilla-esr17
trunk_trees = mozilla-central, mozilla-inbound, build-system, fx-team, ionmonkey, profiling, services-central
exclude_platforms = win64
exclude_tbpl_os = windows7-64
[root@brasstacks1.dmz.scl3 home]# mv webtools/apps/orangefactor/src/orangefactor/server/orangefactor.conf mcote/orangefactor/src/orangefactor/server/orangefactor.conf
mv: overwrite `mcote/orangefactor/src/orangefactor/server/orangefactor.conf'? y
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Product: Testing → Tree Management
Updated•5 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
•