[coreboot-gerrit] New patch to review for coreboot: rebase.sh: Update to current cros branch

Martin Roth (martinroth@google.com) gerrit at coreboot.org
Thu Jun 23 00:02:15 CEST 2016


Martin Roth (martinroth at google.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/15322

-gerrit

commit 142dccd74dfe2c93c3cbd05292cf09d6b1318d4b
Author: Martin Roth <martinroth at google.com>
Date:   Wed Jun 22 15:49:42 2016 -0600

    rebase.sh: Update to current cros branch
    
    Change-Id: I04add4e6fc957cb9a0cdefe79ec9e97e3cebdf8e
    Signed-off-by: Martin Roth <martinroth at google.com>
---
 util/gitconfig/rebase.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/util/gitconfig/rebase.sh b/util/gitconfig/rebase.sh
index 26cec55..7fc3b09 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:
@@ -45,3 +45,4 @@ commit_message | tac | awk '/^$/ {
 		else
 			print $0;
 	}' | tac | git commit --amend -F -
+



More information about the coreboot-gerrit mailing list