fedora-infra / pkgdb2

Updated version of the Package Database
https://admin.fedoraproject.org/pkgdb/
GNU General Public License v2.0
23 stars 26 forks source link

unable to enable upstream release monitoring #354

Open ktdreyer opened 8 years ago

ktdreyer commented 8 years ago

The Web UI does not allow me to enable upstream release monitoring for remctl:

https://admin.fedoraproject.org/pkgdb/package/rpms/remctl/

There's no hint of what is wrong there.

pypingou commented 8 years ago

I will need a little more info here, are you logged in? Which button are you clicking on exactly?

Code wise, since you have commit you should be able to change the status.

ktdreyer commented 8 years ago

I am logged in, and when I click on "Bugs & builds", nothing happens.

When I try toggling other packages I maintain, I see the updates like "Monitoring status of rpms/python-remoto set to True". So it seems like it only happens with this one package (remctl)

pypingou commented 8 years ago

Do you have something like firebug installed on a firefox ? Or maybe using Firefox's own debugger, could you see if there is something in the console reporting an error?

I can try it myself, but being an admin I'm afraid it will behave differently

ktdreyer commented 8 years ago

I do have Firebug, but there are no errors on the console.

I tried it in Chrome today, and it's the same thing.

Maybe this is because it says I'm "Users whose admin rights are awaiting review." on this package? Is that the issue?

pypingou commented 8 years ago

Maybe this is because it says I'm "Users whose admin rights are awaiting review." on this package? Is that the issue?

Sorry, I'm just seeing your reply today :(

So you need either commit or admin (ie: approveacls) to toggle the monitoring switch (same for the koschei one), looking at the timeline (https://admin.fedoraproject.org/pkgdb/package/rpms/remctl/timeline) it seems you do have commit in this package for a while.

Could you try with pkgdb-cli to see if we have more information: pkgdb-cli --debug monitoring remctl 1

Thanks