Skip to content

Commit

Permalink
Update the platform setup to redirect 4.31 to 4.32 and 4.32 to 4.33
Browse files Browse the repository at this point in the history
  • Loading branch information
merks committed Jun 5, 2024
1 parent 48ae186 commit 2320f0d
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions oomph/Platform.setup
Original file line number Diff line number Diff line change
Expand Up @@ -170,29 +170,29 @@
</setupTask>
<setupTask
xsi:type="setup:VariableTask"
disabled="true"
type="BOOLEAN"
name="early.redirection.4.32"
name="early.redirection.4.33"
defaultValue="true"
storageURI="scope://Workspace"
label="Early redirect to 4.32">
<description>Redirect 4.30 p2 repos to 4.31 and redirect 4.31 repos 4.32 to begin development on the open master streams immediately.</description>
label="Early redirect to 4.33">
<description>Redirect 4.31 p2 repos to 4.32 and redirect 4.32 repos to 4.33 to begin development on the open master streams immediately.</description>
</setupTask>
<setupTask
xsi:type="setup:CompoundTask"
disabled="true"
filter="(early.redirection.4.32=true)"
filter="(early.redirection.4.33=true)"
name="EarlyRedirection">
<setupTask
xsi:type="setup:RedirectionTask"
disabled="true"
sourceURL="https://download.eclipse.org/eclipse/updates/4.31-I-builds"
targetURL="https://download.eclipse.org/eclipse/updates/4.31-I-builds/I20240229-0520"/>
sourceURL="https://download.eclipse.org/eclipse/updates/4.32-I-builds"
targetURL="https://download.eclipse.org/eclipse/updates/4.33-I-builds">
<description>Redirect 4.32 I-builds to 4.33 I-builds</description>
</setupTask>
<setupTask
xsi:type="setup:RedirectionTask"
disabled="true"
sourceURL="https://download.eclipse.org/eclipse/updates/4.30/R-4.30-202312010110"
targetURL="https://download.eclipse.org/eclipse/updates/4.31-I-builds"/>
sourceURL="https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520"
targetURL="https://download.eclipse.org/eclipse/updates/4.32-I-builds/I20240601-0610">
<description>Redirect the release 4.31 build to the final 4.32 I-build which should point at the simple repository to avoid redirecting to 4.33</description>
</setupTask>
</setupTask>
<project name="platform"
label="Ant, Base, Debug, Runtime, Resources, Team, User Assistance, and Update">
Expand Down

0 comments on commit 2320f0d

Please sign in to comment.