mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-03-22 14:39:24 -05:00
release.pl: switch the.earth.li to HTTPS.
That's the URL scheme we advertise on the website, so it's silly to do the release-time testing by any other system.
This commit is contained in:
parent
24da181a01
commit
22013390c4
@ -117,7 +117,7 @@ if ($precheck || $postcheck) {
|
|||||||
# downloaded files against the exact contents they should have.
|
# downloaded files against the exact contents they should have.
|
||||||
-d "putty" or die "no putty directory in cwd";
|
-d "putty" or die "no putty directory in cwd";
|
||||||
|
|
||||||
my $httpprefix = "http://the.earth.li/~sgtatham/putty/";
|
my $httpprefix = "https://the.earth.li/~sgtatham/putty/";
|
||||||
my $ftpprefix = "ftp://ftp.chiark.greenend.org.uk/users/sgtatham/putty-";
|
my $ftpprefix = "ftp://ftp.chiark.greenend.org.uk/users/sgtatham/putty-";
|
||||||
|
|
||||||
# Go through all the files in build.out.
|
# Go through all the files in build.out.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user