Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2013-01-27 22:37:10 +0000
committerDavid Williams2013-01-27 22:37:10 +0000
commitcdd3498968ec8da78e02bff1ea03ff969997dedd (patch)
treea69cb122b7a89222d30f18cfea18d8f044089d1c /scripts
parenta80d054df1e4c58a3b64e379762397787b6da784 (diff)
downloadeclipse.platform.releng.aggregator-cdd3498968ec8da78e02bff1ea03ff969997dedd.tar.gz
eclipse.platform.releng.aggregator-cdd3498968ec8da78e02bff1ea03ff969997dedd.tar.xz
eclipse.platform.releng.aggregator-cdd3498968ec8da78e02bff1ea03ff969997dedd.zip
Bug 399180 - [CBI] restructure aggregator and output directories (prep)
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/build-functions.sh2
-rw-r--r--scripts/promote-build.sh2
2 files changed, 3 insertions, 1 deletions
diff --git a/scripts/build-functions.sh b/scripts/build-functions.sh
index 3e8c143b0..9e9c87739 100755
--- a/scripts/build-functions.sh
+++ b/scripts/build-functions.sh
@@ -810,7 +810,7 @@ fn-publish-eclipse ()
-DbuildId="$BUILD_ID" \
-DbuildRepo="$REPO_DIR"/eclipse.platform.repository/target/repository \
-DpostingDirectory=$(dirname "$BUILD_DIR") \
- -DequinoxPostingDirectory=$(dirname "$BUILD_DIR") \
+ -DequinoxPostingDirectory=$BUILD_ROOT/siteDir/equinox/drops") \
-DpublishingContent="$REPO_DIR"/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles \
-DbuildLabel="$BUILD_ID" \
-Dhudson=true \
diff --git a/scripts/promote-build.sh b/scripts/promote-build.sh
index 320616a67..e1c0e6621 100644
--- a/scripts/promote-build.sh
+++ b/scripts/promote-build.sh
@@ -87,6 +87,7 @@ then
# but in case not
mkdir -p "${promoteScriptLocationEquinox}"
+ equinoxPostingDirectory=$BUILD_ROOT/siteDir/equinox/drops"
eqFromDir=${equinoxPostingDirectory}/${buildId}
if [[ "$BUILD_TECH" == 'PDE' ]]
then
@@ -94,6 +95,7 @@ then
else
# TODO temp location, for now
eqToDir="/shared/eclipse/temp/download.eclipse.org/equinox/drops/"
+ #eqToDir="/home/data/httpd/download.eclipse.org/equinox/dropscbibased/"
fi
# Note: for proper mirroring at Eclipse, we probably do not want/need to

Back to the top