taler-deployment

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

commit f323d989d3a5ba8aaa3b0e7df38d28e445acfb92
parent eae60f93277ad6d0c11e46df0a29ae0e2bb61194
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Wed,  1 Jun 2016 10:33:43 +0200

fixing switcher label in buildbot

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

diff --git a/buildbot/master.cfg b/buildbot/master.cfg @@ -78,7 +78,7 @@ globalSwitcher.addStep(Git(repourl='git://git.taler.net/deployment.git', method='fresh', haltOnFailure=True, branch='master')) -globalSwitcher.addStep(ShellCommand(name="invalidation", +globalSwitcher.addStep(ShellCommand(name="switcher", description="Invalidating timestamps", descriptionDone="timestamps invalidated", command=["./switch_active.sh"],