aboutsummaryrefslogtreecommitdiffstats
path: root/iurt
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 /iurt
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
Diffstat (limited to 'iurt')
-rwxr-xr-xiurt1
1 files changed, 1 insertions, 0 deletions
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};
}