nealrichardson commented on a change in pull request #12489:
URL: https://github.com/apache/arrow/pull/12489#discussion_r818069527



##########
File path: dev/release/post-13-msys2.sh
##########
@@ -45,10 +45,13 @@ if ! git remote | grep -q '^upstream$'; then
   exit 1
 fi
 
+SOURCE_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
+source "${SOURCE_DIR}/git-vars.sh"
+
 echo "Updating repository: ${repository}"
 git fetch --all --prune --tags --force -j$(nproc)
-git checkout master
-git rebase upstream/master
+git checkout ${DEFAULT_BRANCH}
+git rebase upstream/${DEFAULT_BRANCH}

Review comment:
       Keep the arrow-site ones in, that's another of our repos that we'll 
switch over to `main` (see also ARROW-15694)




-- 
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-unsubscr...@arrow.apache.org

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


Reply via email to