diff options
author | Pascal Terjan <pterjan@mageia.org> | 2018-07-28 23:28:40 +0000 |
---|---|---|
committer | Pascal Terjan <pterjan@mageia.org> | 2018-07-28 23:28:40 +0000 |
commit | a010fd579ca2ceb7d29ee86fd9d2f595b3359d78 (patch) | |
tree | e9188c6b4d8092b75fdbdf7ee024748d3ee972ff | |
parent | 59f09640ab096e95b03be49da50e01c92de1746c (diff) | |
download | iurt-a010fd579ca2ceb7d29ee86fd9d2f595b3359d78.tar iurt-a010fd579ca2ceb7d29ee86fd9d2f595b3359d78.tar.gz iurt-a010fd579ca2ceb7d29ee86fd9d2f595b3359d78.tar.bz2 iurt-a010fd579ca2ceb7d29ee86fd9d2f595b3359d78.tar.xz iurt-a010fd579ca2ceb7d29ee86fd9d2f595b3359d78.zip |
0.7.60.7.6
-rw-r--r-- | NEWS | 7 | ||||
-rwxr-xr-x | iurt | 2 |
2 files changed, 5 insertions, 4 deletions
@@ -1,6 +1,7 @@ -- increase default timeout for commands to 10 minutes -- consider build fail after faildelay even if machine is unreachable -- do not kill commands not setting stalled_timeout +0.7.6 +- iurt: increase default timeout for commands to 10 minutes +- ulri: consider build fail after faildelay even if machine is unreachable +- iurt: do not kill commands not setting stalled_timeout 0.7.5 - iurt: fix checking if chroot needs updating @@ -326,7 +326,7 @@ plog_init($program_name, $run{logfd} || $LOG, 7, 1); # For parsing command line # Display version information # -my $version = '0.7.5'; +my $version = '0.7.6'; plog("MSG", "This is iurt version $version"); my $todo = parseCommandLine($program_name, \@ARGV, \@params); |