diff options
author | Pascal Terjan <pterjan@mageia.org> | 2012-12-10 20:50:41 +0000 |
---|---|---|
committer | Pascal Terjan <pterjan@mageia.org> | 2012-12-10 20:50:41 +0000 |
commit | 80a8c36ba24372b0dcf0b893228e72f7e69940fd (patch) | |
tree | e60a68a3f6a739866c601164cf613fc5ec037fc8 | |
parent | bed156f5d827991658f8c81cd9e698818ae701e6 (diff) | |
download | iurt-80a8c36ba24372b0dcf0b893228e72f7e69940fd.tar iurt-80a8c36ba24372b0dcf0b893228e72f7e69940fd.tar.gz iurt-80a8c36ba24372b0dcf0b893228e72f7e69940fd.tar.bz2 iurt-80a8c36ba24372b0dcf0b893228e72f7e69940fd.tar.xz iurt-80a8c36ba24372b0dcf0b893228e72f7e69940fd.zip |
Don't mention srpms in unknown state in the status file, this is bogus anyway when srpm release changes
-rwxr-xr-x | iurt | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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"; } |