aboutsummaryrefslogtreecommitdiffstats
path: root/iurt2
diff options
context:
space:
mode:
Diffstat (limited to 'iurt2')
-rwxr-xr-xiurt214
1 files changed, 6 insertions, 8 deletions
diff --git a/iurt2 b/iurt2
index 9528ddb..8529c45 100755
--- a/iurt2
+++ b/iurt2
@@ -976,14 +976,12 @@ retry:
},
freq => 1)) {
- if (!glob "$chroot_tmp/home/$luser/rpm/RPMS/*/*.rpm") {
- $cache->{failure}{$srpm} = 1;
- $run{status}{$srpm} = 'build_failure';
- # 20060615
- dump_cache_par(\%run);
- dump_status($local_spool, \%run);
- next;
- }
+ $cache->{failure}{$srpm} = 1;
+ $run{status}{$srpm} = 'build_failure';
+ # 20060615
+ dump_cache_par(\%run);
+ dump_status($local_spool, \%run);
+ next;
}
# do some cleaning if the compilation is successful