summaryrefslogtreecommitdiff
path: root/searx
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarit.de>2020-03-29 16:28:17 +0200
committerMarkus Heiser <markus.heiser@darmarit.de>2020-03-29 16:28:17 +0200
commit0742c2504dae04ac054d263de8a2b8ab6161312c (patch)
treec9b06ed020551e7f7e5648fd679717518b487544 /searx
parent7b4cf2eb489d8f6c95ccac5af180254b78e7c460 (diff)
build environment: add GIT_BRANCH variable
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'searx')
-rw-r--r--searx/brand.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/searx/brand.py b/searx/brand.py
index d563447f6..91d2ab321 100644
--- a/searx/brand.py
+++ b/searx/brand.py
@@ -1,4 +1,5 @@
GIT_URL = 'https://github.com/asciimoo/searx'
+GIT_BRANCH = 'master'
ISSUE_URL = 'https://github.com/asciimoo/searx/issues'
SEARX_URL = 'https://searx.me'
DOCS_URL = 'https://asciimoo.github.io/searx'