This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository maintenancescripts. from ccd2b5c killstalevms.bash: fix ommitted HERESTRING. new 616652d killstalevms.bash: select correct component from array for version fetching. 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 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 616652da52f7b1dd6cc02535fd75972898041cc4 Author: Mihai Moldovan <ionic@ionic.de> Date: Thu Feb 12 00:28:46 2015 +0100 killstalevms.bash: select correct component from array for version fetching. --- killstalevms.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/killstalevms.bash b/killstalevms.bash index 319e1b7..eb088cf 100644 --- a/killstalevms.bash +++ b/killstalevms.bash @@ -26,5 +26,5 @@ for ((i = 0; i < ${#BUILDER_LIST[@]}; ++i)); do SYSTEM_LIST[$i]="$(perl -pe 's#.*?/pkg-dist/.*?/.*?/(.*?)/.*#\1#' "${TMP_CMDLINE}")" SYSTEM_VERSION_LIST[$i]="$(perl -pe 's#.*?/pkg-dist/.*?/.*?/.*?/(.*?)/.*#\1#' "${TMP_CMDLINE}")" ARCH_LIST[$i]="$(perl -pe 's#.*?/pkg-dist/.*?/.*?/.*?/.*?/(.*?)\0.*#\1#' "${TMP_CMDLINE}")" - VERSION_LIST[$i]="$(perl -pe "s#.*?${COMPONENT_LIST}_([\d.]+)-.*#\1#" "${TMP_CMDLINE}")" + VERSION_LIST[$i]="$(perl -pe "s#.*?/${COMPONENT_LIST[$i]}_([\d.]+)-.*#\1#" "${TMP_CMDLINE}")" done -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/maintenancescripts.git