summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarit.de>2021-06-06 13:02:07 +0200
committerMarkus Heiser <markus.heiser@darmarit.de>2021-06-09 18:08:23 +0200
commit40956e8e6bf0ad4095bc6f1afe06149e94efa451 (patch)
tree704cff1b28c26ac75c9368b755b621216442b30a
parent8871e39122c951437f407a7f0ebbe1e6a0b7161d (diff)
[data.all] add searx_extra/update/update_osm_keys_tags.py
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
-rw-r--r--Makefile2
-rwxr-xr-xmanage7
2 files changed, 8 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3e3df3292..b907e3228 100644
--- a/Makefile
+++ b/Makefile
@@ -73,7 +73,7 @@ test.shell:
MANAGE += buildenv
MANAGE += babel.compile
-MANAGE += data.all data.languages data.useragents
+MANAGE += data.all data.languages data.useragents data.osm_keys_tags
MANAGE += docs.html docs.live docs.gh-pages docs.prebuild docs.clean
MANAGE += docker.build docker.push docker.buildx
MANAGE += gecko.driver
diff --git a/manage b/manage
index 8dcb506b3..c9b70bf9f 100755
--- a/manage
+++ b/manage
@@ -115,6 +115,7 @@ babel.compile() {
data.all() {
data.languages
data.useragents
+ data.osm_keys_tags
build_msg DATA "update searx/data/ahmia_blacklist.txt"
pyenv.cmd python searx_extra/update/update_ahmia_blacklist.py
build_msg DATA "update searx/data/wikidata_units.json"
@@ -140,6 +141,12 @@ data.useragents() {
dump_return $?
}
+data.osm_keys_tags() {
+ build_msg DATA "update searx/data/osm_keys_tags.json"
+ pyenv.cmd python searx_extra/update/update_osm_keys_tags.py
+ dump_return $?
+}
+
docs.prebuild() {
build_msg DOCS "build ${DOCS_BUILD}/includes"
(