]> git.openstreetmap.org Git - nominatim.git/commit
implement warming in new cli tool
authorSarah Hoffmann <lonvia@denofr.de>
Wed, 13 Jan 2021 17:25:15 +0000 (18:25 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Wed, 13 Jan 2021 17:25:15 +0000 (18:25 +0100)
commit04690ad8c4734c15efc920bc0dab59cf78e3e7cb
tree8eb331c2bcd93093335fee13146e7e059c817613
parentec636111ba6989e919cb0b8bc503933b9abe1d6b
implement warming in new cli tool

Adds infrastructure for calling the legacy PHP scripts. As the
CONST_* values cannot be set from the python script, hand the values
in via secret environment variables instead. These are all
temporary hacks for the transition phase to python code.
lib/lib.php
nominatim/admin/__init__.py [new file with mode: 0644]
nominatim/admin/exec_utils.py [new file with mode: 0644]
nominatim/cli.py
nominatim/config.py [new file with mode: 0644]