diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-03-26 18:21:42 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-03-26 18:21:42 +0000 |
commit | 4f805bbe4641074a0e280478bc62020d853e941d (patch) | |
tree | 683873ff6dbd79cf05b91147340359efe59f92bc | |
parent | 20a869cea9171f98151a817e3d353fe03c85ce97 (diff) | |
download | iurt-4f805bbe4641074a0e280478bc62020d853e941d.tar iurt-4f805bbe4641074a0e280478bc62020d853e941d.tar.gz iurt-4f805bbe4641074a0e280478bc62020d853e941d.tar.bz2 iurt-4f805bbe4641074a0e280478bc62020d853e941d.tar.xz iurt-4f805bbe4641074a0e280478bc62020d853e941d.zip |
fix warlism
-rwxr-xr-x | iurt2 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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/"; |