1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-04 15:45:25 +02:00

Fix daystamp

This commit is contained in:
Martin Oberhuber 2006-11-12 22:06:53 +00:00
parent e881910df2
commit fb8db809d5

View file

@ -65,7 +65,7 @@ stamp=`date +'%Y%m%d-%H%M'`
log=$HOME/ws/log-${buildType}$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'`
daystamp=`date +'%Y%m%d*%H'`
echo "Running the builder..."
sg dsdp-tm-rse -c "./nightly.sh HEAD ${buildType} ${buildId} >> $log 2>&1"