summaryrefslogtreecommitdiff
path: root/buildbot/master.cfg
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2018-03-20 16:20:09 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2018-03-20 16:20:09 +0100
commit31d3fc168dbae15ac1a8dcb4fcda19abe7745679 (patch)
treed8016179717c5325296edcb5892a4f6a7f32395b /buildbot/master.cfg
parent87f2c8ab513338e084ada011066becadd7cabd8c (diff)
downloaddeployment-31d3fc168dbae15ac1a8dcb4fcda19abe7745679.tar.gz
deployment-31d3fc168dbae15ac1a8dcb4fcda19abe7745679.tar.bz2
deployment-31d3fc168dbae15ac1a8dcb4fcda19abe7745679.zip
DB path scheme, fix.
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 302e559..e479f08 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -227,7 +227,7 @@ LCOV_FACTORY.addStep(ShellCommand(
command=["make", "lcov"],
workdir="build/taler-build",
env={"PATH": "${HOME}/local/bin:${PATH}",
- "TALER_CHECKDB": "postgresql:///talercheck?host=/home/${USER}/sockets"}))
+ "TALER_CHECKDB": "postgres:///talercheck?host=/home/${USER}/sockets"}))
TIP_RESERVE_TOPPER_FACTORY = util.BuildFactory()
TIP_RESERVE_TOPPER_FACTORY.addStep(git_step(