# HG changeset patch # User Matti Hamalainen # Date 1508425357 -10800 # Node ID 63eb4661d13c1ae3f7501f20a7ccd9319091e582 # Parent 8e686cda5c6e94aab88dbb9ceb4b212fa3e9c514 Use https URL for tnsp.org Mercurial repos. diff -r 8e686cda5c6e -r 63eb4661d13c tools/makegmaps.php --- a/tools/makegmaps.php Tue Sep 12 13:54:15 2017 +0300 +++ b/tools/makegmaps.php Thu Oct 19 18:02:37 2017 +0300 @@ -350,7 +350,7 @@ passthru($tmp) == 0 or die("Error executing: ".$tmp."\n"); // Clone th-libs - $tmp = $cfg["binMercurial"]." clone http://tnsp.org/hg/th-libs/ ".escapeshellarg($cfg["pathMapUtils"]."th-libs/"); + $tmp = $cfg["binMercurial"]." clone https://tnsp.org/hg/th-libs/ ".escapeshellarg($cfg["pathMapUtils"]."th-libs/"); echo "* $tmp\n"; passthru($tmp) == 0 or die("Error executing: ".$tmp."\n"); }