Ignore:
Timestamp:
Jan 5, 2017, 2:52:50 AM (7 years ago)
Author:
Bruno Cornec
Message:

Fix #152 by adding support for https scheme in URLs !!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/pb-modules/lib/ProjectBuilder/Distribution.pm

    r2161 r2169  
    584584
    585585    # The repo file can be local or remote. download or copy at the right place
    586     if (($scheme eq "ftp") || ($scheme eq "http")) {
     586    if (($scheme eq "ftp") || ($scheme =~ /http/)) {
    587587        pb_system("wget -O $ENV{'PBTMP'}/$bn $i","Downloading additional repository file $i");
    588588    } else {
Note: See TracChangeset for help on using the changeset viewer.