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

Shorter cron e-mails for easier reading

This commit is contained in:
Martin Oberhuber 2008-01-31 08:59:46 +00:00
parent c86b807ab0
commit 5c162effc2
2 changed files with 2 additions and 2 deletions

View file

@ -71,7 +71,7 @@ daystamp=`date +'%Y%m%d*%H'`
echo "Running the builder..."
./nightly.sh ${mapTag} ${buildType} ${buildId} >> $log 2>&1
tail -50 $log
tail -30 $log
#update the main download and archive pages: build.eclipse.org only
if [ -d /home/data/httpd/archive.eclipse.org/dsdp/tm/downloads ]; then

View file

@ -44,7 +44,7 @@ daystamp=`date +'%Y%m%d-%H'`
echo "Running the builder..."
./nightly.sh >> $log 2>&1
tail -50 $log
tail -30 $log
#update the main download and archive pages: build.eclipse.org only
if [ -d /home/data/httpd/archive.eclipse.org/dsdp/tm/downloads ]; then