Title: [173875] trunk/Tools
- Revision
- 173875
- Author
- a...@apple.com
- Date
- 2014-09-23 09:56:49 -0700 (Tue, 23 Sep 2014)
Log Message
Trying to revive bot watcher's dashboard after HSTS.
Unreviewed.
* BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/WebKitBuildbot.js:
(WebKitBuildbot): It looks like XMLHttpRequest may not like HSTS redirects, let's try to avoid these.
Modified Paths
Diff
Modified: trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/WebKitBuildbot.js (173874 => 173875)
--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/WebKitBuildbot.js 2014-09-23 16:41:45 UTC (rev 173874)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/WebKitBuildbot.js 2014-09-23 16:56:49 UTC (rev 173875)
@@ -54,7 +54,7 @@
"EFL Linux 64-bit Release WK2 (Perf)": {platform: Dashboard.Platform.LinuxEFL, performance: true}
};
- Buildbot.call(this, "http://build.webkit.org/", queueInfo);
+ Buildbot.call(this, "https://build.webkit.org/", queueInfo);
};
BaseObject.addConstructorFunctions(WebKitBuildbot);
Modified: trunk/Tools/ChangeLog (173874 => 173875)
--- trunk/Tools/ChangeLog 2014-09-23 16:41:45 UTC (rev 173874)
+++ trunk/Tools/ChangeLog 2014-09-23 16:56:49 UTC (rev 173875)
@@ -1,3 +1,12 @@
+2014-09-23 Alexey Proskuryakov <a...@apple.com>
+
+ Trying to revive bot watcher's dashboard after HSTS.
+
+ Unreviewed.
+
+ * BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/WebKitBuildbot.js:
+ (WebKitBuildbot): It looks like XMLHttpRequest may not like HSTS redirects, let's try to avoid these.
+
2014-09-23 Tibor Meszaros <tmeszaros.u-sze...@partner.samsung.com>
Make Tools/BuildSlaveSupport/wait-for-SVN-server.py handle server donwtime
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes