1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-03 23:25:26 +02:00

Automatically get latest built plugins

This commit is contained in:
Martin Oberhuber 2006-08-11 16:24:45 +00:00
parent f2266f1d69
commit 7125c9dd9d

View file

@ -18,7 +18,7 @@ rm site.xml web/site.xsl
cvs -q update -d
if [ `basename $SITE` = testUpdates ]; then
echo "Working on test update site"
REL==`ls $HOME/ws/working/package | sort | tail -1`
REL=`ls $HOME/ws/working/package | sort | tail -1`
if [ "$REL" != "" ]; then
echo "Checking new Updates from $REL"
DIR="$HOME/ws/working/package/$REL/updates"