diff options
-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); |