From b485d4513789ef4bc080325f95809c0f304ed678 Mon Sep 17 00:00:00 2001 From: thierry Date: Sat, 6 Dec 2008 09:52:24 +0000 Subject: [PATCH] use new mail dest build@onelab.eu --- scripts/all-builds.sh | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/scripts/all-builds.sh b/scripts/all-builds.sh index 072e242..ab13c72 100755 --- a/scripts/all-builds.sh +++ b/scripts/all-builds.sh @@ -6,6 +6,8 @@ COMMAND=$(basename $0) +MAILTO="-m build@onelab.eu" + function usage () { echo "Usage: $COMMAND [options [ -- vbuild-nightly-options ]]" echo "In manual mode you should export the following vars (or use related option)" @@ -131,7 +133,7 @@ for bits in $BITS; do else buildname="${d}-${MAJOR}-${MINOR}-${f}-${bits}" fi - command="/root/bin/vbuild-nightly.sh -m onelab-build@one-lab.org ${BUILDOPT} \ + command="/root/bin/vbuild-nightly.sh ${MAILTO} ${BUILDOPT} \ -d $d -p $p -f $f -t ${d}-tags-${MAJOR}.mk \ ${base_option} $buildname $extra_option" run $command @@ -155,7 +157,7 @@ if [ -z "$TEST" ] ; then else buildname="${d}-${MAJOR}-${MINOR}-vs-${f}-${bits}" fi - command="/root/bin/vbuild-nightly.sh -m onelab-build@one-lab.org ${BUILDOPT} \ + command="/root/bin/vbuild-nightly.sh ${MAILTO} ${BUILDOPT} \ -d $d -p $p -f $f -t ${d}-tags-${MAJOR}.mk \ ${base_option} $buildname -B $extra_option vserver" run $command @@ -173,7 +175,7 @@ for bits in $BITS; do f=$FCDISTRO fs=$(shortname $f) buildname="${BASE}--tr${fs}-${ds}-${bits}" - command="/root/bin/vbuild-nightly.sh -m onelab-build@one-lab.org ${BUILDOPT} \ + command="/root/bin/vbuild-nightly.sh ${MAILTO} ${BUILDOPT} \ -d $d -p $p -f $f ${base_option} $buildname $extra_option" run $command done @@ -184,7 +186,7 @@ for bits in $BITS; do d=planetlab ds=$(shortname $d) buildname="${BASE}--tr${fs}-${ds}-${bits}" - command="/root/bin/vbuild-nightly.sh -m onelab-build@one-lab.org ${BUILDOPT} \ + command="/root/bin/vbuild-nightly.sh ${MAILTO} ${BUILDOPT} \ -d $d -p $p -f $f ${base_option} $buildname $extra_option" run $command done -- 2.43.0