diff options
author | Pascal Terjan <pterjan@gmail.com> | 2014-04-13 22:40:30 +0000 |
---|---|---|
committer | Pascal Terjan <pterjan@gmail.com> | 2014-04-18 13:04:05 +0000 |
commit | d44f5f322cdec614765763a28d7c475c06f9ba31 (patch) | |
tree | b68a99b90a727a374bb9d9928d627df32bd320a1 /NEWS | |
parent | ddf4f3f2a50d2f9f5aabd2ab0a9a96cee4df8412 (diff) | |
download | iurt-d44f5f322cdec614765763a28d7c475c06f9ba31.tar iurt-d44f5f322cdec614765763a28d7c475c06f9ba31.tar.gz iurt-d44f5f322cdec614765763a28d7c475c06f9ba31.tar.bz2 iurt-d44f5f322cdec614765763a28d7c475c06f9ba31.tar.xz iurt-d44f5f322cdec614765763a28d7c475c06f9ba31.zip |
Add a way to have a build waiting for others.
This is a list of prefix, so if one of the builds fails
dependent ones will be rejected.
It would be nicer for a user perspective to specify that we want
to wait for the src.rpm of foo >= XX.YY to be available, with some
time limit, as it would get built if the original build fails but
get submitted again, but that would be much more complicated to
implement.
This simple solution allows a Youri::Submit action to submit build
of dependant packages while the upload is not finished yet. For
example this will allow to automatically rebuild kmod-* and
drakx-installer-images after a new kernel is uploaded.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ - close stdin when --shell is not used - add an option to discard built packages - install icecream when it is enabled +- allow to specify dependent builds 0.6.19 - fix missing used function in emi and ulri |