-
Notifications
You must be signed in to change notification settings - Fork 359
Use archive.apache.org for previous releases #3474
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
base: main
Are you sure you want to change the base?
Conversation
Only the last release should be on dist.apache.org.
snazy
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@pingtimeout should we update the release workflow to
- "prematurely" push release artifacts to archive.a.o and
- purge previous releases from downloads.a.o in the final workflow?
|
No we should not push to archive: it's automatically sync with dist. However we can cleanup previous releases from dist.apache.org when a new release is promoted. We should also update the website to use archive.apache.org on previous releases. |
|
@jbonofre If I understand correctly, there should only be one version on the dist release SVN server? |
|
@pingtimeout yes, dist.apache.org (release space e.g. https://dist.apache.org/repos/dist/release/incubator/polaris/) should contain only the latest release. |
|
@pingtimeout for instance https://dist.apache.org/repos/dist/release/karaf/ you can see only the latest releases on each active branch. |
Only the last release should be on dist.apache.org, all previous releases are available on archive.apache.org.
I will clean up dist.apache.org once this PR is merged.