#9380 Clean up side-tags in koji.stg
Closed: Fixed by pingou. Opened by pingou.

Koji.stg seems to have a number of un-merged side-tags which makes it rather slow at time.
Could we just delete them all?

Thanks


I went the hard way:

 for i in `stg-koji list-targets |grep side |awk '{print $1}'`; do fedpkg-stage remove-side-tag $i; done

All side-tags have been removed from the staging koji

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

Once koji 1.21 is deployed, we will have https://pagure.io/koji/pull-request/2006 and we will clean up the tags that are empty for more than 7 days.

Metadata