Title: [245605] trunk/Tools
Revision
245605
Author
[email protected]
Date
2019-05-21 17:43:37 -0700 (Tue, 21 May 2019)

Log Message

[ews-build] Use custom templates for Buildbot (follow-up fix)
https://bugs.webkit.org/show_bug.cgi?id=198076

Unreviewed minor follow-up fix.

* BuildSlaveSupport/ews-build/templates/build.jade:

Modified Paths

Diff

Modified: trunk/Tools/BuildSlaveSupport/ews-build/templates/build.jade (245604 => 245605)


--- trunk/Tools/BuildSlaveSupport/ews-build/templates/build.jade	2019-05-22 00:38:26 UTC (rev 245604)
+++ trunk/Tools/BuildSlaveSupport/ews-build/templates/build.jade	2019-05-22 00:43:37 UTC (rev 245605)
@@ -18,7 +18,7 @@
             span →
   .row
       uib-tabset
-          uib-tab(heading="Build stepsA")
+          uib-tab(heading="Build steps")
               buildsummary(ng-if="build", build="build", parentbuild="parent_build",
                            parentrelationship="buildset.parent_relationship")
           uib-tab(heading="Build Properties")
@@ -32,7 +32,7 @@
                 tr(ng-repeat="(name, value) in worker.workerinfo")
                   td.text-left {{ name }}
                   td.text-right {{ value }}
-          uib-tab(heading="Responsible UsersA")
+          uib-tab(heading="Responsible Users")
             ul.list-group
                 li.list-group-item(ng-repeat="(author, email) in responsibles")
                     .change-avatar
@@ -39,7 +39,7 @@
                         img(ng-src=""
                     a(ng-href=""
                         | {{ author }}
-          uib-tab(heading="ChangesAA")
+          uib-tab(heading="Changes")
               changelist(changes="changes")
           uib-tab(heading="Debug")
               h4

Modified: trunk/Tools/ChangeLog (245604 => 245605)


--- trunk/Tools/ChangeLog	2019-05-22 00:38:26 UTC (rev 245604)
+++ trunk/Tools/ChangeLog	2019-05-22 00:43:37 UTC (rev 245605)
@@ -1,3 +1,12 @@
+2019-05-21  Aakash Jain  <[email protected]>
+
+        [ews-build] Use custom templates for Buildbot (follow-up fix)
+        https://bugs.webkit.org/show_bug.cgi?id=198076
+
+        Unreviewed minor follow-up fix.
+
+        * BuildSlaveSupport/ews-build/templates/build.jade:
+
 2019-05-21  Alex Christensen  <[email protected]>
 
         Fix branch build.
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to