This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository maintenancescripts. from 0ae82b8 killstalevms.bash: re-initialize the list to not always append. new 2be2a42 killstalevms.bash: also remove stuff out of BUILDER_LIST. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: killstalevms.bash | 1 + 1 file changed, 1 insertion(+) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/maintenancescripts.git
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@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