[RelEng] Unify and improve redirection pages on Downloads sites#3700
Merged
HannesWell merged 1 commit intoMar 5, 2026
Merged
Conversation
This effectively puts the redirections towards https://download.eclipse.org/eclipse/downloads/ under version control, which are placed at: - https://download.eclipse.org/eclipse/index.html - https://download.eclipse.org/eclipse/downloads/drops4/index.html and improves their content to also provide a readable message and to redirect immediately and to the directory. Before it was - at download.eclipse.org/eclipse/index.html ''' <meta http-equiv="Refresh" content="1; URL=downloads/"> ''' - at download.eclipse.org/eclipse/downloads/drops4/index.html ''' <meta http-equiv="Refresh" content="0; URL=../index.html"> ''' Furthermore, in the updateIndex pipeline, enhance the remote rsync invocation to consider file-checksums when determining changes to avoid repeated overwrites of rarely changing files.
Member
Author
|
With this the entire content of https://download.eclipse.org/eclipse/ and its subdirectories is created by an active Jenkins CI pipeline under version control. No manually uploaded content remains. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This effectively puts the redirections towards
https://download.eclipse.org/eclipse/downloads/ under version control, which are placed at:
and improves their content to also provide a readable message and to redirect immediately and to the directory.
Before it was
Furthermore, in the
Update Indexpipeline, enhance the remote rsync invocation to consider file-checksums when determining changes to avoid repeated overwrites of rarely changing files.