Skip to content

Commit de03f4f

Browse files
authored
Update builds and repo cleanup scripts for 4.37 (#3086)
#3085
1 parent ae13f6e commit de03f4f

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

cje-production/cleaners/cleanupNightlyRepo.sh

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
#*******************************************************************************
4-
# Copyright (c) 2022 IBM Corporation and others.
4+
# Copyright (c) 2025 IBM Corporation and others.
55
#
66
# This program and the accompanying materials
77
# are made available under the terms of the Eclipse Public License 2.0
@@ -222,9 +222,10 @@ function cleanRepo ()
222222
workspace=$1
223223
remoteBase="/home/data/httpd/download.eclipse.org"
224224

225-
eclipseIRepo="${remoteBase}/eclipse/updates/4.36-I-builds"
226-
eclipseYRepo="${remoteBase}/eclipse/updates/4.36-Y-builds"
227-
eclipsePRepo="${remoteBase}/eclipse/updates/4.36-P-builds"
225+
eclipseIRepo="${remoteBase}/eclipse/updates/4.37-I-builds"
226+
eclipseYRepo="${remoteBase}/eclipse/updates/4.36-I-builds"
227+
eclipseYRepo="${remoteBase}/eclipse/updates/4.37-Y-builds"
228+
eclipsePRepo="${remoteBase}/eclipse/updates/4.36-Y-builds"
228229
eclipseBuildTools="${remoteBase}/eclipse/updates/buildtools"
229230

230231
doDryrun=

0 commit comments

Comments
 (0)