File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
3
# *******************************************************************************
4
- # Copyright (c) 2022 IBM Corporation and others.
4
+ # Copyright (c) 2025 IBM Corporation and others.
5
5
#
6
6
# This program and the accompanying materials
7
7
# are made available under the terms of the Eclipse Public License 2.0
@@ -222,9 +222,10 @@ function cleanRepo ()
222
222
workspace=$1
223
223
remoteBase=" /home/data/httpd/download.eclipse.org"
224
224
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"
228
229
eclipseBuildTools=" ${remoteBase} /eclipse/updates/buildtools"
229
230
230
231
doDryrun=
You can’t perform that action at this time.
0 commit comments