-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RFE: adding chainbuild support #25
Comments
alternatively, if |
Yeah - okay I need to think more on this: I am afraid it probably won't make it into the coming release but I could try for the following one. Note that In the meantime you could use (It is also worth noting that |
Arguably this could be closed with the current |
In the just released 1.5, Further (Apart from being server-side, I don't feel |
Right now
fbrnch parallel
seems to orchestrate the parallel Koji builds on the client side, rather than getting the Koji server to do achain-build
.This seems to not be ideal, in case e.g. the build is triggered from a laptop with intermittent network connectivity (e.g. you trigger the build when in a meeting, ETA is 5 hours, and you need to go somewhere else).
Given that
fbrnch -n
already shows the right build order, andfedpkg chain-build
supports parallel builds (by grouping the sequence of parallel buildable packages with the ':' separator), can this support be added?Ideally
fbrnch parallel
then keep note of the Koji build ID, and in case it was resumed later, just check on that Koji task so it can create the Bodhi update later even if the computer it's running on was disconnected in-between.The text was updated successfully, but these errors were encountered: