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

Unified Diff: scripts/master/factory/commands.py

Issue 157073002: Bot update! (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: No need to print message in chromium_util Created 6 years, 10 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 | scripts/slave/bot_update.py » ('j') | scripts/slave/bot_update.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/master/factory/commands.py
diff --git a/scripts/master/factory/commands.py b/scripts/master/factory/commands.py
index d89cc5be9cce03c1a5364e5b4a0f0a97e7c5f1d7..773023c34896d12b054831c2a99c9e165c313155 100644
--- a/scripts/master/factory/commands.py
+++ b/scripts/master/factory/commands.py
@@ -938,7 +938,8 @@ class FactoryCommands(object):
'root': '%(root:~src)s',
iannucci 2014/02/08 01:31:31 I'm not sure if the default of 'src' is really goo
Ryan Tseng 2014/02/08 01:52:21 Done.
'issue': '%(issue:-)s',
'patchset': '%(patchset:-)s',
- 'master': '%(mastername:-)s'
+ 'master': '%(mastername:-)s',
+ 'revision': '%(revision:-)s',
iannucci 2014/02/08 01:31:31 this should also pass through patch_url if it's de
Ryan Tseng 2014/02/08 01:52:21 Done.
}
for property_name, property_expr in PROPERTIES.iteritems():
« no previous file with comments | « no previous file | scripts/slave/bot_update.py » ('j') | scripts/slave/bot_update.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698