Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2013-01-21 04:53:58 +0000
committerDavid Williams2013-01-21 04:53:58 +0000
commit2eb5a37c0fbcd295eebbda10570e486d5635ddb9 (patch)
tree92531b7274aaaadfb90feaea9d3d62206f705176 /scripts
parentd5a588dfb623062bd1f0faabfcfe0893f0e0d6ed (diff)
downloadeclipse.platform.releng.aggregator-2eb5a37c0fbcd295eebbda10570e486d5635ddb9.tar.gz
eclipse.platform.releng.aggregator-2eb5a37c0fbcd295eebbda10570e486d5635ddb9.tar.xz
eclipse.platform.releng.aggregator-2eb5a37c0fbcd295eebbda10570e486d5635ddb9.zip
removing double double buildid buildid in directory layout
Diffstat (limited to 'scripts')
-rw-r--r--scripts/publish-eclipse.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/publish-eclipse.sh b/scripts/publish-eclipse.sh
index 761707760..0bc5cbd16 100644
--- a/scripts/publish-eclipse.sh
+++ b/scripts/publish-eclipse.sh
@@ -45,6 +45,7 @@ fn-parse-compile-logs "$BUILD_ID" \
"$aggDir"/eclipse.platform.releng.tychoeclipsebuilder/eclipse/helper.xml \
"$buildDirectory" "$launcherJar"
+# TODO Not sure this file is needed?
touch "$buildDirectory"/directory.txt
fn-publish-eclipse "$BUILD_TYPE" "$STREAM" "$BUILD_ID" "$aggDir" "$buildDirectory" "$launcherJar"

Back to the top