From 5fc9273e230af1e47486055769f9a32104acbda5 Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Wed, 23 Dec 2020 16:06:06 +0100 Subject: [mod] utils/searx.sh install: create branch if not already exists This patch keeps an eye on: 1. When installing searx, the branch to install needs to be a local branch. 2. The branch to install can be different from the current branch. Signed-off-by: Markus Heiser --- .config.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '.config.sh') diff --git a/.config.sh b/.config.sh index f9bac7383..7eed5f681 100644 --- a/.config.sh +++ b/.config.sh @@ -28,7 +28,10 @@ fi # SEARX_INTERNAL_URL="127.0.0.1:8888" # SEARX_SETTINGS_TEMPLATE="${REPO_ROOT}/utils/templates/etc/searx/use_default_settings.yml" -# Only change, if you maintain a searx brand in your searx fork. +# Only change, if you maintain a searx brand in your searx fork (GIT_URL) which +# is not hold by branch 'master'. The branch has to be a local branch, in the +# repository from which you install (which is most often the case). If you want +# to install branch 'foo', don't forget to run 'git branch foo origin/foo' once. # GIT_BRANCH="${GIT_BRANCH:-master}" # filtron.sh -- cgit v1.2.3