taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit b696ad970b04d32b228b823f195a278cefea4bbb
parent 8e1109b5d70db913f66ea8a0cbd1b16614f4dd2e
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Fri, 12 Apr 2019 17:09:33 +0200

fix BB url

Diffstat:
Mbuildbot/master.cfg | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg @@ -5,7 +5,7 @@ from buildbot.plugins import (reporters, worker, changes, schedulers, - util) + util) # This is a sample buildmaster config file. It must be installed as # 'master.cfg' in your buildmaster's base directory. @@ -458,7 +458,7 @@ c["title"] = "Taler" c["titleURL"] = "https://taler.net" # We use nginx to expose the BB under this URL. -c["buildbotURL"] = "https://buildbot.taler.net/" +c["buildbotURL"] = "https://buildbot.wild.gv.taler.net/" from taler_bb_userpass_db import USER_PASSWORD_DB