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

fbrnch import should optionally do mock builds before requesting branches #18

Closed davide125 closed 3 years ago

davide125 commented 3 years ago

Akin to fbrnch request-branches -m, it'd be useful to have the option to do mock builds before requesting branches when importing (e.g. by adding a --mock to import). Additionally, it'd be useful to be able to prepopulate the list of branches (e.g. with a --branches option).

juhp commented 3 years ago

That's a good idea, I think, thanks

BTW in coming 0.7.3 it is possible to also create branches already with request-repos: so maybe it needs the same treatment also.

juhp commented 3 years ago

The 0.7.3 release has import --mock.

The other to changes should be in the next release, since I would like to do more testing of request-repos with branches.

juhp commented 3 years ago

If you want to test though I can do a copr build sooner or you can build locally with stack install or cabal-install/cabal-rpm, etc.