mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-04 15:45:25 +02:00
Fix daystamp
This commit is contained in:
parent
e881910df2
commit
fb8db809d5
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue