You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Yibo Cai (Jira)" <ji...@apache.org> on 2022/04/27 01:38:00 UTC

[jira] [Created] (ARROW-16353) [Wiki] Release verification howto is obsolete

Yibo Cai created ARROW-16353:
--------------------------------

             Summary: [Wiki] Release verification howto is obsolete
                 Key: ARROW-16353
                 URL: https://issues.apache.org/jira/browse/ARROW-16353
             Project: Apache Arrow
          Issue Type: Bug
          Components: Wiki
            Reporter: Yibo Cai


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.7#820007)