Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2016-04-13 23:18:57 +0000
committerDavid Williams2016-04-13 23:18:57 +0000
commitabeee6f5ae13ebd48dd3bd671c22060fd20d9950 (patch)
tree55a5c2b2d2f68768738a795a7818bfcc2bce8899 /production
parent396c9cab011bf9a96a4d424dae69b0cbcb4eb39a (diff)
downloadeclipse.platform.releng.aggregator-abeee6f5ae13ebd48dd3bd671c22060fd20d9950.tar.gz
eclipse.platform.releng.aggregator-abeee6f5ae13ebd48dd3bd671c22060fd20d9950.tar.xz
eclipse.platform.releng.aggregator-abeee6f5ae13ebd48dd3bd671c22060fd20d9950.zip
bug 436300 Initial work to restore buildnotes function.
correcting typo
Diffstat (limited to 'production')
-rwxr-xr-xproduction/build-functions.shsource4
1 files changed, 2 insertions, 2 deletions
diff --git a/production/build-functions.shsource b/production/build-functions.shsource
index 900e22a8d..d25dd6d1a 100755
--- a/production/build-functions.shsource
+++ b/production/build-functions.shsource
@@ -1018,8 +1018,8 @@ function fn-gather-artifactcomparisons
fi
}
-
-}
+
+
# USAGE: fn-gather-main-index BUILD_ID REPO_DIR BUILD_DIR STREAM BUILD_TYPE BUILD_PRETTY_DATE
# BUILD_ID: I20121116-0700
# REPO_DIR: /shared/eclipse/builds/R4_2_maintenance/gitCache/eclipse.platform.releng.aggregator

Back to the top