From f7acde6e32e302e55b772c36ec351926b66e6376 Mon Sep 17 00:00:00 2001 From: Martin Oberhuber < martin.oberhuber@windriver.com> Date: Wed, 19 Sep 2012 13:42:42 +0000 Subject: [PATCH] [releng] Update Versions for Juno SR1 --- releng/org.eclipse.rse.updatesite/bin/mkTestUpdates.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/releng/org.eclipse.rse.updatesite/bin/mkTestUpdates.sh b/releng/org.eclipse.rse.updatesite/bin/mkTestUpdates.sh index 5d7d4aac198..4f4a13c8666 100755 --- a/releng/org.eclipse.rse.updatesite/bin/mkTestUpdates.sh +++ b/releng/org.eclipse.rse.updatesite/bin/mkTestUpdates.sh @@ -102,9 +102,9 @@ if [ ${TYPE} = test ]; then # Minor/major version updates are not allowed. MINOR_UPDATE_OK=0 # Update of "qualifier" requires also updating "micro" - echo "VERIFYING VERSION CORRECTNESS: Features against ../updates/3.4" + echo "VERIFYING VERSION CORRECTNESS: Features against ../updates/3.4/201205300905" ls features/*.jar | sed -e 's,^.*features/,,' | sort > f1.$$.txt - ls ../updates/3.4/features/*.jar | sed -e 's,^.*features/,,' | sort > f2.$$.txt + ls ../updates/3.4/201205300905/features/*.jar | sed -e 's,^.*features/,,' | sort > f2.$$.txt diff f2.$$.txt f1.$$.txt | grep '^[>]' \ | sed -e 's,[>] \(.*_[0-9][0-9]*\.[0-9][0-9]*\.[0-9][0-9]*\)\..*,\1,' > f_new.txt for f in `cat f_new.txt`; do @@ -128,9 +128,9 @@ if [ ${TYPE} = test ]; then fi fi done - echo "VERIFYING VERSION CORRECTNESS: Plugins against ../updates/3.4" + echo "VERIFYING VERSION CORRECTNESS: Plugins against ../updates/3.4/201205300905" ls plugins/*.jar | sed -e 's,^.*plugins/,,' | sort > p1.$$.txt - ls ../updates/3.4/plugins/*.jar | sed -e 's,^.*plugins/,,' | sort > p2.$$.txt + ls ../updates/3.4/201205300905/plugins/*.jar | sed -e 's,^.*plugins/,,' | sort > p2.$$.txt diff p2.$$.txt p1.$$.txt | grep '^[>]' \ | sed -e 's,[>] \(.*_[0-9][0-9]*\.[0-9][0-9]*\.[0-9][0-9]*\)\..*,\1,' > p_new.txt for p in `cat p_new.txt`; do