Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the platform setup to redirect 4.31 to 4.32 and 4.32 to 4.33 #2098

Merged
merged 1 commit into from
Jun 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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