#9256 Rust packages leaked into f32
Closed: Fixed by mohanboddu. Opened by ignatenkobrain.

rust-* was not supposed to be in f32, but for some reason it is there. Can you please develop procedure so that those packages won't be automatically there?


FTR, I have executed:

koji list-pkgs --tag f32 --noinherit | grep '^rust-' | grep -Pv '(rust-packaging|rust-srpm-macros)' | awk '{print $1}' | xargs -n16 -P4 koji untag-build f32 --all -v

And I'll block those packages same way in f32. They should not have been tagged in f32, neither unblocked. There is no even f32 branch for them.

This can be closed now as we fixed branching script https://pagure.io/releng/blob/master/f/scripts/branching/make-koji-release-tags#_115-117

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

Metadata
Related Pull Requests