juhp / fbrnch

Tool to update fedora packages branches
https://hackage.haskell.org/package/fbrnch
GNU General Public License v2.0
23 stars 3 forks source link

Automatically offer submitting Bodhi update for single package parallel build #35

Closed oturpe closed 2 years ago

oturpe commented 2 years ago

In #30, single package parallel builds acquired automatic merge offers through -m parameter of fbrnch parallel. The missing piece for complete single package version upgrade is submitting Bodhi updates. Is it possible to have that capacity in fbrnch parallel? I am looking for similar automation of Bodhi updates as exists in fbrnch build -F.

juhp commented 2 years ago

I think it is already done in 60e7e34. Just waiting on me to make the next release still, alas

juhp commented 2 years ago

I have released 1.1.2 and built it for Rawhide.

oturpe commented 2 years ago

Thank you! I will test 1.1.2 as soon as one of my packages get an update that I can apply to all current Fedora releases.

juhp commented 2 years ago

Sure thanks - you can comment here or open a new issue if you still see problems :+1:

juhp commented 1 year ago

This is in fbrnch-1.2, released yesterday

oturpe commented 1 year ago

Tested with 1.2, works as expected: Bodhi updates created for all Fedora branches except rawhide.

juhp commented 1 year ago

Great