Jing Ge created FLINK-34073:
-------------------------------
Summary: Remove old release candidates from dist.apache.org
Key: FLINK-34073
URL: https://issues.apache.org/jira/browse/FLINK-34073
Project: Flink
Issue Type: Sub-task
Reporter: Jing Ge
Assignee: Jing Ge
h3. Remove old release candidates from [dist.apache.org|http://dist.apache.org/]
Remove the old release candidates from
[https://dist.apache.org/repos/dist/dev/flink] using Subversion.
{code:java}
$ svn checkout https://dist.apache.org/repos/dist/dev/flink --depth=immediates
$ cd flink
$ svn remove flink-${RELEASE_VERSION}-rc*
$ svn commit -m "Remove old release candidates for Apache Flink
${RELEASE_VERSION}
{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)