[
https://issues.apache.org/jira/browse/ARROW-16353?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17630263#comment-17630263
]
Yibo Cai commented on ARROW-16353:
----------------------------------
Looks I cannot edit the wiki, though the confluence page Restriction says
"Everyone can view and edit this page".
> [Wiki] Release verification howto is obsolete
> ---------------------------------------------
>
> Key: ARROW-16353
> URL: https://issues.apache.org/jira/browse/ARROW-16353
> Project: Apache Arrow
> Issue Type: Improvement
> Components: Wiki
> Reporter: Yibo Cai
> Priority: Major
>
> https://cwiki.apache.org/confluence/display/ARROW/How+to+Verify+Release+Candidates#HowtoVerifyReleaseCandidates-LinuxandmacOS
> The example commands are wrong.
> E.g., {code:bash}TEST_DEFAULT=0 TEST_SOURCE=1 TEST_CPP=1
> verify-release-candidate.sh source $VERSION $RC_NUM{code}
> should be changed to
> {code:bash}TEST_DEFAULT=0 TEST_CPP=1 verify-release-candidate.sh $VERSION
> $RC_NUM{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)