aboutsummaryrefslogtreecommitdiff
path: root/buildbot/master.cfg
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2018-11-30 23:39:59 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2018-11-30 23:39:59 +0100
commit7df9079537eb53c589a9298315af88e08a183249 (patch)
treed287a6850db882b6149bb1d1bede95a0177d09e5 /buildbot/master.cfg
parente59d940b62690c7835bf6c545b4448ac231f7f50 (diff)
downloaddeployment-7df9079537eb53c589a9298315af88e08a183249.tar.gz
deployment-7df9079537eb53c589a9298315af88e08a183249.tar.bz2
deployment-7df9079537eb53c589a9298315af88e08a183249.zip
Put htpasswd file under version.
Diffstat (limited to 'buildbot/master.cfg')
-rw-r--r--buildbot/master.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 23eb8ab..793e27f 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -454,7 +454,7 @@ c["titleURL"] = "https://taler.net"
# We use nginx to expose the BB under this URL.
c["buildbotURL"] = "https://buildbot.taler.net/"
-HTPASSWD_FILE = "/home/containers/buildbot/.htpasswd"
+HTPASSWD_FILE = "/home/containers/buildbot/htpasswd"
# minimalistic config to activate new web UI
c["www"] = {