diff options
author | Pascal Terjan <pterjan@mageia.org> | 2012-12-02 20:29:11 +0000 |
---|---|---|
committer | Pascal Terjan <pterjan@mageia.org> | 2012-12-02 20:29:11 +0000 |
commit | ee9eb63d49eecaef8e50e128f49d6b166da9c5bf (patch) | |
tree | 1875221c79d2c333f6cb77d01832fafd709a363b | |
parent | 6926d1304a5890e58745b040d04ed040c0ba02df (diff) | |
download | iurt-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-- | NEWS | 1 | ||||
-rwxr-xr-x | iurt | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -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/ @@ -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}; } |