Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Item14022: upload site is https://, not http://
Switch upload site defaults to https://foswiki.org/...
  • Loading branch information
phkehl authored and gac410 committed Apr 17, 2016
1 parent 80726cd commit 40d6ad4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions BuildContrib/lib/Foswiki/Contrib/Build.pm
Expand Up @@ -50,10 +50,10 @@ our $libpath; # $basedir/lib/
our $VERSION; # Version of BuildContrib
our $RELEASE; # Release of BuildContrib

my $UPLOADSITEPUB = 'http://foswiki.org/pub';
my $UPLOADSITESCRIPT = 'http://foswiki.org/bin';
my $UPLOADSITEPUB = 'https://foswiki.org/pub';
my $UPLOADSITESCRIPT = 'https://foswiki.org/bin';
my $UPLOADSITESUFFIX = '';
my $UPLOADSITEBUGS = 'http://foswiki.org/Tasks';
my $UPLOADSITEBUGS = 'https://foswiki.org/Tasks';
my $UPLOADSITEEXTENSIONSWEB = "Extensions";
my $DEFAULTCUSTOMERDB = "$ENV{HOME}/customerDB";
my $FOSWIKIAUTHORSFILE = 'core/AUTHORS';
Expand Down

0 comments on commit 40d6ad4

Please sign in to comment.