From 4f805bbe4641074a0e280478bc62020d853e941d Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 26 Mar 2012 18:21:42 +0000 Subject: fix warlism --- iurt2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iurt2 b/iurt2 index abb04f5..4453082 100755 --- a/iurt2 +++ b/iurt2 @@ -1269,7 +1269,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... +# We could rely only on parsing the synthesis, hoping that they are correct, however this scan is very fast, so... 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/"; -- cgit v1.2.1