Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(214)

Unified Diff: tools/clang/scripts/upload_revision.py

Issue 2581113002: clang upload script: Skip prompt for commit message (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/clang/scripts/upload_revision.py
diff --git a/tools/clang/scripts/upload_revision.py b/tools/clang/scripts/upload_revision.py
index 8a7994e25519f4ebc291d3a00548c2e4ad6c4c24..8eb4eb3e7e26158c917bfffd7c716d3561f05589 100755
--- a/tools/clang/scripts/upload_revision.py
+++ b/tools/clang/scripts/upload_revision.py
@@ -72,7 +72,7 @@ def main():
Git(["commit", "-m", "Roll clang {}:{}.\n\n{}".format(
clang_old_revision, clang_revision, commit_message)])
- Git(["cl", "upload"])
+ Git(["cl", "upload", "-f"])
Git(["cl", "try", "-b", "linux_upload_clang", "-r", git_revision])
Git(["cl", "try", "-b", "mac_upload_clang", "-r", git_revision])
Git(["cl", "try", "-b", "win_upload_clang", "-r", git_revision])
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698