aboutsummaryrefslogtreecommitdiffstats
path: root/iurt2
diff options
context:
space:
mode:
Diffstat (limited to 'iurt2')
-rwxr-xr-xiurt26
1 files changed, 3 insertions, 3 deletions
diff --git a/iurt2 b/iurt2
index a58f108..4b6a3d2 100755
--- a/iurt2
+++ b/iurt2
@@ -273,10 +273,11 @@ if (!$nocheckchroot) {
die => 1);
if ($unionfs) {
- clean_chroot($chroot) or die "FATAL iurt: Could no prepare initial chroot";
+ clean_chroot($chroot) or die "FATAL iurt: Could no prepare initial chroot"
}
+} else {
+ dump_rpmmacros("$chroot/home/builder/.rpmmacros") or die "FATAL iurt: could not dump rpm macros"
}
-
if ($unionfs) {
$unionfs_dir = "$config->{local_home}/iurt_unionfs$debug_tag";
-d $unionfs_dir or mkdir $unionfs_dir
@@ -415,7 +416,6 @@ foreach (my $i ; $i < @todo; $i++) {
system("cp $chroot/home/builder/rpm/RPMS/*/*.rpm $local_spool") and print "ERROR: could not copy rpm files from $chroot/home/builder/rpm/RPMS/ to $local_spool ($!)\n";
process_queue()
}
- end:
}
print STDERR "iurt: reprocess generated packages queue\n";