lafiona commented on a change in pull request #12489: URL: https://github.com/apache/arrow/pull/12489#discussion_r818005553
########## 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: I have also reverted the changes to `post-04-website.sh` and `post-09-docs.sh`, as they also reference another repository, `apache/arrow-site`. -- 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