changeset 310:63eb4661d13c gmap2

Use https URL for tnsp.org Mercurial repos.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 19 Oct 2017 18:02:37 +0300
parents 8e686cda5c6e
children 3a67c8425d1b
files tools/makegmaps.php
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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");
 }