Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'production')
-rwxr-xr-xproduction/sdk/cleaners/cleanupNightlyRepo.sh11
-rwxr-xr-xproduction/sdk/cleaners/dailyCleanBuildMachine.sh2
2 files changed, 1 insertions, 12 deletions
diff --git a/production/sdk/cleaners/cleanupNightlyRepo.sh b/production/sdk/cleaners/cleanupNightlyRepo.sh
index c53f3c87b..2de44f6fb 100755
--- a/production/sdk/cleaners/cleanupNightlyRepo.sh
+++ b/production/sdk/cleaners/cleanupNightlyRepo.sh
@@ -219,21 +219,10 @@ eclipseURepo="${remoteBase}/eclipse/updates/4.7-U-builds"
doDryrun=
# global
declare -a reposToRemove=()
-cleanRepo $eclipseNRepo N 4 $doDryrun
-declare -a reposToRemove=()
cleanRepo $eclipseIRepo I 4 $doDryrun
declare -a reposToRemove=()
cleanRepo $eclipseMRepo M 4 $doDryrun
declare -a reposToRemove=()
-cleanRepo $eclipseYRepo Y 2 $doDryrun
-declare -a reposToRemove=()
-cleanRepo $eclipsePRepo P 2 $doDryrun
-declare -a reposToRemove=()
cleanRepo $eclipseSRepo S 2 $doDryrun
-declare -a reposToRemove=()
-cleanRepo $eclipseURepo U 2 $doDryrun
-declare -a reposToRemove=()
-cleanRepo $eclipsePRepo P 2 $doDryrun
-
unset reposToRemove
diff --git a/production/sdk/cleaners/dailyCleanBuildMachine.sh b/production/sdk/cleaners/dailyCleanBuildMachine.sh
index 09698f13d..4e71a44b7 100755
--- a/production/sdk/cleaners/dailyCleanBuildMachine.sh
+++ b/production/sdk/cleaners/dailyCleanBuildMachine.sh
@@ -20,7 +20,7 @@
# character "build types" we use (I,M,N,P). Leave blank (or commented out)
# if nothing should be disabled.
-DISABLED="M"
+DISABLED=""
function removeOldPromotionScripts ()
{

Back to the top