Jon Murphy has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/79143?usp=email )
Change subject: cross-repo-cherrypick: Update downstream branch ......................................................................
cross-repo-cherrypick: Update downstream branch
ChromeOS has switched to using the main branch, update accordingly.
BUG=b:294218930 TEST=None
Change-Id: I31f67ef4fb175a4e4896b5bed81d5ae1cdddb827 Signed-off-by: Jon Murphy jpmurphy@google.com --- M util/scripts/cross-repo-cherrypick 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/43/79143/1
diff --git a/util/scripts/cross-repo-cherrypick b/util/scripts/cross-repo-cherrypick index b27ff43..21f2fb1 100755 --- a/util/scripts/cross-repo-cherrypick +++ b/util/scripts/cross-repo-cherrypick @@ -28,7 +28,7 @@ MESSAGE_PREFIX="UPSTREAM: " ;; chromium-review.googlesource.com) - BRANCH="cros/chromeos-2016.05" + BRANCH="cros/main" MESSAGE_PREFIX="" ;; esac