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

Unified Diff: apply_issue.py

Issue 1380093003: apply_issue: 89 ret code on network/Rietveld failures. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Created 5 years, 2 months 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: apply_issue.py
diff --git a/apply_issue.py b/apply_issue.py
index ba389878fbacb717296276fcbc534713401ecae4..923546ae2403a688c3312ef044230a24ec810398 100755
--- a/apply_issue.py
+++ b/apply_issue.py
@@ -209,7 +209,9 @@ def main():
'Try visiting %s/%d') % (
issue_to_apply, patchset_to_apply,
options.server, issue_to_apply)
- return 1
+ # Special code for bot_update to indicate that cause is network or
+ # Rietveld.
+ return 89
Sergiy Byelozyorov 2015/10/02 11:49:54 Ah.. since this is not in bot_update, I'd use next
tandrii(chromium) 2015/10/02 11:53:53 OK, 3 because 2 is from argparse: https://hg.pytho
if options.whitelist:
patchset.patches = [patch for patch in patchset.patches
if patch.filename in options.whitelist]
« 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