1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-29 03:45:35 +02:00

Automatically get latest built plugins

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

View file

@ -20,6 +20,7 @@ if [ `basename $SITE` = testUpdates ]; then
echo "Working on test update site"
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"
if [ -d "$DIR/features" ]; then
echo "Copying new plugins and features from $DIR"