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

Fix copying S-builds to publish

This commit is contained in:
Martin Oberhuber 2006-10-29 22:56:36 +00:00
parent 23ab453df5
commit e1350b862f

View file

@ -40,7 +40,7 @@ stamp=`date +'%Y%m%d-%H%M'`
log=$HOME/ws/log-$stamp.txt
sg dsdp-tm-rse -c "touch $log"
sg dsdp-tm-rse -c "cvs -q update -RPd"
daystamp=`date +'%Y%m%d-%H'`
daystamp=`date +'%Y%m%d*%H'`
echo "Enter tag to fetch from CVS (default is HEAD):"
echo "Enter build type (P,N,I,S):"
echo "Enter the build id (default is x$stamp):"