Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2013-06-25 00:12:51 +0000
committerDavid Williams2013-06-25 00:12:51 +0000
commitda6d8d5dcfe701db75c35910f6c6f9cd95ad6284 (patch)
tree92a8fe3bba3fb19b5f99d4d19ea9052698d22100 /production/gather-parts.sh
parent89af67070ae28057d078455c486cd7511a453e76 (diff)
downloadeclipse.platform.releng.aggregator-da6d8d5dcfe701db75c35910f6c6f9cd95ad6284.tar.gz
eclipse.platform.releng.aggregator-da6d8d5dcfe701db75c35910f6c6f9cd95ad6284.tar.xz
eclipse.platform.releng.aggregator-da6d8d5dcfe701db75c35910f6c6f9cd95ad6284.zip
Bug 411430 - comparator reports still say compared to "4.3-I-build" even
though its 4.4-I-builds
Diffstat (limited to 'production/gather-parts.sh')
-rw-r--r--production/gather-parts.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/production/gather-parts.sh b/production/gather-parts.sh
index 8a0c3e6bd..5879fddca 100644
--- a/production/gather-parts.sh
+++ b/production/gather-parts.sh
@@ -31,6 +31,11 @@ fi
buildDirectory=$( fn-build-dir "$BUILD_ROOT" "$BUILD_ID" "$STREAM")
basebuilderDir=$( fn-basebuilder-dir "$BUILD_ROOT" "$BUILD_ID" "$STREAM" )
+# copy "mvn.properties" created/saved by parent pom to buildDirectory,
+# so can more easily be used by other scripts, reports, php page?
+# Note: likely need to "fixup" some variables to be usable by PHP.
+cp "${aggDir}/eclipse-platform-parent/target/resources/mavenproperties.properties" "${buildDirectory}/mavenproperties.properties"
+
$SCRIPT_PATH/getEBuilderForDropDir.sh $buildDirectory $EBUILDER_HASH
fn-checkout-basebuilder "$basebuilderDir" "$BASEBUILDER_TAG"

Back to the top