#9472 update stuck because bodhi thinks it's not signed again
Closed: Fixed 3 years ago by cverna. Opened 3 years ago by kevin.

https://bodhi.fedoraproject.org/updates/FEDORA-2020-d85321dad7 has been stuck for a while. bodhi thinks it's not signed, but I can confirm that it is. ;( I asked koji to write out signed rpms for all the packages and it had no trouble.

Might be a bug related to side tags in a stable release?

CC @cverna and @rdieter


@cverna is looking into it and upstream ticket is tracked at https://github.com/fedora-infra/bodhi/issues/4032

He has a fix for this, but for now he is going to fix this particular update manually.

Metadata Update from @mohanboddu:
- Issue tagged with: groomed

3 years ago

This is tracked upstream https://github.com/fedora-infra/bodhi/issues/4032.

I have manually fixed this update by running the following on bodhi-backend01

# bodhi-shell
2020-05-26 18:28:10,849 INFO  [bodhi.server][MainThread] Warming up caches…
2020-05-26 18:28:20,168 INFO  [bodhi.server][MainThread] Bodhi ready and at your service!
Python 3.7.4 (default, Jul  9 2019, 16:32:37) 
[GCC 9.1.1 20190503 (Red Hat 9.1.1-1)] on linux
Type "help" for more information.

Environment:
  app          The WSGI application.
  registry     Active Pyramid registry.
  request      Active request object.
  root         Root of the default resource tree.
  root_factory Default root factory used to create `root`.

Custom Variables:
  m            bodhi.server.models

>>> u = m.Update.get("FEDORA-2020-d85321dad7")
>>> for b in u.builds: b.signed=True
... 
>>> m.Session.commit()
>>> 

Metadata Update from @cverna:
- Issue untagged with: groomed
- Issue close_status updated to: Fixed
- Issue status updated to: Closed (was: Open)

3 years ago

Login to comment on this ticket.

Metadata