aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xiurt3
1 files changed, 2 insertions, 1 deletions
diff --git a/iurt b/iurt
index f663a10..56073ae 100755
--- a/iurt
+++ b/iurt
@@ -865,8 +865,8 @@ retry:
print $f "$srpm build ok";
}
- $run{status}{$srpm} = 'ok';
if ($run{debug}) {
+ $run{status}{$srpm} = 'ok';
plog("debug mode, skip other packages");
exit();
} elsif ($run{group}) {
@@ -900,6 +900,7 @@ retry:
}
}
}
+ $run{status}{$srpm} = 'ok';
return $srpm;
}