#435: bugzilla sync operations are not using the correct config items --------------------------------------+--------------------- Reporter: tflink | Owner: tflink Type: defect | Status: new Priority: critical | Milestone: Component: Blocker bug tracker page | Version: Keywords: | Blocked By: Blocking: | --------------------------------------+--------------------- = bug description =
After the change for #423, the configuration options for bugzilla's XMLRPC interface changed from BUGZILLA_URL to BUGZILLA_XMLRPC to get rid of the hardcoded partial url in our templates.
Unfoturnately, the sync code is still using 'BUGZILLA_URL' and with an updated config, sync blows up with errors.
To work around this bug, I've kept the old value for 'BUGZILLA_URL' which allows sync to work but has the side-effect of breaking display of the tracker bugs.
= bug analysis =
All references to 'BUGZILLA_URL' and 'BUGZILLA_XMLRPC' need to be checked to make sure that we're getting the right urls in the right places.
#435: bugzilla sync operations are not using the correct config items ---------------------------------------+-------------------- Reporter: tflink | Owner: tflink Type: defect | Status: closed Priority: critical | Milestone: Component: Blocker bug tracker page | Version: Resolution: fixed | Keywords: Blocked By: | Blocking: ---------------------------------------+-------------------- Changes (by mkrizek):
* status: new => closed * resolution: => fixed
Comment:
Fixed in [https://git.fedorahosted.org/cgit/blockerbugs.git/commit/?h=develop&id=3... 39c5a3e28d22e157cd0a29efcdb328f257325489]
qa-devel@lists.fedoraproject.org