From a010fd579ca2ceb7d29ee86fd9d2f595b3359d78 Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Sat, 28 Jul 2018 23:28:40 +0000 Subject: 0.7.6 --- NEWS | 7 ++++--- iurt | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 4e8a9b6..6cd1381 100644 --- a/NEWS +++ b/NEWS @@ -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 diff --git a/iurt b/iurt index 56073ae..a0e6690 100755 --- a/iurt +++ b/iurt @@ -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); -- cgit v1.2.1