1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-23 17:05:26 +02:00

Be a bit more verbose on building nightly

This commit is contained in:
Martin Oberhuber 2006-08-24 11:29:51 +00:00
parent ff4f60c5bb
commit 934317da6c

View file

@ -24,12 +24,15 @@ if [ -d working/package ]; then
fi
#Do the main job
echo "Updating builder from CVS..."
cd org.eclipse.rse.build
stamp=`date +'%Y%m%d-%H%M'`
log=$HOME/ws/log-N$stamp.txt
sg dsdp-tm-rse -c "touch $log"
sg dsdp-tm-rse -c "cvs -q update -RPd >> $log 2>&1"
daystamp=`date +'%Y%m%d-%H'`
echo "Running the builder..."
sg dsdp-tm-rse -c "./nightly.sh >> $log 2>&1"
tail -50 $log