summaryrefslogtreecommitdiff
path: root/manage.sh
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarit.de>2020-03-26 13:32:08 +0100
committerMarkus Heiser <markus.heiser@darmarit.de>2020-03-26 13:32:08 +0100
commit00251d7c66e60dc9859bf6368ab68d545660b90e (patch)
treecff6c6b9d666dcd4839036f059f29f9ed2bf4baf /manage.sh
parent5d087ee466750e51dfc9ff95a88402055ad71741 (diff)
downloadsearxng-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-xmanage.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/manage.sh b/manage.sh
index 4c11576a3..5c9b332aa 100755
--- a/manage.sh
+++ b/manage.sh
@@ -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
-----