mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-23 22:53:43 +00:00
Update generator scripts for docker/prod
Signed-off-by: zyphlar <zyphlar@gmail.com>
This commit is contained in:
committed by
Konstantin Pastbin
parent
306aa002f0
commit
6537ca34cd
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user