1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-01 14:15:23 +02:00

[releng] run siteOptimizer from target platform

This commit is contained in:
Martin Oberhuber 2010-03-01 10:28:55 +00:00
parent 273fac526b
commit 1edf929baa

View file

@ -91,7 +91,7 @@ if [ ${TYPE} = test ]; then
fbase=`echo $f | sed -e 's,\(.*_[0-9][0-9]*\)\.[0-9][0-9]*\..*,\1,'`
fold=`grep ${fbase} f2.$$.txt`
if [ "${fold}" = "" ]; then
echo "PROBLEM: MAJOR update : ${f}"
echo "PROBLEM: MAJOR update or NEW : ${f}"
fi
done
echo "VERIFYING VERSION CORRECTNESS: Plugins"
@ -112,7 +112,7 @@ if [ ${TYPE} = test ]; then
pbase=`echo $p | sed -e 's,\(.*_[0-9][0-9]*\)\.[0-9][0-9]*\..*,\1,'`
pold=`grep ${pbase} p2.$$.txt`
if [ "${pold}" = "" ]; then
echo "PROBLEM: MAJOR update : ${p}"
echo "PROBLEM: MAJOR update or NEW : ${p}"
fi
done
#rm f_new.txt p_new.txt