mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-22 07:43:56 +02:00
Be a bit more verbose on building nightly
This commit is contained in:
parent
ff4f60c5bb
commit
934317da6c
1 changed files with 3 additions and 0 deletions
|
@ -24,12 +24,15 @@ if [ -d working/package ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#Do the main job
|
#Do the main job
|
||||||
|
echo "Updating builder from CVS..."
|
||||||
cd org.eclipse.rse.build
|
cd org.eclipse.rse.build
|
||||||
stamp=`date +'%Y%m%d-%H%M'`
|
stamp=`date +'%Y%m%d-%H%M'`
|
||||||
log=$HOME/ws/log-N$stamp.txt
|
log=$HOME/ws/log-N$stamp.txt
|
||||||
sg dsdp-tm-rse -c "touch $log"
|
sg dsdp-tm-rse -c "touch $log"
|
||||||
sg dsdp-tm-rse -c "cvs -q update -RPd >> $log 2>&1"
|
sg dsdp-tm-rse -c "cvs -q update -RPd >> $log 2>&1"
|
||||||
daystamp=`date +'%Y%m%d-%H'`
|
daystamp=`date +'%Y%m%d-%H'`
|
||||||
|
|
||||||
|
echo "Running the builder..."
|
||||||
sg dsdp-tm-rse -c "./nightly.sh >> $log 2>&1"
|
sg dsdp-tm-rse -c "./nightly.sh >> $log 2>&1"
|
||||||
tail -50 $log
|
tail -50 $log
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue