Title: [293849] trunk/Websites/bugs.webkit.org
Revision
293849
Author
jbed...@apple.com
Date
2022-05-05 11:31:57 -0700 (Thu, 05 May 2022)

Log Message

[bugs.webkit.org] Replace svn.webkit.org in committers autocomplete
https://bugs.webkit.org/show_bug.cgi?id=240090
<rdar://problem/92758558>

Reviewed by Aakash Jain.

* Websites/bugs.webkit.org/committers-autocomplete.js: Replace
svn.webkit.org with raw.githubusercontent.com.

Canonical link: https://commits.webkit.org/250319@main

Modified Paths

Diff

Modified: trunk/Websites/bugs.webkit.org/ChangeLog (293848 => 293849)


--- trunk/Websites/bugs.webkit.org/ChangeLog	2022-05-05 18:28:40 UTC (rev 293848)
+++ trunk/Websites/bugs.webkit.org/ChangeLog	2022-05-05 18:31:57 UTC (rev 293849)
@@ -1,3 +1,13 @@
+2022-05-04  Jonathan Bedard  <jbed...@apple.com>
+
+        [bugs.webkit.org] Replace svn.webkit.org in committers autocomplete
+        https://bugs.webkit.org/show_bug.cgi?id=240090
+        <rdar://problem/92758558>
+
+        Reviewed by Aakash Jain.
+
+        * committers-autocomplete.js: Replace svn.webkit.org with raw.githubusercontent.com.
+
 2022-03-31  Myles C. Maxfield  <mmaxfi...@apple.com>
 
         [Bugzilla] Code reviews show non-ASCII characters in patches as garbage

Modified: trunk/Websites/bugs.webkit.org/committers-autocomplete.js (293848 => 293849)


--- trunk/Websites/bugs.webkit.org/committers-autocomplete.js	2022-05-05 18:28:40 UTC (rev 293848)
+++ trunk/Websites/bugs.webkit.org/committers-autocomplete.js	2022-05-05 18:31:57 UTC (rev 293849)
@@ -24,7 +24,7 @@
 // DAMAGE.
 
 WebKitCommitters = (function() {
-    var COMMITTERS_URL = 'https://svn.webkit.org/repository/webkit/trunk/metadata/contributors.json';
+    var COMMITTERS_URL = 'https://raw.githubusercontent.com/WebKit/WebKit/main/metadata/contributors.json';
     var m_committers;
 
     function statusToType(status) {
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to