aboutsummaryrefslogtreecommitdiffstats
path: root/iurt2
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-03-26 18:21:42 +0000
committerThierry Vignaud <tv@mageia.org>2012-03-26 18:21:42 +0000
commit4f805bbe4641074a0e280478bc62020d853e941d (patch)
tree683873ff6dbd79cf05b91147340359efe59f92bc /iurt2
parent20a869cea9171f98151a817e3d353fe03c85ce97 (diff)
downloadiurt-4f805bbe4641074a0e280478bc62020d853e941d.tar
iurt-4f805bbe4641074a0e280478bc62020d853e941d.tar.gz
iurt-4f805bbe4641074a0e280478bc62020d853e941d.tar.bz2
iurt-4f805bbe4641074a0e280478bc62020d853e941d.tar.xz
iurt-4f805bbe4641074a0e280478bc62020d853e941d.zip
fix warlism
Diffstat (limited to 'iurt2')
-rwxr-xr-xiurt22
1 files changed, 1 insertions, 1 deletions
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/";