From 1edf929baa216fb6cc939f8a5ec04be36ce823d1 Mon Sep 17 00:00:00 2001 From: Martin Oberhuber < martin.oberhuber@windriver.com> Date: Mon, 1 Mar 2010 10:28:55 +0000 Subject: [PATCH] [releng] run siteOptimizer from target platform --- releng/org.eclipse.rse.updatesite/bin/mkTestUpdates.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/releng/org.eclipse.rse.updatesite/bin/mkTestUpdates.sh b/releng/org.eclipse.rse.updatesite/bin/mkTestUpdates.sh index ffea62dc78a..6b3ba11b5d7 100755 --- a/releng/org.eclipse.rse.updatesite/bin/mkTestUpdates.sh +++ b/releng/org.eclipse.rse.updatesite/bin/mkTestUpdates.sh @@ -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