#12004 Add kiwi tag/target/group to make-koji-release-tags for branching
Closed: Fixed by jnsamyak. Opened by kevin.

We need kiwi image builds to use their own tag/target in order to set mock to use old chroot (everything else we have defaults to new one).

I did this for f40/f41 just now, but we need to add this to make-koji-release-tags.

koji add-tag --parent "f41-compose" --arches="x86_64 aarch64 ppc64le s390x" "f41-kiwi-build"
koji edit-tag --perm=admin "f41-kiwi-build"
koji edit-tag -x mock.new_chroot=0 f41-kiwi-build
koji add-target "f41-kiwi" "f41-kiwi-build" "f41"
koji add-group f41 kiwi-build
koji add-group-pkg f41 kiwi-build kiwi-cli kiwi-systemdeps
koji add-tag --parent "f40-compose" --arches="x86_64 aarch64 ppc64le s390x" "f40-kiwi-build"
koji edit-tag --perm=admin "f40-kiwi-build"
koji edit-tag -x mock.new_chroot=0 f40-kiwi-build
koji add-group f40 kiwi-build
koji add-group-pkg f40 kiwi-build kiwi-cli kiwi-systemdeps
koji add-target "f40-kiwi" "f40-kiwi-build" "f40"

We probibly don't need to make the group, as it should be cloned from f41 for future tags, but we do need the tag/target.


Metadata Update from @jnsamyak:
- Issue assigned to jnsamyak

Metadata Update from @jnsamyak:
- Issue tagged with: dev, low-trouble, medium-gain

Thanks @kevin for taking care of this!

I addressed this issue in PR #11993 as a separate commit so we will have separate entries for both. I'll close this ticket once we have the pr merged!

https://pagure.io/releng/pull-request/11993

The PR is merged and the issue is addressed!

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

Metadata
Related Pull Requests