#58 blockerbugs sync is emitting warnings about bodhi2 usage
Closed: Fixed None Opened 7 years ago by tflink.

In the last couple weeks, blockerbugs sync started emitting warning messages like the following on every sync:

bodhi        2016-09-07 17:00:13 WARNING Overriding 'https://admin.fedoraproject.org/updates/' with bodhi2, 'https://bodhi.fedoraproject.org/'.  If you want to use Bodhi1, use fedora.client.bodhi:Bodhi1Client explicitly.
openidbaseclient 2016-09-07 17:00:13 WARNING Unable to create /usr/share/blockerbugs/.fedora: [Errno 13] Permission denied: '/usr/share/blockerbugs/.fedora'
update_sync  2016-09-07 17:00:13 INFO    found 40 bugs in f24 release

It looks like something in the upstream bodhi interface has changed. Figure out what the new way we're supposed to be interfacing with bodhi so that the warnings stop


This ticket had assigned some Differential requests:
D997

there's another issue with these log statements - it looks like the interface is trying to create a cookie again. This should have been disabled already but it may need to be re-disabled.

I fixed the url issue in https://infrastructure.fedoraproject.org/cgit/ansible.git/commit/?id=cc4789ba7612d2d3f698f017507e2b1c9f551427. The cookie issue seems that it requires change in code. I have fix ready, I'll sent it for review after doing some testing.

Login to comment on this ticket.

Metadata