You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/04/21 14:03:32 UTC

[GitHub] [arrow] pitrou commented on a diff in pull request #12945: ARROW-162219: [CI] Fix git config to prevent SCM tools failure

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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org