diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-04-17 20:50:12 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-04-17 20:50:12 +0000 |
commit | 69cd89c0ee733a2b8c77db51fd39f9fd515e925a (patch) | |
tree | 2b765c4c9a1baf992a79f8fb9679234264113d5c /lib/Iurt/Chroot.pm | |
parent | 587300f58d3f1ed6f3e3c701a14d612977bcefa0 (diff) | |
download | iurt-69cd89c0ee733a2b8c77db51fd39f9fd515e925a.tar iurt-69cd89c0ee733a2b8c77db51fd39f9fd515e925a.tar.gz iurt-69cd89c0ee733a2b8c77db51fd39f9fd515e925a.tar.bz2 iurt-69cd89c0ee733a2b8c77db51fd39f9fd515e925a.tar.xz iurt-69cd89c0ee733a2b8c77db51fd39f9fd515e925a.zip |
(clean_chroot,new,urpmi_command) https is a supported protocol too
Diffstat (limited to 'lib/Iurt/Chroot.pm')
-rw-r--r-- | lib/Iurt/Chroot.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Iurt/Chroot.pm b/lib/Iurt/Chroot.pm index 38cf8c5..f0d1e4b 100644 --- a/lib/Iurt/Chroot.pm +++ b/lib/Iurt/Chroot.pm @@ -92,7 +92,7 @@ sub clean_chroot { if ($run->{additional_media} && $run->{additional_media}{repository}) { my $rep = $run->{additional_media}{repository}; - if ($rep !~ m/^(ftp|http|rsync):)/) { + if ($rep !~ m/^(ftp|https?|rsync):)/) { my $mount_point = "$chroot/urpmi_medias"; my $url = $rep; $url =~ s!^file://!!; |