Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2014-07-28 19:04:19 +0000
committerDavid Williams2014-07-28 19:04:19 +0000
commit1897d929b5d31a8a7ce9f38316110e61dc98d529 (patch)
tree5e4f2888107da7da672db9a33ace301b1a57b2dc /production/publish-repo.sh
parent164a895b467feedc21dc161cac22ab6f6e6832c2 (diff)
downloadeclipse.platform.releng.aggregator-1897d929b5d31a8a7ce9f38316110e61dc98d529.tar.gz
eclipse.platform.releng.aggregator-1897d929b5d31a8a7ce9f38316110e61dc98d529.tar.xz
eclipse.platform.releng.aggregator-1897d929b5d31a8a7ce9f38316110e61dc98d529.zip
Bug 409190 - [restore test] restore some releng tests
Bug 411317 - Need to remove some "PDE Transition" code Bug 387872 - BuildTests has no test that reports failures in platform.doc.isv.schema.txt
Diffstat (limited to 'production/publish-repo.sh')
-rw-r--r--production/publish-repo.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/production/publish-repo.sh b/production/publish-repo.sh
index 58f109338..569c63a23 100644
--- a/production/publish-repo.sh
+++ b/production/publish-repo.sh
@@ -19,7 +19,7 @@ source $SCRIPT_PATH/build-functions.shsource
source "$1"
# derived values
-gitCache=$( fn-git-cache "$BUILD_ROOT" "$BRANCH" )
+gitCache=$( fn-git-cache "$BUILD_ROOT")
aggDir=$( fn-git-dir "$gitCache" "$AGGREGATOR_REPO" )
if [ -z "$BUILD_ID" ]; then

Back to the top