Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2016-06-16 22:14:29 +0000
committerDavid Williams2016-06-16 22:14:29 +0000
commit4533c0a4bd1db8316958d914a6f1e1b41a3d7cd7 (patch)
tree588acf8bc375d975bda8788ec307d049af6b5861 /production/sdk/cleaners
parentf3993cc16010ab02baafd87a47378cb6199f4fc6 (diff)
downloadeclipse.platform.releng.aggregator-4533c0a4bd1db8316958d914a6f1e1b41a3d7cd7.tar.gz
eclipse.platform.releng.aggregator-4533c0a4bd1db8316958d914a6f1e1b41a3d7cd7.tar.xz
eclipse.platform.releng.aggregator-4533c0a4bd1db8316958d914a6f1e1b41a3d7cd7.zip
Bug 487044 - Migrate cron jobs to Releng HIPP -fine tuning scripts
Diffstat (limited to 'production/sdk/cleaners')
-rwxr-xr-xproduction/sdk/cleaners/cleanupNightlyRepo.sh2
-rwxr-xr-xproduction/sdk/cleaners/dailyCleanDownloads.sh2
-rwxr-xr-xproduction/sdk/cleaners/weeklyClean.sh2
3 files changed, 3 insertions, 3 deletions
diff --git a/production/sdk/cleaners/cleanupNightlyRepo.sh b/production/sdk/cleaners/cleanupNightlyRepo.sh
index 1aca7057c..c039b1b31 100755
--- a/production/sdk/cleaners/cleanupNightlyRepo.sh
+++ b/production/sdk/cleaners/cleanupNightlyRepo.sh
@@ -16,7 +16,7 @@ if [[ -z "${WORKSPACE}" ]]
then
export UTILITIES_HOME=/shared/eclipse
else
- export UTILITIES_HOME=/${WORKSPACE}/utilities/production
+ export UTILITIES_HOME=${WORKSPACE}/utilities/production
fi
function writeHeader ()
diff --git a/production/sdk/cleaners/dailyCleanDownloads.sh b/production/sdk/cleaners/dailyCleanDownloads.sh
index 5c77e9185..d8aef2393 100755
--- a/production/sdk/cleaners/dailyCleanDownloads.sh
+++ b/production/sdk/cleaners/dailyCleanDownloads.sh
@@ -15,7 +15,7 @@ if [[ -z "${WORKSPACE}" ]]
then
export UTILITIES_HOME=/shared/eclipse
else
- export UTILITIES_HOME=/${WORKSPACE}/utilities/production
+ export UTILITIES_HOME=${WORKSPACE}/utilities/production
fi
# Utility to clean build machine
diff --git a/production/sdk/cleaners/weeklyClean.sh b/production/sdk/cleaners/weeklyClean.sh
index d0c7f107c..f9a581251 100755
--- a/production/sdk/cleaners/weeklyClean.sh
+++ b/production/sdk/cleaners/weeklyClean.sh
@@ -15,7 +15,7 @@ if [[ -z "${WORKSPACE}" ]]
then
export UTILITIES_HOME=/shared/eclipse
else
- export UTILITIES_HOME=/${WORKSPACE}/utilities/production
+ export UTILITIES_HOME=${WORKSPACE}/utilities/production
fi

Back to the top