Title: [196516] trunk/Tools
Revision
196516
Author
[email protected]
Date
2016-02-12 14:37:50 -0800 (Fri, 12 Feb 2016)

Log Message

Open source bot watcher's dashboard fails assertion in BuildbotQueue.prototype.compareIterationsByRevisions
https://bugs.webkit.org/show_bug.cgi?id=154180

Reviewed by Alexey Proskuryakov.

* BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/Dashboard.js: Remove reference to Internal
repository.

Modified Paths

Diff

Modified: trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/Dashboard.js (196515 => 196516)


--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/Dashboard.js	2016-02-12 22:35:45 UTC (rev 196515)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/Dashboard.js	2016-02-12 22:37:50 UTC (rev 196516)
@@ -39,7 +39,6 @@
     Branch: {},
     Repository: {
         OpenSource: { name: "openSource", isSVN: true, order: 0 },
-        Internal: { name: "internal", isSVN: true, order: 1 },
     },
     get sortedPlatforms()
     {

Modified: trunk/Tools/ChangeLog (196515 => 196516)


--- trunk/Tools/ChangeLog	2016-02-12 22:35:45 UTC (rev 196515)
+++ trunk/Tools/ChangeLog	2016-02-12 22:37:50 UTC (rev 196516)
@@ -1,3 +1,13 @@
+2016-02-12  Jason Marcell  <[email protected]>
+
+        Open source bot watcher's dashboard fails assertion in BuildbotQueue.prototype.compareIterationsByRevisions
+        https://bugs.webkit.org/show_bug.cgi?id=154180
+
+        Reviewed by Alexey Proskuryakov.
+
+        * BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/Dashboard.js: Remove reference to Internal
+        repository.
+
 2016-02-12  Jer Noble  <[email protected]>
 
         [Mac] Adopt MediaResourceLoader (instead of CachedResourceLoader) in WebCoreNSURLSession.
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to