aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Terjan <pterjan@mageia.org>2012-12-02 20:29:11 +0000
committerPascal Terjan <pterjan@mageia.org>2012-12-02 20:29:11 +0000
commitee9eb63d49eecaef8e50e128f49d6b166da9c5bf (patch)
tree1875221c79d2c333f6cb77d01832fafd709a363b
parent6926d1304a5890e58745b040d04ed040c0ba02df (diff)
downloadiurt-ee9eb63d49eecaef8e50e128f49d6b166da9c5bf.tar
iurt-ee9eb63d49eecaef8e50e128f49d6b166da9c5bf.tar.gz
iurt-ee9eb63d49eecaef8e50e128f49d6b166da9c5bf.tar.bz2
iurt-ee9eb63d49eecaef8e50e128f49d6b166da9c5bf.tar.xz
iurt-ee9eb63d49eecaef8e50e128f49d6b166da9c5bf.zip
Write status file after succesful builds too
-rw-r--r--NEWS1
-rwxr-xr-xiurt1
2 files changed, 2 insertions, 0 deletions
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};
}