aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Terjan <pterjan@mageia.org>2018-07-28 23:28:40 +0000
committerPascal Terjan <pterjan@mageia.org>2018-07-28 23:28:40 +0000
commita010fd579ca2ceb7d29ee86fd9d2f595b3359d78 (patch)
treee9188c6b4d8092b75fdbdf7ee024748d3ee972ff
parent59f09640ab096e95b03be49da50e01c92de1746c (diff)
downloadiurt-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--NEWS7
-rwxr-xr-xiurt2
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);