Skip to content

Commit

Permalink
Update 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
  • Loading branch information
merks committed Nov 26, 2024
1 parent f698be9 commit d845fd5
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions oomph/Platform.setup
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,6 @@
</setupTask>
<setupTask
xsi:type="setup:VariableTask"
disabled="true"
type="BOOLEAN"
name="early.redirection.4.35"
defaultValue="true"
Expand All @@ -184,21 +183,18 @@
</setupTask>
<setupTask
xsi:type="setup:CompoundTask"
disabled="true"
filter="(early.redirection.4.35=true)"
name="EarlyRedirection">
<setupTask
xsi:type="setup:RedirectionTask"
disabled="true"
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>
</setupTask>
<setupTask
xsi:type="setup:RedirectionTask"
disabled="true"
sourceURL="https://download.eclipse.org/eclipse/updates/4.33/R-4.33-202409030240"
targetURL="https://download.eclipse.org/eclipse/updates/4.34-I-builds/tbd">
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>
</setupTask>
</setupTask>
Expand Down

0 comments on commit d845fd5

Please sign in to comment.