Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2013-02-03 07:50:05 +0000
committerDavid Williams2013-02-03 07:50:05 +0000
commit0b414c3cc74089e1857446e9aced0c4f760c7d86 (patch)
tree9431bf93a18c6a9a8ecca8bfecbc2fcce0857e43 /production/gather-parts.sh
parentc7d9ffcb05b2e78806d71c3822f5ca775b302c79 (diff)
downloadeclipse.platform.releng.aggregator-0b414c3cc74089e1857446e9aced0c4f760c7d86.tar.gz
eclipse.platform.releng.aggregator-0b414c3cc74089e1857446e9aced0c4f760c7d86.tar.xz
eclipse.platform.releng.aggregator-0b414c3cc74089e1857446e9aced0c4f760c7d86.zip
Bug 399795 - misc changes to production script variable names, functions
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 4c0c5db9c..cbeed5ec8 100644
--- a/production/gather-parts.sh
+++ b/production/gather-parts.sh
@@ -53,4 +53,4 @@ fn-slice-repos "$BUILD_ID" "$aggDir" "$buildDirectory" "$launcherJar"
#fn-gather-repo-zips "$BUILD_ID" "$aggDir" "$buildDirectory"
#fn-gather-compile-logs "$BUILD_ID" "$aggDir" "$buildDirectory"
-#fn-gather-main-index "$BUILD_ID" "$aggDir" "$buildDirectory" "$STREAM" "$BUILD_TYPE" "$BUILD_DATE"
+#fn-gather-main-index "$BUILD_ID" "$aggDir" "$buildDirectory" "$STREAM" "$BUILD_TYPE" "$BUILD_PRETTY_DATE"

Back to the top