Sometimes, I want to do this sequence:
koji edit-sidetag --rpm-macro _with_bootstrap=1 <tag> koji wait-repo <tag> koji build <tag> --fail-fast 'git+https://src.fedoraproject.org/rpms/<pkg>.git#<ref>' koji edit-sidetag --remove-rpm-macro _with_bootstrap <tag> koji wait-repo <tag> --build=<nvr> koji build <tag> --nowait --fail-fast 'git+https://src.fedoraproject.org/rpms/<pkg>.git#<ref>'
It would be super cool If I could do this (or even advanced sequences) via a chain build.
cc @vondruch
A few remarks:
_with_bootstrap=1
But I have never really been user of chainbuild.
This feels well outside the scope of chain-build
Metadata Update from @mikem: - Custom field Size adjusted to None
Why? It is a chain of builds. They just need to be built with different macros. The chain is either simple:
Or it can be more complex (contain multiple packages).
With the problems of #4226, the convenience this would provide is all the more evident.
This issue has been migrated to Fedora Forge: https://forge.fedoraproject.org/koji/koji/issues/3914
Please continue any further discussion there.