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

Unified Diff: config/master.tryserver/try_job_svn.py

Issue 14411: Add removed a configuration line by error, causing a runtime exception. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/buildbot/
Patch Set: Created 12 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: config/master.tryserver/try_job_svn.py
===================================================================
--- config/master.tryserver/try_job_svn.py (revision 6963)
+++ config/master.tryserver/try_job_svn.py (working copy)
@@ -36,6 +36,7 @@
email = options.get('email', None)
if 'user' in options and not email:
email = '%s@%s' % (user, config.Master.master_domain)
+ root = options.get('root', None)
clobber = options.get('clobber', False)
# -pN argument to patch.
patchlevel = options.get('patchlevel', 0)
« 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