From 80a8c36ba24372b0dcf0b893228e72f7e69940fd Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Mon, 10 Dec 2012 20:50:41 +0000 Subject: Don't mention srpms in unknown state in the status file, this is bogus anyway when srpm release changes --- iurt | 2 -- 1 file changed, 2 deletions(-) diff --git a/iurt b/iurt index 142fcdb..0bfdbcb 100755 --- a/iurt +++ b/iurt @@ -1482,8 +1482,6 @@ sub dump_status { print $file "$srpm: "; if ($run{status}{$srpm}) { print $file $run->{status}{$srpm}; - } else { - print $file "unknown"; } print $file "\n"; } -- cgit v1.2.1