Skip to content

Commit

Permalink
Disable the platform setup to redirect 4.33 to 4.34 and 4.34 to 4.35
Browse files Browse the repository at this point in the history
- Flesh in the values needed for the end of the 4.35 cycle
  • Loading branch information
merks committed Dec 6, 2024
1 parent e9fa506 commit 0d743ed
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions oomph/Platform.setup
Original file line number Diff line number Diff line change
Expand Up @@ -174,28 +174,32 @@
</setupTask>
<setupTask
xsi:type="setup:VariableTask"
disabled="true"
type="BOOLEAN"
name="early.redirection.4.35"
name="early.redirection.4.36"
defaultValue="true"
storageURI="scope://Workspace"
label="Early redirect to 4.35">
<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>
label="Early redirect to 4.36">
<description>Redirect 4.34 p2 repos to 4.35 and redirect 4.35 repos to 4.36 to begin development on the open master streams immediately.</description>
</setupTask>
<setupTask
xsi:type="setup:CompoundTask"
disabled="true"
filter="(early.redirection.4.35=true)"
name="EarlyRedirection">
<setupTask
xsi:type="setup:RedirectionTask"
sourceURL="https://download.eclipse.org/eclipse/updates/4.34-I-builds"
targetURL="https://download.eclipse.org/eclipse/updates/4.35-I-builds">
<description>Redirect 4.34 I-builds to 4.35 I-builds</description>
disabled="true"
sourceURL="https://download.eclipse.org/eclipse/updates/4.35-I-builds"
targetURL="https://download.eclipse.org/eclipse/updates/4.36-I-builds">
<description>Redirect 4.35 I-builds to 4.36 I-builds</description>
</setupTask>
<setupTask
xsi:type="setup:RedirectionTask"
sourceURL="https://download.eclipse.org/eclipse/updates/4.33/R-4.33-202409030240"
targetURL="https://download.eclipse.org/eclipse/updates/4.34-I-builds/I20241120-1800">
<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>
disabled="true"
sourceURL="https://download.eclipse.org/eclipse/updates/4.34/R-4.34-202411201800"
targetURL="https://download.eclipse.org/eclipse/updates/4.35-I-builds/tbd">
<description>Redirect the release 4.34 build to the final 4.35 I-build which should point at the simple repository to avoid redirecting to 4.35 while it's still empty before the actual release</description>
</setupTask>
</setupTask>
<project name="platform"
Expand Down

0 comments on commit 0d743ed

Please sign in to comment.