o adding a check for presence on beaver. then folks can try this out

on their machines.
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162846 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2004-06-28 04:38:37 +00:00
parent 848a7dd433
commit ac307ad352
1 changed files with 6 additions and 3 deletions

9
ci.sh
View File

@ -146,9 +146,12 @@ BUILD_REQUIRED=`cat $HOME_DIR/build_required`
# Only send mail to the list if a build was required.
host=`hostname`
if [ "$BUILD_REQUIRED" = "true" ]
then
/usr/sbin/sendmail -t < log
if [ "$hostname" = "beaver.codehaus.org" ]
then
/usr/sbin/sendmail -t < log
fi
fi