1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-22 07:43:56 +02:00

[releng] avoid re-build is mapfile not changed

This commit is contained in:
Martin Oberhuber 2009-08-07 11:41:35 +00:00
parent 1b9d7babf2
commit 253ffc3715

View file

@ -66,6 +66,12 @@ fi
echo "Updating builder from CVS..."
cd org.eclipse.rse.build
stamp=`date +'%Y%m%d-%H%M'`
CHANGES=`cvs -nq update -r ${mapTag} | head -1`
if [ "${CHANGES}" = "" ]; then
echo "Build ${buildType}${buildId} : ${mapTag} : ${stamp}"
echo "Build canceled, no mapfile or config changed in org.eclipse.rse.build."
exit 0
fi
log=$HOME/ws2/log-${buildType}$stamp.txt
touch $log
#cvs -q update -RPd >> $log 2>&1