Skip to content

Commit

Permalink
Update the platform setup to redirect 4.32 to 4.33 and 4.33 to 4.34
Browse files Browse the repository at this point in the history
  • Loading branch information
merks committed Sep 4, 2024
1 parent 4b03561 commit 10458b1
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions oomph/Platform.setup
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,6 @@
</setupTask>
<setupTask
xsi:type="setup:VariableTask"
disabled="true"
type="BOOLEAN"
name="early.redirection.4.34"
defaultValue="true"
Expand All @@ -180,21 +179,18 @@
</setupTask>
<setupTask
xsi:type="setup:CompoundTask"
disabled="true"
filter="(early.redirection.4.33=true)"
filter="(early.redirection.4.34=true)"
name="EarlyRedirection">
<setupTask
xsi:type="setup:RedirectionTask"
disabled="true"
sourceURL="https://download.eclipse.org/eclipse/updates/4.33-I-builds"
targetURL="https://download.eclipse.org/eclipse/updates/4.34-I-builds">
<description>Redirect 4.33 I-builds to 4.34 I-builds</description>
</setupTask>
<setupTask
xsi:type="setup:RedirectionTask"
disabled="true"
sourceURL="https://download.eclipse.org/eclipse/updates/4.32/R-4.32-202406010610"
targetURL="https://download.eclipse.org/eclipse/updates/4.33-I-builds/tbd-I20240601-0610">
targetURL="https://download.eclipse.org/eclipse/updates/4.33-I-builds/I20240903-0240">
<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>
</setupTask>
</setupTask>
Expand Down

0 comments on commit 10458b1

Please sign in to comment.