diff --git a/cje-production/cleaners/cleanupNightlyRepo.sh b/cje-production/cleaners/cleanupNightlyRepo.sh index 1332383b8b4..b52d38958f7 100755 --- a/cje-production/cleaners/cleanupNightlyRepo.sh +++ b/cje-production/cleaners/cleanupNightlyRepo.sh @@ -1,7 +1,7 @@ #!/bin/bash #******************************************************************************* -# Copyright (c) 2022 IBM Corporation and others. +# Copyright (c) 2025 IBM Corporation and others. # # This program and the accompanying materials # are made available under the terms of the Eclipse Public License 2.0 @@ -222,9 +222,10 @@ function cleanRepo () workspace=$1 remoteBase="/home/data/httpd/download.eclipse.org" -eclipseIRepo="${remoteBase}/eclipse/updates/4.36-I-builds" -eclipseYRepo="${remoteBase}/eclipse/updates/4.36-Y-builds" -eclipsePRepo="${remoteBase}/eclipse/updates/4.36-P-builds" +eclipseIRepo="${remoteBase}/eclipse/updates/4.37-I-builds" +eclipseYRepo="${remoteBase}/eclipse/updates/4.36-I-builds" +eclipseYRepo="${remoteBase}/eclipse/updates/4.37-Y-builds" +eclipsePRepo="${remoteBase}/eclipse/updates/4.36-Y-builds" eclipseBuildTools="${remoteBase}/eclipse/updates/buildtools" doDryrun=