[Build] Stop unused deployments of releng scripts to storage server#3400
Merged
HannesWell merged 1 commit intoOct 7, 2025
Merged
Conversation
Except for the 'getEBuilder.xml' ANT scripts nothing from https://download.eclipse.org/eclipse/relengScripts is used anymore. Therefore the deployment can be stopped.
HannesWell
added a commit
to HannesWell/eclipse.equinox
that referenced
this pull request
Oct 7, 2025
This avoids the need to deploy the entitlement files to the Eclipse storage server. Required for - eclipse-platform/eclipse.platform.releng.aggregator#3400
Member
Author
This is done in |
HannesWell
added a commit
to eclipse-equinox/equinox
that referenced
this pull request
Oct 7, 2025
This avoids the need to deploy the entitlement files to the Eclipse storage server. Required for - eclipse-platform/eclipse.platform.releng.aggregator#3400
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.
Except for the
getEBuilder.xmlANT scripts nothing from https://download.eclipse.org/eclipse/relengScripts is used anymore. Therefore the deployment can be stopped.In fact the entitlements are in use at the moment by
https://github.com/eclipse-equinox/equinox/blob/88ad15678b2607670c883ec3ef5309d9ef7f6ccb/Jenkinsfile#L248
but we can use a github-raw link as well there, which should be sufficient in that case.
In the foreseeable future probably even the
getEBuilder.xmlscript becomes obsolete and the entire deployment of releng-scripts to the storage server can be stopped.