Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2013-01-21 04:37:09 +0000
committerDavid Williams2013-01-21 04:37:09 +0000
commitd5a588dfb623062bd1f0faabfcfe0893f0e0d6ed (patch)
treec2317d0d11f8e090c74bce0fdebfb28d85c61a8d /scripts
parente16e774be5f2873ce8934de9b3a28422e891f822 (diff)
downloadeclipse.platform.releng.aggregator-d5a588dfb623062bd1f0faabfcfe0893f0e0d6ed.tar.gz
eclipse.platform.releng.aggregator-d5a588dfb623062bd1f0faabfcfe0893f0e0d6ed.tar.xz
eclipse.platform.releng.aggregator-d5a588dfb623062bd1f0faabfcfe0893f0e0d6ed.zip
removing double double buildid buildid in directory layout
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/build-functions.sh2
-rw-r--r--scripts/publish-eclipse.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/build-functions.sh b/scripts/build-functions.sh
index 04ca3209e..be55c1217 100755
--- a/scripts/build-functions.sh
+++ b/scripts/build-functions.sh
@@ -227,7 +227,7 @@ fn-build-dir ()
ROOT="$1"; shift
BRANCH="$1"; shift
BUILD_ID="$1"; shift
- echo $ROOT/$BRANCH/dirs/$BUILD_ID/$BUILD_ID
+ echo $ROOT/$BRANCH/dirs/$BUILD_ID
}
# USAGE: fn-basebuilder-dir ROOT BRANCH BASEBUILDER_TAG
diff --git a/scripts/publish-eclipse.sh b/scripts/publish-eclipse.sh
index 6f74eb5a3..761707760 100644
--- a/scripts/publish-eclipse.sh
+++ b/scripts/publish-eclipse.sh
@@ -45,6 +45,6 @@ fn-parse-compile-logs "$BUILD_ID" \
"$aggDir"/eclipse.platform.releng.tychoeclipsebuilder/eclipse/helper.xml \
"$buildDirectory" "$launcherJar"
-touch $(dirname "$buildDirectory")/directory.txt
+touch "$buildDirectory"/directory.txt
fn-publish-eclipse "$BUILD_TYPE" "$STREAM" "$BUILD_ID" "$aggDir" "$buildDirectory" "$launcherJar"

Back to the top