commit 5d59eb10cc0f7ab31b6b27e475142077d4c06d47 parent f5501271a4872c084ebada1cce777d0052626472 Author: Marcello Stanisci <stanisci.m@gmail.com> Date: Fri, 13 Sep 2019 21:19:12 +0200 discard unused scripts Diffstat:
| D | bin/taler-deployment-bbstart | | | 6 | ------ |
| D | bin/taler-deployment-bbstop | | | 6 | ------ |
2 files changed, 0 insertions(+), 12 deletions(-)
diff --git a/bin/taler-deployment-bbstart b/bin/taler-deployment-bbstart @@ -1,6 +0,0 @@ -#!/bin/bash - -cd ~/buildbot -source venv/bin/activate -buildbot-worker start slave/ -deactivate diff --git a/bin/taler-deployment-bbstop b/bin/taler-deployment-bbstop @@ -1,6 +0,0 @@ -#!/bin/bash - -cd ~/buildbot -source venv/bin/activate -buildbot-worker stop slave/ -deactivate