-
Notifications
You must be signed in to change notification settings - Fork 222
Update list of mirrored releases, add more instructions to release guide. #117
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
Changes from 2 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -391,9 +391,17 @@ <h4>Remove Old Releases from Development Repository and Mirror Network</h4> | |
<pre><code>svn rm https://dist.apache.org/repos/dist/dev/spark/v2.3.1-rc1-bin/ \ | ||
https://dist.apache.org/repos/dist/dev/spark/v2.3.1-rc1-docs/ \ | ||
-m"Removing RC artifacts." | ||
|
||
</code></pre> | ||
|
||
<p>Make sure to also remove the unpublished staging repositories from the <a href="https://repository.apache.org/">Apache Nexus Repository Manager</a>.</p> | ||
|
||
<p>When removing older releases, also update <code>js/download.js</code> to indicate the release is not mirrored | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. could we expand on There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This is already sort of covered by the existing text:
That doesn't seem to really correspond to the current mirrored releases (and with the expectation of the Hive tests that were added in 2.2), though, so maybe we should update that policy. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. right, that doesn't seem to match the ASF mirror behavior now |
||
anymore, so that the correct links are generated on the site.</p> | ||
|
||
<p>Also take a moment to check <code>HiveExternalCatalogVersionsSuite.scala</code> starting with branch-2.2 | ||
and see if it needs to be adjusted, since that test relies on mirrored downloads of previous | ||
releases.</p> | ||
|
||
<h4>Update the Spark Apache Repository</h4> | ||
|
||
<p>Check out the tagged commit for the release candidate that passed and apply the correct version tag.</p> | ||
|
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.
👍