]> git.openstreetmap.org Git - nominatim.git/commit
remove code for setting osm2pgsql via config.lib_dir
authorSarah Hoffmann <lonvia@denofr.de>
Tue, 11 Mar 2025 07:45:10 +0000 (08:45 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Tue, 11 Mar 2025 08:04:05 +0000 (09:04 +0100)
commitf5755a7a82d191b000841374dd243e8a4796df37
tree23ee6407e30ef52e5030671e7c21354df2928cfa
parentcd08956c610f224096ae831a59eb0412faaaeaad
remove code for setting osm2pgsql via config.lib_dir

With the internal osm2pgsql gone, configuration of the binary location
via settings is the only option left that makes sense.
12 files changed:
nominatim-cli.py
packaging/nominatim-db/scripts/nominatim
src/nominatim_db/cli.py
src/nominatim_db/clicmd/args.py
src/nominatim_db/config.py
src/nominatim_db/tools/exec_utils.py
test/bdd/steps/nominatim_environment.py
test/python/api/test_export.py
test/python/api/test_warm.py
test/python/cli/conftest.py
test/python/cli/test_cmd_replication.py
test/python/conftest.py