Closed
Bug 777533
Opened 13 years ago
Closed 13 years ago
[socorro prod] change bugzilla URL in bzapi.php
Categories
(mozilla.org Graveyard :: Server Operations, task)
mozilla.org Graveyard
Server Operations
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: rhelmer, Unassigned)
Details
There is a config file in puppet called "bzapi.php" that just needs the following change around line 11:
-$config['url'] = 'https://api-dev.bugzilla.mozilla.org/0.9/';
+$config['url'] = 'https://api-dev.bugzilla.mozilla.org/1.1/';
This file is deployed to /etc/socorro/web then needs to be copied to /data/socorro/htdocs/application/config - I believe there's a script that does this, not sure if puppet runs it automatically though (it gets run on install I believe)
Reporter | ||
Comment 1•13 years ago
|
||
Looks like it's only in the update script, so could you please also copy this to /data/socorro/htdocs/application/config/ ?
Reporter | ||
Comment 2•13 years ago
|
||
Actually nevermind this, sorry - we don't currently have an override for bzapi.php in /etc/socorro/web so this bug is invalid.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → INVALID
Updated•10 years ago
|
Product: mozilla.org → mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•