Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2013-01-27 22:44:22 +0000
committerDavid Williams2013-01-27 22:44:22 +0000
commitedde35ad568482bf9888e01f1e6e3799b9cc3dea (patch)
tree5ac11ec7aaf7b7d15c3bb26c59909af803c73df1 /scripts
parentf2bac27fc015d548ef66e730b15820f272fb7990 (diff)
downloadeclipse.platform.releng.aggregator-edde35ad568482bf9888e01f1e6e3799b9cc3dea.tar.gz
eclipse.platform.releng.aggregator-edde35ad568482bf9888e01f1e6e3799b9cc3dea.tar.xz
eclipse.platform.releng.aggregator-edde35ad568482bf9888e01f1e6e3799b9cc3dea.zip
Bug 399180 - [CBI] restructure aggregator and output directories (prep)
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/build-functions.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build-functions.sh b/scripts/build-functions.sh
index 4d2d1a307..b83b911a1 100755
--- a/scripts/build-functions.sh
+++ b/scripts/build-functions.sh
@@ -661,7 +661,7 @@ fn-slice-repos ()
-DbuildId="$BUILD_ID" \
-DbuildRepo="$REPO_DIR_DIR" \
-DpostingDirectory=$(dirname "$BUILD_DIR") \
- -DequinoxPostingDirectory=$(dirname "$BUILD_DIR") \
+ -DequinoxPostingDirectory="$BUILD_ROOT/siteDir/equinox/drops") \
-DbuildLabel="$BUILD_ID" \
-DbuildDirectory="$BUILD_DIR"
popd

Back to the top