1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-04 14:55:41 +02:00

Automatically get latest built plugins

This commit is contained in:
Martin Oberhuber 2006-08-11 16:23:08 +00:00
parent 636d0f9e11
commit 2353667278

View file

@ -20,7 +20,7 @@ if [ `basename $SITE` = testUpdates ]; then
echo "Working on test update site" 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 if [ "$REL" != "" ]; then
DIR="$HOME/ws/working/package/$REL" DIR="$HOME/ws/working/package/$REL/updates"
if [ -d "$DIR/features" ]; then if [ -d "$DIR/features" ]; then
echo "Copying new plugins and features from $DIR" echo "Copying new plugins and features from $DIR"
rm -rf features rm -rf features