# HG changeset patch # User Matti Hamalainen # Date 1615552979 -7200 # Node ID f2c031427bb3bf58ee50f0b4afea324ad38f16b8 # Parent 5a902083a2165f612b347a34a3b3a370a55d62ad Update to new repository URLs. diff -r 5a902083a216 -r f2c031427bb3 README --- a/README Thu Dec 03 06:26:08 2020 +0200 +++ b/README Fri Mar 12 14:42:59 2021 +0200 @@ -6,7 +6,7 @@ - A sane and working /bin/sh (bash or dash, for example) - 'convert' utility of ImageMagick or GraphicsMagick. - Mercurial (Hg) DVCS. - - Pupunen Maputils (http://pupunen.net/hg/maputils/) and + - Pupunen Maputils (http://tnsp.org/hg/batmud/maputils/) and th-libs utility library (https://tnsp.org/hg/th-libs/) and their depencies. diff -r 5a902083a216 -r f2c031427bb3 tools/makegmaps.php --- 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");