pitrou commented on code in PR #12945:
URL: https://github.com/apache/arrow/pull/12945#discussion_r855221942


##########
dev/release/verify-release-candidate.sh:
##########
@@ -895,6 +895,8 @@ ensure_source_directory() {
     fi
   fi
 
+  # Ensure ARROW_SOURCE_DIR is a safe.directory for git
+  git config --global --add safe.directory $ARROW_SOURCE_DIR

Review Comment:
   Hmm, this script can be run by developers on their local machine, can we run 
the `git config` only on CI configs? (for example in the parent script or yaml 
file)



-- 
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