From d44f5f322cdec614765763a28d7c475c06f9ba31 Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Sun, 13 Apr 2014 22:40:30 +0000 Subject: 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. --- NEWS | 1 + 1 file changed, 1 insertion(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index de84f19..96c0542 100644 --- a/NEWS +++ b/NEWS @@ -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 -- cgit v1.2.1