aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Murphy <jpmurphy@google.com>2023-11-17 20:54:50 -0700
committerSubrata Banik <subratabanik@google.com>2023-11-20 07:40:11 +0000
commit193e9e852904fb807e1bc53c01633c0e8225d0bf (patch)
tree0c15b9c382b7e42471012b567fb9285540ad3676
parentb558758554d6fc2cc3b672b947c11b32463fc3fb (diff)
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> Reviewed-on: https://review.coreboot.org/c/coreboot/+/79143 Reviewed-by: Eric Lai <ericllai@google.com> Reviewed-by: Subrata Banik <subratabanik@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
-rwxr-xr-xutil/scripts/cross-repo-cherrypick2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/scripts/cross-repo-cherrypick b/util/scripts/cross-repo-cherrypick
index b27ff4375a..21f2fb1d40 100755
--- a/util/scripts/cross-repo-cherrypick
+++ b/util/scripts/cross-repo-cherrypick
@@ -28,7 +28,7 @@ case "${ORIGIN_HOST}" in
MESSAGE_PREFIX="UPSTREAM: "
;;
chromium-review.googlesource.com)
- BRANCH="cros/chromeos-2016.05"
+ BRANCH="cros/main"
MESSAGE_PREFIX=""
;;
esac