Skip to content

Commit 7bdab31

Browse files
committed
Disable the early 4.34 setup redirects
- The Oomph catalogs are updated such that they aren't needed. - Rough in early 4.35 redirects for at the end of the current cycle
1 parent 3017fb8 commit 7bdab31

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
@@ -170,28 +170,32 @@
170170
</setupTask>
171171
<setupTask
172172
xsi:type="setup:VariableTask"
173+
disabled="true"
173174
type="BOOLEAN"
174-
name="early.redirection.4.34"
175+
name="early.redirection.4.35"
175176
defaultValue="true"
176177
storageURI="scope://Workspace"
177-
label="Early redirect to 4.34">
178-
<description>Redirect 4.32 p2 repos to 4.33 and redirect 4.33 repos to 4.34 to begin development on the open master streams immediately.</description>
178+
label="Early redirect to 4.35">
179+
<description>Redirect 4.33 p2 repos to 4.34 and redirect 4.34 repos to 4.35 to begin development on the open master streams immediately.</description>
179180
</setupTask>
180181
<setupTask
181182
xsi:type="setup:CompoundTask"
182-
filter="(early.redirection.4.34=true)"
183+
disabled="true"
184+
filter="(early.redirection.4.35=true)"
183185
name="EarlyRedirection">
184186
<setupTask
185187
xsi:type="setup:RedirectionTask"
186-
sourceURL="https://download.eclipse.org/eclipse/updates/4.33-I-builds"
187-
targetURL="https://download.eclipse.org/eclipse/updates/4.34-I-builds">
188-
<description>Redirect 4.33 I-builds to 4.34 I-builds</description>
188+
disabled="true"
189+
sourceURL="https://download.eclipse.org/eclipse/updates/4.34-I-builds"
190+
targetURL="https://download.eclipse.org/eclipse/updates/4.35-I-builds">
191+
<description>Redirect 4.34 I-builds to 4.35 I-builds</description>
189192
</setupTask>
190193
<setupTask
191194
xsi:type="setup:RedirectionTask"
192-
sourceURL="https://download.eclipse.org/eclipse/updates/4.32/R-4.32-202406010610"
193-
targetURL="https://download.eclipse.org/eclipse/updates/4.33-I-builds/I20240903-0240">
194-
<description>Redirect the release 4.32 build to the final 4.33 I-build which should point at the simple repository to avoid redirecting to 4.33</description>
195+
disabled="true"
196+
sourceURL="https://download.eclipse.org/eclipse/updates/4.33/R-4.33-202409030240"
197+
targetURL="https://download.eclipse.org/eclipse/updates/4.34-I-builds/tbd">
198+
<description>Redirect the release 4.33 build to the final 4.34 I-build which should point at the simple repository to avoid redirecting to 4.34 while it's still empty before the actual release</description>
195199
</setupTask>
196200
</setupTask>
197201
<project name="platform"

0 commit comments

Comments
 (0)