Add more verbose logging, add version of script and heimdal to the mail.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18553 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-10-18 09:50:31 +00:00
parent 1fa49d2dff
commit 9d08c5e614

View File

@@ -198,16 +198,19 @@ SOCKET_WRAPPER_DIR=`pwd`/socket_wrapper_dir
export SOCKET_WRAPPER_DIR
echo "Configuring and building ($hversion)"
./configure --enable-socket-wrapper ${confflags} > ab.txt 2>&1
echo "./configure --enable-socket-wrapper ${confflags}" > ab.txt
./configure --enable-socket-wrapper ${confflags} >> ab.txt 2>&1
if [ $? != 0 ] ; then
echo Configure failed
status=${status:-configure}
fi
echo make all >> ab.txt
make all >> ab.txt 2>&1
if [ $? != 0 ] ; then
echo Make all failed
status=${status:-make all}
fi
echo make check >> ab.txt
make check >> ab.txt 2>&1
if [ $? != 0 ] ; then
echo Make check failed
@@ -228,7 +231,8 @@ To: <heimdal-build-log@it.su.se>
Subject: heimdal-build-log SPAM COOKIE
X-heimdal-build: kaka-till-love
Version: $version
Script-version: ${version}
Heimdal-version: ${hversion}
Machine: `uname -a`
Status: $status
EOF