raulcd commented on code in PR #40834:
URL: https://github.com/apache/arrow/pull/40834#discussion_r1540960664


##########
docs/source/developers/release_verification.rst:
##########
@@ -44,20 +44,36 @@ Linux and macOS
 In order to run the verification script either for the source release or the
 binary artifacts see the following guidelines:
 
+Required source verification
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Individuals are REQUIRED to download all signed source code packages onto their
+own hardware, validate all cryptographic signatures, compile as provided,
+and test the result on their own platform in order to cast a +1 vote.
+
 .. code-block::
 
    # this will create and automatically clean up a temporary directory for the 
verification environment and will run the source verification
    TEST_DEFAULT=0 TEST_SOURCE=1 verify-release-candidate.sh $VERSION $RC_NUM

Review Comment:
   @kou the only thing that I am not entirely sure whether is required or not 
in order to run verification is the integration tests that would be run here. 
Should we add those to some extra checks?
   Do you think there is something we can strip from the current `TEST_SOURCE`?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to