From ee9eb63d49eecaef8e50e128f49d6b166da9c5bf Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Sun, 2 Dec 2012 20:29:11 +0000 Subject: Write status file after succesful builds too --- NEWS | 1 + iurt | 1 + 2 files changed, 2 insertions(+) diff --git a/NEWS b/NEWS index 042119d..105fe8e 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,6 @@ - kill build if nothing is printed for 5 minutes and system is idle +- write status file even if the build is successful 0.6.13 - use rpmbuild/ rather than rpm/ diff --git a/iurt b/iurt index fb566e4..28642ba 100755 --- a/iurt +++ b/iurt @@ -1052,6 +1052,7 @@ retry: } process_queue($config, \%run, \@wrong_rpm, 1); } + dump_status($local_spool, \%run); # dump_cache each time so that concurrent process can get updated dump_cache_par(\%run) if $run{concurrent_run}; } -- cgit v1.2.1