From: thierry Date: Tue, 6 Nov 2007 00:16:53 +0000 (+0000) Subject: print dates X-Git-Tag: foo~414 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=ec792635eef128aa36358300a8ba343e31013740;p=infrastructure.git print dates --- diff --git a/scripts/nightly-build-vserver.sh b/scripts/nightly-build-vserver.sh index 0bf63c5..3e07715 100755 --- a/scripts/nightly-build-vserver.sh +++ b/scripts/nightly-build-vserver.sh @@ -189,6 +189,7 @@ function main () { if [ -d /vservers ] ; then if [ -n "$USEOLD" ] ; then + echo "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX using existing base $BASE" $(date) ### Re-use a vserver (finish an unfinished build..) if [ ! -d /vservers/${BASE} ] ; then echo $COMMAND : cannot find vserver $BASE @@ -208,6 +209,7 @@ function main () { fi done BASE=${BASE}${i} + echo "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX creating base $BASE" $(date) ### extract vbuild.setup and run it svn cat $SVNPATH/vbuild.setup > /tmp/vbuild-$$ svn cat $SVNPATH/${DISTRO}-devel.lst > /tmp/${DISTRO}-devel.lst @@ -220,8 +222,9 @@ function main () { vserver ${BASE} exec svn checkout ${SVNPATH} /build fi - cp $COMMANDPATH /vservers/${BASE} + cp $COMMANDPATH /vservers/${BASE}/ # invoke this command in the vserver + echo "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX preparation of vserver $BASE done" $(date) vserver ${BASE} exec /$COMMAND "$@" else