This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository maintenancescripts. from 5129eb5 killstalevms.bash: don't store cmdline in temporary variable (might drop NULL characters). new ccd2b5c killstalevms.bash: fix ommitted HERESTRING. 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 ccd2b5cea68e63279301a0d47ff74f9837707b95 Author: Mihai Moldovan <ionic@ionic.de> Date: Thu Feb 12 00:26:46 2015 +0100 killstalevms.bash: fix ommitted HERESTRING. --- killstalevms.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/killstalevms.bash b/killstalevms.bash index 63b36de..319e1b7 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}_([\d.]+)-.*#\1#" "${TMP_CMDLINE}")" done -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/maintenancescripts.git