aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Iurt/Chroot.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-04-17 20:50:12 +0000
committerThierry Vignaud <tv@mageia.org>2012-04-17 20:50:12 +0000
commit69cd89c0ee733a2b8c77db51fd39f9fd515e925a (patch)
tree2b765c4c9a1baf992a79f8fb9679234264113d5c /lib/Iurt/Chroot.pm
parent587300f58d3f1ed6f3e3c701a14d612977bcefa0 (diff)
downloadiurt-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.pm2
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://!!;