aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xiurt22
1 files changed, 1 insertions, 1 deletions
diff --git a/iurt2 b/iurt2
index 2befb78..637e342 100755
--- a/iurt2
+++ b/iurt2
@@ -1326,7 +1326,7 @@ sub check_pid {
sub check_media {
my ($run, $cache, $config, $srpm_version, $wrong_rpm, $provides, $pack_provide, $maint) = @_;
# We could rely on only parsing the synthesis, hoping that they are correct, however this scan is very fast, so...
- foreach my $subdir (@{$config->{all_media}{$run->{media}}}) {
+ if (!$run->{build_all}) { foreach my $subdir (@{$config->{all_media}{$run->{media}}}) {
my $rpms_dir = "$config->{repository}/$run->{distro}/$run->{my_arch}/media/$run->{media}/$subdir/";
plog("checking current packages in $rpms_dir");
opendir my $rpmdir, $rpms_dir or die "Could not open $rpms_dir: $!";