On Thu, Sep 19, 2024 at 11:16 PM Ron Olson <[email protected]> wrote: > > That sounds a lot easier than what I’ve been trying to do; do you happen to > have an example, or a script that shows your process so I can use it as a > starting point? I’ve never created any side tags before so the whole process, > as you described it, is new to me. :\
These are the steps I would use in a situation like this: - switch to branch: `fedpkg switch-branch epel10` - request side-tag: `fedpkg request-side-tag` (this gives you something like `epel10.0-build-side-12345`) - tag build(s) you need: `koji tag-build epel10.0-build-side-12345 <nvr>` - push + build packages in the side-tag: git push, `fedpkg build --target epel10.0-build-side-12345` - untag build(s) you needed only for bootstrapping: `koji untag-build epel10.0-build-side-12345 <nvr>` - submit update to bodhi via Web UI (side-tag selector is a popup in the upper right-hand corner of the "Crate update" page) Fabio -- _______________________________________________ devel mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected] Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue
