From cd66f6723d966ec33c0d132d322b51fb02dd36c6 Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Wed, 22 Jun 2016 15:49:42 -0600 Subject: [PATCH] UPSTREAM: rebase.sh: Update to current cros branch Change-Id: I04add4e6fc957cb9a0cdefe79ec9e97e3cebdf8e Signed-off-by: Martin Roth Reviewed-on: https://review.coreboot.org/15322 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi Reviewed-on: https://chromium-review.googlesource.com/357666 Commit-Ready: Furquan Shaikh Tested-by: Furquan Shaikh Reviewed-by: Aaron Durbin --- util/gitconfig/rebase.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/gitconfig/rebase.sh b/util/gitconfig/rebase.sh index 26cec55fde..4b098c199c 100755 --- a/util/gitconfig/rebase.sh +++ b/util/gitconfig/rebase.sh @@ -13,7 +13,7 @@ # # Adapt to your remote branch: -BRANCH="cros/chromeos-2015.07" +BRANCH="cros/chromeos-2016.05" # When pulling in patches from another tree from a gerrit repository, # do the following at the end of a larger cherry-pick series: