diff options
author | Pascal Terjan <pterjan@gmail.com> | 2016-11-08 08:55:10 +0000 |
---|---|---|
committer | Pascal Terjan <pterjan@gmail.com> | 2016-11-08 08:55:10 +0000 |
commit | dfb88516cccc68652607c4f6564a6b5e80ae27c6 (patch) | |
tree | c07e1b68b0121f3a8c2c19adb5991f5443ac22cf | |
parent | a0baa8e9b8743ebee05a8b89fe1856ddd57e55e9 (diff) | |
download | iurt-dfb88516cccc68652607c4f6564a6b5e80ae27c6.tar iurt-dfb88516cccc68652607c4f6564a6b5e80ae27c6.tar.gz iurt-dfb88516cccc68652607c4f6564a6b5e80ae27c6.tar.bz2 iurt-dfb88516cccc68652607c4f6564a6b5e80ae27c6.tar.xz iurt-dfb88516cccc68652607c4f6564a6b5e80ae27c6.zip |
0.6.280.6.28
-rw-r--r-- | NEWS | 2 | ||||
-rwxr-xr-x | iurt | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,6 +1,8 @@ +0.6.28 - ulri: only fail succesful arches if previous failure was from a mandatory arch - emi: skip all posts for non finishers instead of hardcoding a list +- ulri: fix sending failure email causing a crash 0.6.27 - emi: fix a bug where genhdlist2 was skipped when doing a secondary upload @@ -341,7 +341,7 @@ plog_init($program_name, $run{logfd} || $LOG, 7, 1); # For parsing command line # Display version information # -my $version = '0.6.27'; +my $version = '0.6.28'; plog("MSG", "This is iurt version $version"); my $todo = parseCommandLine($program_name, \@ARGV, \@params); |