[
https://issues.apache.org/jira/browse/ARROW-17236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17573524#comment-17573524
]
Kouhei Sutou commented on ARROW-17236:
--------------------------------------
We also need to verify signature of R binaries with {{TEST_BINARY=1}}:
{noformat}
diff --git a/dev/release/download_rc_binaries.py
b/dev/release/download_rc_binaries.py
index 5401f11e8f..90105ce501 100755
--- a/dev/release/download_rc_binaries.py
+++ b/dev/release/download_rc_binaries.py
@@ -151,7 +151,7 @@ ARROW_REPOSITORY_PACKAGE_TYPES = [
'debian',
'ubuntu',
]
-ARROW_STANDALONE_PACKAGE_TYPES = ['nuget', 'python']
+ARROW_STANDALONE_PACKAGE_TYPES = ['nuget', 'python', 'r']
ARROW_PACKAGE_TYPES = \
ARROW_REPOSITORY_PACKAGE_TYPES + \
ARROW_STANDALONE_PACKAGE_TYPES
{noformat}
> [Release][R] Add verification for R binaries to rc script
> ---------------------------------------------------------
>
> Key: ARROW-17236
> URL: https://issues.apache.org/jira/browse/ARROW-17236
> Project: Apache Arrow
> Issue Type: Improvement
> Components: R
> Reporter: Jacob Wujciak-Jens
> Assignee: Jacob Wujciak-Jens
> Priority: Critical
> Fix For: 10.0.0
>
>
> As the R binaries are now part of the release process they need to be added
> to verify-release-candidate.sh
> See https://github.com/apache/arrow/pull/13622#issuecomment-1191006292
--
This message was sent by Atlassian Jira
(v8.20.10#820010)