#8666 Tag anaconda-32.1-2.fc32 into rawhide
Closed: Fixed by kevin. Opened by churchyard.

  • Describe the issue

Please tag anaconda-32.1-2.fc32 into rawhide, so next compose would use anaconda-32.1-2.fc32 instead of any newer builds.

  • When do you need this? (YYYY/MM/DD)

Any time.

  • When is this no longer needed or useful? (YYYY/MM/DD)

Once anaconda is successfully rebuilt in rawhide.

  • If we cannot complete your request, what is the impact?

No compose.

See https://pagure.io/releng/failed-composes/issue/49


Done.

:snake:

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

Thank You. Was I able to do it myself? How?

You need to untag it and tag it again.

so:

koji untag-pkg f32 anaconda-32.1-2.fc32
koji tag-pkg f32 anaconda-32.1-2.fc32

then make sure it's signed:

koji write-signed-rpm 12c944d0 anaconda-32.1-2.fc32

if you just force tag it, the other one is still 'newer' and if you tag it into f32-pending, robosign will sign it, but then see it's already in f32 and not do anything.

I guess untag and then tag into f32-pending might be the best way...

Metadata