Revision: 17750
Author:   [email protected]
Date:     Thu Nov 14 14:50:17 2013 UTC
Log:      Fixed blocking dcommit in push-to-trunk script.

BUG=
[email protected]

Review URL: https://codereview.chromium.org/72703002
http://code.google.com/p/v8/source/detail?r=17750

Modified:
 /branches/bleeding_edge/tools/push-to-trunk/push_to_trunk.py
 /branches/bleeding_edge/tools/push-to-trunk/test_scripts.py

=======================================
--- /branches/bleeding_edge/tools/push-to-trunk/push_to_trunk.py Tue Nov 12 13:11:15 2013 UTC +++ /branches/bleeding_edge/tools/push-to-trunk/push_to_trunk.py Thu Nov 14 14:50:17 2013 UTC
@@ -224,7 +224,7 @@
     TextToFile(GetLastChangeLogEntries(self.Config(CHANGELOG_FILE)),
                self.Config(CHANGELOG_ENTRY_FILE))

-    if self.Git("cl dcommit -v", "PRESUBMIT_TREE_CHECK=\"skip\"") is None:
+    if self.Git("cl dcommit -f", "PRESUBMIT_TREE_CHECK=\"skip\"") is None:
       self.Die("'git cl dcommit' failed, please try again.")


=======================================
--- /branches/bleeding_edge/tools/push-to-trunk/test_scripts.py Tue Nov 12 13:11:15 2013 UTC +++ /branches/bleeding_edge/tools/push-to-trunk/test_scripts.py Thu Nov 14 14:50:17 2013 UTC
@@ -384,7 +384,7 @@
        " 2 files changed\n",
         CheckPreparePush],
       ["cl upload -r \"[email protected]\" --send-mail", "done\n"],
-      ["cl dcommit -v", "Closing issue\n"],
+      ["cl dcommit -f", "Closing issue\n"],
       ["svn fetch", "fetch result\n"],
       ["checkout svn/bleeding_edge", ""],
       [("log -1 --format=%H --grep=\"Prepare push to trunk.  "

--
--
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.

Reply via email to