[X2Go-Commits] [maintenancescripts] 01/01: killstalevms.bash: also remove stuff out of BUILDER_LIST.

git-admin at x2go.org git-admin at x2go.org
Thu Feb 12 03:08:08 CET 2015


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository maintenancescripts.

commit 2be2a424bf115fc8d0711fdd7f1ebe87a997a082
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Thu Feb 12 03:08:02 2015 +0100

    killstalevms.bash: also remove stuff out of BUILDER_LIST.
---
 killstalevms.bash |    1 +
 1 file changed, 1 insertion(+)

diff --git a/killstalevms.bash b/killstalevms.bash
index 5cedf5a..526bb38 100644
--- a/killstalevms.bash
+++ b/killstalevms.bash
@@ -60,6 +60,7 @@ while [ "${RESULT}" -eq "0" ]; do
 
       # Remove current element from lists.
       VM_LIST=("${VM_LIST[@]:${MOREINFO}}")
+      BUILDER_LIST=("${BUILDER_LIST[@]:${MOREINFO}}")
       BRANCH_LIST=("${BRANCH_LIST[@]:${MOREINFO}}")
       COMPONENT_LIST=("${COMPONENT_LIST[@]:${MOREINFO}}")
       SYSTEM_LIST=("${SYSTEM_LIST[@]:${MOREINFO}}")

--
Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/maintenancescripts.git


More information about the x2go-commits mailing list