Switch scripts over to use main branch

This will be needed to switch over to main branch in coreboot

Change-Id: I90fadf2352d56074ce8b58d559a73b0c53fac14b
Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/75782
Reviewed-by: Patrick Georgi <patrick@coreboot.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Stefan Reinauer 2023-09-12 08:38:19 -07:00
parent d30e081295
commit b8a71b46fb
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
# SPDX-License-Identifier: GPL-2.0-only
# Adapt to your remote branch:
BRANCH="origin/master"
BRANCH="origin/main"
# When pulling in patches from another tree from a gerrit repository,
# do the following at the end of a larger cherry-pick series:
@ -24,7 +24,7 @@ commit_message() {
ORIGIN_HOST=$( commit_message |grep "^Reviewed-on: " |head -1 |cut -d/ -f3 )
case "${ORIGIN_HOST}" in
review.coreboot.org)
BRANCH="origin/master"
BRANCH="origin/main"
MESSAGE_PREFIX="UPSTREAM: "
;;
chromium-review.googlesource.com)