Revision: 18648
Author: [email protected]
Date: Thu Jan 16 14:40:56 2014 UTC
Log: Fix tree check in merge-to-branch script.
BUG=
[email protected]
Review URL: https://codereview.chromium.org/138963006
http://code.google.com/p/v8/source/detail?r=18648
Modified:
/branches/bleeding_edge/tools/merge-to-branch.sh
=======================================
--- /branches/bleeding_edge/tools/merge-to-branch.sh Wed Jan 8 14:04:14
2014 UTC
+++ /branches/bleeding_edge/tools/merge-to-branch.sh Thu Jan 16 14:40:56
2014 UTC
@@ -243,7 +243,9 @@
git checkout $BRANCHNAME \
|| die "cannot ensure that the current branch is $BRANCHNAME"
wait_for_lgtm
- PRESUBMIT_TREE_CHECK="skip" git cl dcommit \
+ PRESUBMIT_TREE_CHECK="skip" git cl presubmit \
+ || die "presubmit failed"
+ PRESUBMIT_TREE_CHECK="skip" git cl dcommit --bypass-hooks \
|| die "failed to commit to $MERGE_TO_BRANCH"
fi
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.