aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Terjan <pterjan@mageia.org>2012-12-10 20:50:41 +0000
committerPascal Terjan <pterjan@mageia.org>2012-12-10 20:50:41 +0000
commit80a8c36ba24372b0dcf0b893228e72f7e69940fd (patch)
treee60a68a3f6a739866c601164cf613fc5ec037fc8
parentbed156f5d827991658f8c81cd9e698818ae701e6 (diff)
downloadiurt-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-xiurt2
1 files changed, 0 insertions, 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";
}