Update generator scripts for docker/prod

Signed-off-by: zyphlar <zyphlar@gmail.com>
This commit is contained in:
zyphlar
2025-06-11 00:10:54 +00:00
committed by Konstantin Pastbin
parent 306aa002f0
commit 6537ca34cd
4 changed files with 91 additions and 50 deletions

View File

@@ -1,15 +1,15 @@
# NOTE: edit the settings.sh file to customize/override the defaults.
## NOTE: edit the settings.sh file to customize/override the defaults.
# Absolutize & normalize paths.
REPO_PATH="${REPO_PATH:-$(cd "$(dirname "$0")/../../.."; pwd -P)}"
BASE_PATH="${BASE_PATH:-$REPO_PATH/../maps}"
BASE_PATH="${BASE_PATH:-$REPO_PATH/..}"
# Temporary files
BUILD_PATH="${BUILD_PATH:-$BASE_PATH/build}"
BUILD_PATH="${BUILD_PATH:-$BASE_PATH/osm-planet/build}"
# Other code repositories, e.g. subways, wikiparser..
CODE_PATH="${CODE_PATH:-$REPO_PATH/..}"
# Source map data and processed outputs e.g. wiki articles
DATA_PATH="${DATA_PATH:-$BASE_PATH/data}"
DATA_PATH="${DATA_PATH:-$BASE_PATH/osm-planet}"
# OSM planet source files