diff options
author | Markus Heiser <markus.heiser@darmarit.de> | 2020-03-26 13:32:08 +0100 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarit.de> | 2020-03-26 13:32:08 +0100 |
commit | 00251d7c66e60dc9859bf6368ab68d545660b90e (patch) | |
tree | cff6c6b9d666dcd4839036f059f29f9ed2bf4baf /manage.sh | |
parent | 5d087ee466750e51dfc9ff95a88402055ad71741 (diff) | |
download | searxng-00251d7c66e60dc9859bf6368ab68d545660b90e.tar.gz searxng-00251d7c66e60dc9859bf6368ab68d545660b90e.zip |
Makefile: add target 'useragents.update' to fetch versions of Firefox
Update searx/data/useragents.json with the most recent versions of Firefox.
BTW: add 'useragents.update' to 'project' target and clean up the Makefile and
remove it from the manage.sh script.
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
closes: https://github.com/asciimoo/searx/issues/1882
Diffstat (limited to 'manage.sh')
-rwxr-xr-x | manage.sh | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -70,11 +70,6 @@ locales() { pybabel compile -d "$SEARX_DIR/translations" } -update_useragents() { - echo '[!] Updating user agent versions' - python utils/fetch_firefox_version.py -} - pep8_check() { echo '[!] Running pep8 check' # ignored rules: @@ -242,7 +237,6 @@ Commands update_dev_packages - Check & update development and production dependency changes install_geckodriver - Download & install geckodriver if not already installed (required for robot_tests) npm_packages - Download & install npm dependencies - update_useragents - Update useragents.json with the most recent versions of Firefox Build ----- |