diff options
author | Martin Roth <martinroth@google.com> | 2016-06-22 15:49:42 -0600 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2016-06-29 16:48:18 +0200 |
commit | deed18627dd0ab7f31176ff2c148e62a481daf48 (patch) | |
tree | e4f4122cc4e55439e0d268e49f635f4e06effd23 /util/gitconfig | |
parent | 165b6cf5c1192439838df83158c92313451f7777 (diff) |
rebase.sh: Update to current cros branch
Change-Id: I04add4e6fc957cb9a0cdefe79ec9e97e3cebdf8e
Signed-off-by: Martin Roth <martinroth@google.com>
Reviewed-on: https://review.coreboot.org/15322
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'util/gitconfig')
-rwxr-xr-x | util/gitconfig/rebase.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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: |