Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2016-04-13 23:03:34 +0000
committerDavid Williams2016-04-13 23:03:34 +0000
commit133d6f3cdf87377410cb561d6c5e29c2997c2b14 (patch)
treecbeca5319a28344176015de705d51df17538d78b /production/gather-parts.sh
parentdbfa0bd963583dc25d07371496b80abd9a046b50 (diff)
downloadeclipse.platform.releng.aggregator-133d6f3cdf87377410cb561d6c5e29c2997c2b14.tar.gz
eclipse.platform.releng.aggregator-133d6f3cdf87377410cb561d6c5e29c2997c2b14.tar.xz
eclipse.platform.releng.aggregator-133d6f3cdf87377410cb561d6c5e29c2997c2b14.zip
bug 436300 Initial work to restore buildnotes function.
plus collection of artifactcomparisons
Diffstat (limited to 'production/gather-parts.sh')
-rwxr-xr-xproduction/gather-parts.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/production/gather-parts.sh b/production/gather-parts.sh
index 5d4f8899a..d0003d275 100755
--- a/production/gather-parts.sh
+++ b/production/gather-parts.sh
@@ -53,7 +53,8 @@ fi
# but we do (always) need these two, at least for JDT patch build
fn-gather-repo "$BUILD_ID" "$aggDir" "$buildDirectory"
fn-gather-ecj-jars "$BUILD_ID" "$aggDir" "$buildDirectory"
-
+fn-gather-buildnotes "$BUILD_ID" "$aggDir" "$buildDirectory"
+fn-gather-artifactcomparisons "$BUILD_ID" "$aggDir" "$buildDirectory"
# if doing PATCH_BUILD we do not need to slice repos
if [[ -z "${PATCH_BUILD}" ]]
then

Back to the top