Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2013-03-29 05:10:49 +0000
committerDavid Williams2013-03-29 05:10:49 +0000
commit5599fdcf2c85b71e5ccd2a44d0ff50f5861e8471 (patch)
tree50437a7cfc0cae6890d18f1cd630877c3e64d1bf /production/publish-eclipse.sh
parentca65906eb78a93e395c93f555b2efd3179dd24ab (diff)
downloadeclipse.platform.releng.aggregator-5599fdcf2c85b71e5ccd2a44d0ff50f5861e8471.tar.gz
eclipse.platform.releng.aggregator-5599fdcf2c85b71e5ccd2a44d0ff50f5861e8471.tar.xz
eclipse.platform.releng.aggregator-5599fdcf2c85b71e5ccd2a44d0ff50f5861e8471.zip
Bug 404593 - misc. minor improvements in production scripts (cleanup,
standard formatting, added error check in functions)
Diffstat (limited to 'production/publish-eclipse.sh')
-rw-r--r--production/publish-eclipse.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/production/publish-eclipse.sh b/production/publish-eclipse.sh
index e687cefae..c336443cd 100644
--- a/production/publish-eclipse.sh
+++ b/production/publish-eclipse.sh
@@ -14,7 +14,7 @@ fi
SCRIPT_PATH=${SCRIPT_PATH:-$(pwd)}
-source $SCRIPT_PATH/build-functions.sh
+source $SCRIPT_PATH/build-functions.shsource
source "$1"
@@ -37,7 +37,7 @@ launcherJar=$( fn-basebuilder-launcher "$basebuilderDir" )
fn-gather-compile-logs "$BUILD_ID" "$aggDir" "$buildDirectory"
fn-parse-compile-logs "$BUILD_ID" \
-"$aggDir"/eclipse.platform.releng.tychoeclipsebuilder/eclipse/helper.xml \
-"$buildDirectory" "$launcherJar"
+ "$aggDir"/eclipse.platform.releng.tychoeclipsebuilder/eclipse/helper.xml \
+ "$buildDirectory" "$launcherJar"
fn-publish-eclipse "$BUILD_TYPE" "$STREAM" "$BUILD_ID" "$aggDir" "$buildDirectory" "$launcherJar"

Back to the top