Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2017-04-28 08:18:34 +0000
committerSravan Kumar Lakkimsetti2017-04-28 08:18:51 +0000
commit8ba843f6a6361cda114174e7221cc1d975b401f6 (patch)
treeb5e10e1352b55236f0fab1b95bf284098c65943a /production
parentb56c25457b1dcf8ec111c49b30d9c37e58b1d9d4 (diff)
downloadeclipse.platform.releng.aggregator-8ba843f6a6361cda114174e7221cc1d975b401f6.tar.gz
eclipse.platform.releng.aggregator-8ba843f6a6361cda114174e7221cc1d975b401f6.tar.xz
eclipse.platform.releng.aggregator-8ba843f6a6361cda114174e7221cc1d975b401f6.zip
Bug 515548 - Drop support for ppc32 on platform
Change-Id: If24a69b7938da4ddf53d1cb67790962a9e14f306 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
Diffstat (limited to 'production')
-rwxr-xr-xproduction/build-functions.shsource2
-rwxr-xr-xproduction/checkConfigIIUs.sh1
-rw-r--r--production/testScripts/configuration/sdk.tests/testScripts/test.xml15
3 files changed, 0 insertions, 18 deletions
diff --git a/production/build-functions.shsource b/production/build-functions.shsource
index 15fd61b26..e8816aa7e 100755
--- a/production/build-functions.shsource
+++ b/production/build-functions.shsource
@@ -697,7 +697,6 @@ fn-gather-sdk ()
if [[ -d "$TARGET_PRODUCTS" ]]
then
pushd "$TARGET_PRODUCTS"
- cp org.eclipse.sdk.ide-linux.gtk.ppc.tar.gz "$BUILD_DIR"/eclipse-SDK-${BUILD_ID}-linux-gtk-ppc.tar.gz
cp org.eclipse.sdk.ide-linux.gtk.ppc64.tar.gz "$BUILD_DIR"/eclipse-SDK-${BUILD_ID}-linux-gtk-ppc64.tar.gz
cp org.eclipse.sdk.ide-linux.gtk.ppc64le.tar.gz "$BUILD_DIR"/eclipse-SDK-${BUILD_ID}-linux-gtk-ppc64le.tar.gz
cp org.eclipse.sdk.ide-linux.gtk.x86_64.tar.gz "$BUILD_DIR"/eclipse-SDK-${BUILD_ID}-linux-gtk-x86_64.tar.gz
@@ -739,7 +738,6 @@ fn-gather-platform ()
if [[ -d "$TARGET_PRODUCTS" ]]
then
pushd "$TARGET_PRODUCTS"
- cp org.eclipse.platform.ide-linux.gtk.ppc.tar.gz "$BUILD_DIR"/eclipse-platform-${BUILD_ID}-linux-gtk-ppc.tar.gz
cp org.eclipse.platform.ide-linux.gtk.ppc64.tar.gz "$BUILD_DIR"/eclipse-platform-${BUILD_ID}-linux-gtk-ppc64.tar.gz
cp org.eclipse.platform.ide-linux.gtk.ppc64le.tar.gz "$BUILD_DIR"/eclipse-platform-${BUILD_ID}-linux-gtk-ppc64le.tar.gz
cp org.eclipse.platform.ide-linux.gtk.x86_64.tar.gz "$BUILD_DIR"/eclipse-platform-${BUILD_ID}-linux-gtk-x86_64.tar.gz
diff --git a/production/checkConfigIIUs.sh b/production/checkConfigIIUs.sh
index ed58e20ba..d5ceb3aee 100755
--- a/production/checkConfigIIUs.sh
+++ b/production/checkConfigIIUs.sh
@@ -36,7 +36,6 @@ ECLIPSE_BUILD_DIR="${AGGR_DIR}/eclipse.platform.releng.tychoeclipsebuilder"
declare -a PLATFORMS=( \
cocoa.macosx.x86_64 \
-gtk.linux.ppc \
gtk.linux.ppc64 \
gtk.linux.ppc64le \
gtk.linux.x86 \
diff --git a/production/testScripts/configuration/sdk.tests/testScripts/test.xml b/production/testScripts/configuration/sdk.tests/testScripts/test.xml
index a7429aa2d..f082cbe90 100644
--- a/production/testScripts/configuration/sdk.tests/testScripts/test.xml
+++ b/production/testScripts/configuration/sdk.tests/testScripts/test.xml
@@ -1009,21 +1009,6 @@
</condition>
<condition
property="runtimeArchive"
- value="eclipse-SDK-${buildIdToUse}-linux-gtk-ppc.tar.gz">
- <and>
- <equals
- arg1="${os}"
- arg2="linux" />
- <equals
- arg1="${ws}"
- arg2="gtk" />
- <equals
- arg1="${arch}"
- arg2="ppc" />
- </and>
- </condition>
- <condition
- property="runtimeArchive"
value="eclipse-SDK-${buildIdToUse}-macosx-cocoa-x86_64.tar.gz">
<and>
<equals

Back to the top