theforeman / theforeman-rel-eng

Release engineering scripts
0 stars 15 forks source link

Don't use obal to git branch & commit + unify bump packages #254

Closed ekohl closed 11 months ago

ekohl commented 1 year ago

Obal uses a complex branch name and an obscure commit message. This simplifies the whole workflow and brings it more in line with the Debian side. After bringing those closer together, the next script introduces a common bump_packaging script. The old scripts remain as very light wrappers. The last commit is only there to make shellcheck happy. In practice it wouldn't have been any problem since package names never have spaces, but it's still a good practice.

ekohl commented 1 year ago

I used this (together with #207) for foreman-3.8.0-rc1: https://github.com/theforeman/foreman-packaging/pull/9766 & https://github.com/theforeman/foreman-packaging/pull/9767. And looks like that failed on RPM, so moving back to draft.

ekohl commented 1 year ago

Now updated and I tested it with RPMs where it previously didn't add the files that obal changed.