pypingou / fedora-active-user

Reports the recent activity of a Fedora contributor
23 stars 13 forks source link

Koji and bodhi checks broken on Fedora 25 #9

Open jamesjer opened 7 years ago

jamesjer commented 7 years ago

On an x86_64 Fedora 25 machine:

$ ./fedora_active_user.py --user= Last login in FAS:

2016-07-31 ERROR:active-user:syntax error: line 1, column 0 Okay, so the koji check is broken. We'll skip that for now. $ ./fedora_active_user.py --nokoji --user= Last login in FAS: 2016-07-31 Last package update on bodhi: ERROR:active-user:'updates' Running with --nokoji and --nobodhi works, but omits some important information. Also, I can run the command on myself without --nobodhi and get good information. Perhaps that bug manifests only for packagers who have not created any updates recently. Finally, it would be nice if fedora_active_user would keep running when one check errors out, so as much information as possible is displayed.