From: thierry <thierry@41d37cc5-eb28-0410-a9bf-d37491348ade>
Date: Fri, 29 Jun 2007 10:07:51 +0000 (+0000)
Subject: was too verbose, would fire cron mail notice
X-Git-Tag: foo~452
X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=cd7e428278e4a6f3736ff47d836d6332800a244d;p=infrastructure.git

was too verbose, would fire cron mail notice
---

diff --git a/scripts/nightly-build.sh b/scripts/nightly-build.sh
index 9027331..d262dc6 100755
--- a/scripts/nightly-build.sh
+++ b/scripts/nightly-build.sh
@@ -158,8 +158,6 @@ function usage () {
 
 function main () {
 
-  set -x
-
   if [ -d /plc/devel/data ] ; then
     do_chroot "$@"
   else
@@ -175,7 +173,6 @@ function main () {
 	r) TAGSTAG=$OPTARG ;;
         s) MAKEVARS=(${MAKEVARS[@]} $OPTARG) ;;
 	n) MAILTO="" ; MAKEOPTS=(${MAKEOPTS[@]} -n) ;;
-	v) set -x ;;
         m) MAILTO=$OPTARG ;;
 	s) SVNPATH=$OPTARG ;;
         T) TESTONLY=true ; USEOLD=true ;;