diff tools/makegmaps.php @ 318:f2c031427bb3 gmap2

Update to new repository URLs.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 12 Mar 2021 14:42:59 +0200
parents 068ea2f447cc
children 44e104b0ae90
line wrap: on
line diff
--- a/tools/makegmaps.php	Thu Dec 03 06:26:08 2020 +0200
+++ b/tools/makegmaps.php	Fri Mar 12 14:42:59 2021 +0200
@@ -366,7 +366,7 @@
 if (!file_exists($cfg["pathMapUtils"]))
 {
   // If maputils does not exist, clone the repository
-  $tmp = $cfg["binMercurial"]." clone http://pupunen.net/hg/maputils/ ".escapeshellarg($cfg["pathMapUtils"]);
+  $tmp = $cfg["binMercurial"]." clone http://tnsp.org/hg/batmud/maputils/ ".escapeshellarg($cfg["pathMapUtils"]);
   echo "* $tmp\n";
   passthru($tmp) == 0 or die("Error executing: ".$tmp."\n");