Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2013-03-27 04:27:18 +0000
committerDavid Williams2013-03-27 04:27:18 +0000
commitd0c165a5001d536a29c05822a0a8ee4d4c94921a (patch)
treecf2a8b7c042d4a4656b494b42d8049e4813cd5ed /production/gather-parts.sh
parent07c796c420eb6afb5a21501318423a3c2aa43362 (diff)
downloadeclipse.platform.releng.aggregator-d0c165a5001d536a29c05822a0a8ee4d4c94921a.tar.gz
eclipse.platform.releng.aggregator-d0c165a5001d536a29c05822a0a8ee4d4c94921a.tar.xz
eclipse.platform.releng.aggregator-d0c165a5001d536a29c05822a0a8ee4d4c94921a.zip
Bug 396685 - Add the main p2 repository to the downloads page
Bug 404311 - [CBI] We have duplicate 'repository' under drop site, as well as under updates
Diffstat (limited to 'production/gather-parts.sh')
-rw-r--r--production/gather-parts.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/production/gather-parts.sh b/production/gather-parts.sh
index 20d3bd466..876a93a2e 100644
--- a/production/gather-parts.sh
+++ b/production/gather-parts.sh
@@ -41,7 +41,7 @@ fn-checkout-basebuilder "$basebuilderDir" "$BASEBUILDER_TAG"
launcherJar=$( fn-basebuilder-launcher "$basebuilderDir" )
-fn-gather-repo "$BUILD_ID" "$aggDir" "$buildDirectory"
+#fn-gather-repo "$BUILD_ID" "$aggDir" "$buildDirectory"
fn-gather-sdk "$BUILD_ID" "$aggDir" "$buildDirectory"
fn-gather-platform "$BUILD_ID" "$aggDir" "$buildDirectory"

Back to the top