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