taler-deployment

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

commit d7008dabf6d60d7c12af3cca13eae8684d6fabae
parent 7d20c273c7a1c77a2ab036e717dc861c6c2052ac
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 15 Dec 2019 16:49:26 +0100

fix workdir for buildmaster

Diffstat:
Mbuildbot/master.cfg | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg @@ -328,7 +328,7 @@ BUILDMASTER_FACTORY.addStep( description="trigger buildmaster restart with new configuration", descriptionDone="Buildmaster updated", command=["buildbot", "reconfig"], - workdir="master/" + workdir="$HOME/master/" ) )