From: build Date: Wed, 21 Feb 2007 10:32:55 +0000 (+0000) Subject: supports new options for make X-Git-Tag: foo~530 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=376abace646f6a19e85c90c9728682c67edb13d6;p=infrastructure.git supports new options for make --- diff --git a/scripts/nightly-build.sh b/scripts/nightly-build.sh index 567a726..dd513f9 100755 --- a/scripts/nightly-build.sh +++ b/scripts/nightly-build.sh @@ -11,16 +11,6 @@ CHROOTDIR=/root/bin # plc chroot runs in UTC date=$(date -u +'%Y.%m.%d') -function usage () { - echo "$COMMAND [option]" - echo " -d CVSROOT" - echo " -r TAG" - echo " -m MAILTO" - echo " -f DISTRO" - echo " -b BASE" - exit 1 -} - ### in the root context function do_chroot () { chroot /plc/devel/root su - build <