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

Unified Diff: README.chromium

Issue 9113086: Add " (CQ)" to the author name in the console if the commit-queue was used. (Closed) Base URL: http://src.chromium.org/svn/trunk/tools/build/third_party/buildbot_8_4p1/
Patch Set: . Created 8 years, 11 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 | buildbot/status/web/templates/console.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: README.chromium
===================================================================
--- README.chromium (revision 113419)
+++ README.chromium (working copy)
@@ -1133,3 +1133,16 @@
result['builderName'] = self.getBuilderName()
+
+Add " (CQ)" to the author name in the console if the commit-queue was used.
+
+--- buildbot/status/web/templates/console.html (revision 113419)
++++ buildbot/status/web/templates/console.html (working copy)
+@@ -187,6 +187,7 @@
+ </td>
+ <td class='DevName {{ alt }}' width="1%">
+ {{ r.who|user }}
++ {{ r.cq }}
+ </td>
+
+ {% for c in categories %}
« no previous file with comments | « no previous file | buildbot/status/web/templates/console.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698