kou commented on code in PR #40834:
URL: https://github.com/apache/arrow/pull/40834#discussion_r1542084436
##########
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:
I think that we should keep running integration test with `TEST_SOURCE=1`.
Because I think that it's included in " compile as provided, and test the
result".
--
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]