#7 updatetrackers: adjust to require bugzilla API key
Closed: Fixed 2 years ago by adamwill. Opened 3 years ago 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)

3 years ago

Log in to comment on this ticket.

Metadata
Related Pull Requests
  • #8 Merged 2 years ago