diff options
author | Patrick Georgi <patrick@georgi-clan.de> | 2015-08-28 20:27:28 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2015-08-28 18:41:21 +0000 |
commit | bf8589e95760226dd591ea57d656e1b4aa94bea5 (patch) | |
tree | 08d31cbc41c4061fd6e965d0556993b2d89b4881 | |
parent | 5c25d0e8cc150e6be5f6e305ed9a98abab1a8e2f (diff) | |
download | coreboot-bf8589e95760226dd591ea57d656e1b4aa94bea5.tar.xz |
gitconfig/rebase.sh: adapt default branch name
Whatever it is, it likely won't be cros/chromeos-2013.04 anymore.
Change-Id: I020b65a7406e3bef7d1c8fad8c530354b1f78819
Signed-off-by: Patrick Georgi <patrick@georgi-clan.de>
Reviewed-on: http://review.coreboot.org/11438
Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Tested-by: build bot (Jenkins)
-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 4bc32a4cde..26cec55fde 100755 --- a/util/gitconfig/rebase.sh +++ b/util/gitconfig/rebase.sh @@ -13,7 +13,7 @@ # # Adapt to your remote branch: -BRANCH="cros/chromeos-2013.04" +BRANCH="cros/chromeos-2015.07" # When pulling in patches from another tree from a gerrit repository, # do the following at the end of a larger cherry-pick series: |