Skip to content

Commit e937fcd

Browse files
committed
Disable the platform setup to redirect 4.35 to 4.36 and 4.36 to 4.37
- Flesh in the values needed for the end of the 4.37 cycle
1 parent bccc190 commit e937fcd

File tree

1 file changed

+14
-10
lines changed

1 file changed

+14
-10
lines changed

oomph/Platform.setup

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -174,28 +174,32 @@
174174
</setupTask>
175175
<setupTask
176176
xsi:type="setup:VariableTask"
177+
disabled="true"
177178
type="BOOLEAN"
178-
name="early.redirection.4.37"
179+
name="early.redirection.4.38"
179180
defaultValue="true"
180181
storageURI="scope://Workspace"
181-
label="Early redirect to 4.37">
182-
<description>Redirect 4.35 p2 repos to 4.36 and redirect 4.36 repos to 4.37 to begin development on the open master streams immediately.</description>
182+
label="Early redirect to 4.38">
183+
<description>Redirect 4.36 p2 repos to 4.37 and redirect 4.37 repos to 4.38 to begin development on the open master streams immediately.</description>
183184
</setupTask>
184185
<setupTask
185186
xsi:type="setup:CompoundTask"
186-
filter="(early.redirection.4.37=true)"
187+
disabled="true"
188+
filter="(early.redirection.4.38=true)"
187189
name="EarlyRedirection">
188190
<setupTask
189191
xsi:type="setup:RedirectionTask"
190-
sourceURL="https://download.eclipse.org/eclipse/updates/4.36-I-builds"
191-
targetURL="https://download.eclipse.org/eclipse/updates/4.37-I-builds">
192-
<description>Redirect 4.36 I-builds to 4.37 I-builds</description>
192+
disabled="true"
193+
sourceURL="https://download.eclipse.org/eclipse/updates/4.37-I-builds"
194+
targetURL="https://download.eclipse.org/eclipse/updates/4.38-I-builds">
195+
<description>Redirect 4.37 I-builds to 4.38 I-builds</description>
193196
</setupTask>
194197
<setupTask
195198
xsi:type="setup:RedirectionTask"
196-
sourceURL="https://download.eclipse.org/eclipse/updates/4.35/R-4.35-202502280140"
197-
targetURL="https://download.eclipse.org/eclipse/updates/4.36-I-builds/I20250528-1830">
198-
<description>Redirect the release 4.35 build to the final 4.36 I-build which should point at the simple repository to avoid redirecting to 4.36 while it's still empty before the actual release</description>
199+
disabled="true"
200+
sourceURL="https://download.eclipse.org/eclipse/updates/4.36/R-4.36-202505281830"
201+
targetURL="https://download.eclipse.org/eclipse/updates/4.3-I-builds/tbd">
202+
<description>Redirect the release 4.36 build to the final 4.37 I-build which should point at the simple repository to avoid redirecting to 4.37 while it's still empty before the actual release</description>
199203
</setupTask>
200204
</setupTask>
201205
<project name="platform"

0 commit comments

Comments
 (0)