From d1bddc414c3913e6677b82222f9524c15ce51feb Mon Sep 17 00:00:00 2001 From: thierry Date: Mon, 5 Nov 2007 23:43:14 +0000 Subject: [PATCH] syntax error fixed --- scripts/nightly-build-vserver.sh | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/scripts/nightly-build-vserver.sh b/scripts/nightly-build-vserver.sh index 536b81f..dafc250 100755 --- a/scripts/nightly-build-vserver.sh +++ b/scripts/nightly-build-vserver.sh @@ -22,17 +22,6 @@ TESTSEND=TestSendMail # plc chroot runs in UTC DATE=$(date -u +'%Y.%m.%d') -###### copy this command into the vserver before invoking it - install in / -###function install_in_vserver () { -### vserver=$1; shift -### cp $COMMANDPATH /vservers/$vserver/$COMMAND -###} -### -###function run_in_vserver () { -### vserver=$1; shift -### vserver $vserver exec /$COMMAND "$@" -###} - # Notify recipient of failure or success, manage various stamps function failure() { set -x @@ -55,19 +44,6 @@ function success () { exit 0 } -function create_vserver () { -} - -function use_base () { - if - [ ! -d $BASE ] && mkdir $BASE - if [ ! -d $BASE ] ; then - echo $COMMAND failed to create base $BASE - exit 1 - fi -} - - function build () { set -x set -e -- 2.45.2