Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2013-03-23 20:21:35 +0000
committerDavid Williams2013-03-23 20:21:35 +0000
commit486be437f57b8c0e831f8bfc978911ea9d84ead4 (patch)
tree5322abef18b154845a9b56f4542ebd610e4f69d4 /production/get-aggregator.sh
parent6cd941c8cad97bed8a06c529416c988b4c9582d1 (diff)
downloadeclipse.platform.releng.aggregator-486be437f57b8c0e831f8bfc978911ea9d84ead4.tar.gz
eclipse.platform.releng.aggregator-486be437f57b8c0e831f8bfc978911ea9d84ead4.tar.xz
eclipse.platform.releng.aggregator-486be437f57b8c0e831f8bfc978911ea9d84ead4.zip
Bug 400633 - Need to exit build on (bad) errors (edit comment)
Diffstat (limited to 'production/get-aggregator.sh')
-rw-r--r--production/get-aggregator.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/production/get-aggregator.sh b/production/get-aggregator.sh
index f65d24eef..41e1b7cd9 100644
--- a/production/get-aggregator.sh
+++ b/production/get-aggregator.sh
@@ -72,8 +72,8 @@ fn-write-property EBUILDER_HASH
# TODO: add this "hash tag" later? Or, write this once tag is known?
# In particular, this "early one" is the "starting point".
# By the time we do a build and commit submodules, there would
-# be a different one. I'm thinking it is the latter that would be needed
-# to "reproduce a build".
+# be a different one that is tagged with buildId. I'm thinking it is the latter that would be needed
+# to "reproduce a build" but this early one may be important to debug what went wrong with a build.
buildDirectory=$( fn-build-dir "$BUILD_ROOT" "$BRANCH" "$BUILD_ID" "$STREAM" )
echo "$AGGREGATOR_REPO $BRANCH $EBUILDER_HASH" >> ${buildDirectory}/directory.txt
popd

Back to the top