Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2013-04-30 16:07:18 +0000
committerDavid Williams2013-04-30 16:07:18 +0000
commit808268e5494e73c953bf41a239875101882aaf7b (patch)
treec1bbf732f48cd8fed0f9e777d6a32b6f99375a2c /production/publish-equinox.sh
parentfa5ca15c60f9ef56fc1eb16746111778e96dc2f7 (diff)
downloadeclipse.platform.releng.aggregator-808268e5494e73c953bf41a239875101882aaf7b.tar.gz
eclipse.platform.releng.aggregator-808268e5494e73c953bf41a239875101882aaf7b.tar.xz
eclipse.platform.releng.aggregator-808268e5494e73c953bf41a239875101882aaf7b.zip
Bug 406930 - we are filling up tmp directory
Diffstat (limited to 'production/publish-equinox.sh')
-rw-r--r--production/publish-equinox.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/production/publish-equinox.sh b/production/publish-equinox.sh
index 404ad19a0..41256e40a 100644
--- a/production/publish-equinox.sh
+++ b/production/publish-equinox.sh
@@ -113,7 +113,7 @@ fn-publish-equinox ()
EBuilderDir="$BUILD_DIR"/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder
fn-eq-gather-starterkit $BUILD_ID $REPO_DIR $BUILD_MACHINE_DROP_DIR
pushd "$BUILD_DIR"
- java -jar "$BASEBUILDER_LAUNCHER" \
+ java -Djava.io.tmpdir=$TMP_DIR -jar "$BASEBUILDER_LAUNCHER" \
-data ${BUILD_DIR}/workspace-publishEquinox \
-application org.eclipse.ant.core.antRunner \
-v \
@@ -130,6 +130,7 @@ fn-publish-equinox ()
-DbuildType="$BUILD_TYPE" \
-Dbase.builder=$(dirname $(dirname "$BASEBUILDER_LAUNCHER" ) ) \
-DbuildDirectory=$BUILD_MACHINE_DROP_DIR_PARENT \
+ -Djava.io.tmpdir=$TMP_DIR \
publish
popd
}

Back to the top