forked from zaclys/searxng
[enh] settings.yml: add use_default_settings option (2nd version)
This commit is contained in:
parent
1cfe7f2a75
commit
b4b81a5e1a
14 changed files with 441 additions and 253 deletions
17
Makefile
17
Makefile
|
|
@ -266,19 +266,4 @@ test.clean:
|
|||
travis.codecov:
|
||||
$(Q)$(PY_ENV_BIN)/python -m pip install codecov
|
||||
|
||||
|
||||
# user-settings
|
||||
# -------------
|
||||
|
||||
PHONY += user-settings.create user-settings.update
|
||||
|
||||
user-settings.update: pyenvinstall
|
||||
$(Q)$(PY_ENV_ACT); pip install ruamel.yaml
|
||||
$(Q)$(PY_ENV_ACT); python utils/update_user_settings.py ${SEARX_SETTINGS_PATH}
|
||||
|
||||
user-settings.update.engines: pyenvinstall
|
||||
$(Q)$(PY_ENV_ACT); pip install ruamel.yaml
|
||||
$(Q)$(PY_ENV_ACT); python utils/update_user_settings.py --add-engines ${SEARX_SETTINGS_PATH}
|
||||
|
||||
|
||||
.PHONY: $(PHONY)
|
||||
.PHONY: $(PHONY)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue