summaryrefslogtreecommitdiff
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
parente59d940b62690c7835bf6c545b4448ac231f7f50 (diff)
downloaddeployment-7df9079537eb53c589a9298315af88e08a183249.tar.gz
deployment-7df9079537eb53c589a9298315af88e08a183249.tar.bz2
deployment-7df9079537eb53c589a9298315af88e08a183249.zip
Put htpasswd file under version.
-rw-r--r--buildbot/htpasswd3
-rw-r--r--buildbot/master.cfg2
2 files changed, 4 insertions, 1 deletions
diff --git a/buildbot/htpasswd b/buildbot/htpasswd
new file mode 100644
index 0000000..2113122
--- /dev/null
+++ b/buildbot/htpasswd
@@ -0,0 +1,3 @@
+marcello:$apr1$6jv1GUyi$oc2bIxSO4JPYCWMzF6ofC/
+florian:$apr1$2uX2B6KR$FAcDRFSOPYXQifgEkXKOr/
+cristian:$apr1$fFLwamnX$xpn4gV0MhzamuwwxVN/Tx.
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"] = {