You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
searxng/utils
Markus Heiser 61d3914b63 [fix] test.robot - do not use environment from ./utils/brand.env
Some defaults in the settings.yml are taken from the environment.
By example;

The manage scripts sources the ./utils/brand.env and sets SEARX_PORT
environment.  This enviroment *wins over* any settings in a YAML file.
Whe we run a::

    make test.robot

The searx/settings_robot.yml is used, in this file the server settings are::

    server:
      port: 11111
      bind_address: 127.0.0.1

To get in use of the 'port: 11111' we have to unset the SEARX_PORT environment
which was sourced before.

The function buildenv.unset_env() can be called in all use cases where the
enviroment from ./utils/brand.env is not wanted.  ATM it unset the enviroment
variables::

    unset GIT_URL
    unset GIT_BRANCH
    unset SEARX_URL
    unset SEARX_PORT
    unset SEARX_BIND_ADDRESS

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
3 years ago
..
templates [mod] reduce enviroment variables in shell scripts to what is needed 3 years ago
brand.env [mod] reduce enviroment variables in shell scripts to what is needed 3 years ago
build_env.py [fix] test.robot - do not use environment from ./utils/brand.env 3 years ago
filtron.sh [mod] normalize .config.sh with settings.yml 3 years ago
lib.sh [mod] load .config.sh from installation (utils/lib_install.sh) 3 years ago
lib_install.sh [mod] utils/searx.sh - add command 'inspect settings' 3 years ago
lib_static.sh [mod] move functions from utils/manage_static.sh to ./manage script 3 years ago
lxc-searx.env [mod] LXC switch to Fedora 33 / Fedora 31 reached its EOL 4 years ago
lxc.sh [mod] reduce enviroment variables in shell scripts to what is needed 3 years ago
makefile.include [mod] replace makefile boilerplate by 'manage' script 4 years ago
makefile.lxc [mod] LXC_ENV_FOLDER moved from ./lxc to ./lxc-env 4 years ago
morty.sh [mod] reduce enviroment variables in shell scripts to what is needed 3 years ago
searx.sh [mod] utils/searx.sh - add command 'inspect settings' 3 years ago