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:
parent
c86b807ab0
commit
5c162effc2
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue