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:
parent
f2266f1d69
commit
7125c9dd9d
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue