summaryrefslogtreecommitdiff
path: root/sources/update_all.sh
diff options
context:
space:
mode:
authorJochen Topf <jochen@topf.org>2011-03-08 10:44:04 +0100
committerJochen Topf <jochen@topf.org>2011-03-08 10:44:04 +0100
commit89d7d5633b53fb1806029b3e953d2979cc67dbee (patch)
treee1b56b45f920bbd9f048e587ece2bf7d2005de76 /sources/update_all.sh
parent097ed3b367472e0a009888eb5aebc425451ab4cf (diff)
downloadtaginfo-89d7d5633b53fb1806029b3e953d2979cc67dbee.tar
taginfo-89d7d5633b53fb1806029b3e953d2979cc67dbee.tar.gz
helpful hint that isn't so helpful
Diffstat (limited to 'sources/update_all.sh')
-rwxr-xr-xsources/update_all.sh7
1 files changed, 5 insertions, 2 deletions
diff --git a/sources/update_all.sh b/sources/update_all.sh
index 1e46fde..6e2aeac 100755
--- a/sources/update_all.sh
+++ b/sources/update_all.sh
@@ -16,10 +16,13 @@
#
#------------------------------------------------------------------------------
-# these sources will be downloaded from http://taginfo.openstreetmap.de/download/
+# These sources will be downloaded from http://taginfo.openstreetmap.de/download/
+# Note that this will NOT work for the "db" source! Well, you can download it,
+# but it will fail later, because the database is changed by the master.sql
+# scripts.
SOURCES_DOWNLOAD=""
-# these sources will be created from the actual sources
+# These sources will be created from the actual sources
SOURCES_CREATE="josm potlatch merkaartor wiki db"
#------------------------------------------------------------------------------