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:
parent
273fac526b
commit
1edf929baa
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue