-
Notifications
You must be signed in to change notification settings - Fork 976
[KYUUBI #7292] Add instruction to archive older releases #7297
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
Conversation
| ```shell | ||
| cd work/svn-dev | ||
| svn delete https://dist.apache.org/repos/dist/dev/kyuubi/{RELEASE_TAG} \ | ||
| svn delete https://dist.apache.org/repos/dist/dev/kyuubi/${RELEASE_TAG} \ |
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.
thanks for fixing this!
|
according to the guidance, we should keep
and archive all of others, right? |
Yes |
|
Thank you @pan3793 |
### Why are the changes needed? Archive older releases https://www.apache.org/legal/release-policy.html#when-to-archive Closes #7292 ### How was this patch tested? Not tested ### Was this patch authored or co-authored using generative AI tooling? No Closes #7297 from aajisaka/archive-old-releases. Closes #7292 4cbefd3 [Cheng Pan] nit 677d520 [Cheng Pan] nit b1f1f67 [Akira Ajisaka] Fix svn delete command example ef8c575 [Akira Ajisaka] [KYUUBI #7292] Add instruction to archive older releases Lead-authored-by: Akira Ajisaka <[email protected]> Co-authored-by: Cheng Pan <[email protected]> Signed-off-by: Cheng Pan <[email protected]> (cherry picked from commit 5e23c32) Signed-off-by: Cheng Pan <[email protected]>
### Why are the changes needed? Archive older releases https://www.apache.org/legal/release-policy.html#when-to-archive Closes #7292 ### How was this patch tested? Not tested ### Was this patch authored or co-authored using generative AI tooling? No Closes #7297 from aajisaka/archive-old-releases. Closes #7292 4cbefd3 [Cheng Pan] nit 677d520 [Cheng Pan] nit b1f1f67 [Akira Ajisaka] Fix svn delete command example ef8c575 [Akira Ajisaka] [KYUUBI #7292] Add instruction to archive older releases Lead-authored-by: Akira Ajisaka <[email protected]> Co-authored-by: Cheng Pan <[email protected]> Signed-off-by: Cheng Pan <[email protected]> (cherry picked from commit 5e23c32) Signed-off-by: Cheng Pan <[email protected]>
|
thanks, merged to master/1.11.1/1.10.4, and I will archive those old releases soon |
|
archive done |
Why are the changes needed?
Archive older releases https://www.apache.org/legal/release-policy.html#when-to-archive
Closes #7292
How was this patch tested?
Not tested
Was this patch authored or co-authored using generative AI tooling?
No