mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-22 15:53:58 +02:00
[releng] avoid re-build is mapfile not changed
This commit is contained in:
parent
1b9d7babf2
commit
253ffc3715
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue