taler-deployment

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

commit 18fc108ffc03b755c20fd4b3f0dc25f3101546ba
parent 60b0f6bb93ee4ab9e88453b7b847bec988283caf
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Tue, 16 Apr 2019 22:15:31 +0200

order

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

diff --git a/buildbot/master.cfg b/buildbot/master.cfg @@ -324,9 +324,9 @@ BUILD_FACTORY.addStep(ShellCommand( env={'DEPLOYMENT': "test"})) +SWITCH_FACTORY = util.BuildFactory() SWITCH_FACTORY.addStep(git_step( "git://git.taler.net/deployment.git")) -SWITCH_FACTORY = util.BuildFactory() SWITCH_FACTORY.addStep(ShellCommand( name="switch active party", description="Switch to the party which was inactive.",