Skip to content

Commit c489fd7

Browse files
committed
Keep running remove-old-artifacts.sh from release-tarball.sh
1 parent b01ee5e commit c489fd7

File tree

4 files changed

+6
-19
lines changed

4 files changed

+6
-19
lines changed

dev/release/README.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -252,13 +252,3 @@ Rust Arrow Crates:
252252
(cd parquet_derive && cargo publish)
253253
(cd arrow-integration-test && cargo publish)
254254
```
255-
256-
### Remove old artifacts in https://dist.apache.org/repos/dist/
257-
258-
There are RCs in https://dist.apache.org/repos/dist/dev/arrow/ and previous releases in https://dist.apache.org/repos/dist/release/arrow/ . RCs are needless after the vote passed. Previous releases should be removed from https://dist.apache.org/repos/dist/release/arrow/ . See also the ASF release document: https://www.apache.org/legal/release-policy.html#when-to-archive
259-
260-
We can remove old artifacts by the following script:
261-
262-
```shell
263-
./dev/release/remove-old-artifacts.sh
264-
```

dev/release/release-tarball.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,3 +74,6 @@ rm -rf ${tmp_dir}
7474
echo "Success!"
7575
echo "The release is available here:"
7676
echo " https://dist.apache.org/repos/dist/release/arrow/${release_version}"
77+
78+
echo "Clean up old artifacts from svn"
79+
"${SOURCE_TOP_DIR}"/dev/release/remove-old-artifacts.sh

object_store/dev/release/README.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -226,12 +226,3 @@ following commands
226226
cargo publish
227227
```
228228

229-
### Remove old artifacts in https://dist.apache.org/repos/dist/
230-
231-
There are RCs in https://dist.apache.org/repos/dist/dev/arrow/ and previous releases in https://dist.apache.org/repos/dist/release/arrow/ . RCs are needless after the vote passed. Previous releases should be removed from https://dist.apache.org/repos/dist/release/arrow/ . See also the ASF release document: https://www.apache.org/legal/release-policy.html#when-to-archive
232-
233-
We can remove old artifacts by the following script:
234-
235-
```shell
236-
./dev/release/remove-old-artifacts.sh
237-
```

object_store/dev/release/release-tarball.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,3 +74,6 @@ rm -rf ${tmp_dir}
7474
echo "Success!"
7575
echo "The release is available here:"
7676
echo " https://dist.apache.org/repos/dist/release/arrow/${release_version}"
77+
78+
echo "Clean up old artifacts from svn"
79+
"${SOURCE_TOP_DIR}"/dev/release/remove-old-artifacts.sh

0 commit comments

Comments
 (0)