#8152 No update for perl-Path-Class-0.37-14.fc32, not tagged into f32
Closed: Fixed 4 years ago by pingou. Opened 4 years ago by pghmcfc.

This build is a day old and seems to have been dropped by or is stuck in the gating flow:

https://koji.fedoraproject.org/koji/taskinfo?taskID=37319933

$ koji -q list-tagged --latest f32 perl-Path-Class
perl-Path-Class-0.37-13.fc31 f32 releng


I've untagged it and re-tagged it into f32-updates-candidate and it seems to be unstuck :)

Metadata Update from @pingou:
- Issue close_status updated to: Fixed
- Issue status updated to: Closed (was: Open)

4 years ago

Is that something I could do myself in future, or does it require more elevated privileges?

If I could have done it myself, what would be the koji commands to use?

Oh, and thanks for the quick response.

Is that something I could do myself in future, or does it require more elevated privileges?

I honestly do not know, afaik I am a regular packager/provenpackager in koji so it may work for you as well

If I could have done it myself, what would be the koji commands to use?

I checked the current status with: koji buildinfo perl-Path-Class-0.37-14.fc32. Since it was stuck in f32-updates-candidate I decided to remove it and adding it back to the tag which should kick robosignatory again.

So I untagged it using koji untag f32-updates-candidate perl-Path-Class-0.37-14.fc32 and retagged it using: koji tag f32-updates-candidate perl-Path-Class-0.37-14.fc32.
This then re-triggered robosignatory who signed the build and moved it into the next tag where bodhi picks it up.
If it had been in another tag, the problem/solution may have been different :)

Oh, and thanks for the quick response.

Sure thing :)

Thanks, I'm a provenpackager too so I'll give it a try if it happens again.

for reference, python2-setuptools-41.0.1-10.fc32 was stuck as well and I run:

$ koji untag f32-updates-candidate  python2-setuptools-41.0.1-10.fc32
$ koji tag f32-updates-candidate  python2-setuptools-41.0.1-10.fc32
Created task 37352387
Watching tasks (this may be safely interrupted)...
37352387 tagBuild (noarch): closed

37352387 tagBuild (noarch) completed successfully

And it indeed helped.

Login to comment on this ticket.

Metadata