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 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 ()
222222workspace=$1
223223remoteBase=" /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"
228229eclipseBuildTools=" ${remoteBase} /eclipse/updates/buildtools"
229230
230231doDryrun=
You can’t perform that action at this time.
0 commit comments