#7 updatetrackers: adjust to require bugzilla API key
Closed: Fixed by adamwill. Opened by adamwill.

I thought just using python-bugzilla 3.2.0 would be enough here, but it seems not, we need to change updatetrackers to read an API key from a config file or the command line, and refuse to work unless it's passed one, rather than trying to use interactive_login(). I'm afraid to even try interactive_login() and see what it does as I'm worried it'll lock my account out of Bugzilla, but I expect it does not work any more.

I've done the tracker update for F36 by just hand-editing an API key into the script locally, but I should do a proper fix for the future.


This is how we use python-bugzilla in blockerbugs.

I'll take this, because I want to use the script for staging bugzilla, so I'll fix this as well.

Metadata Update from @kparal:
- Issue assigned to kparal (was: adamwill)

Commit 3f547206 fixes this issue

This issue has been migrated to Fedora Forge:
https://forge.fedoraproject.org/quality/misc-scripts/issues/7

Please continue any further discussion there.

Metadata
Related Pull Requests