Title: [228156] trunk/Tools
Revision
228156
Author
mcatanz...@igalia.com
Date
2018-02-06 05:20:48 -0800 (Tue, 06 Feb 2018)

Log Message

Unreviewed, canonicalize contributors.json

After Thibault's addition, automatic checks complain about
contributors.json with:

"[...] Use "validate-committer-lists --canonicalize" to reformat
it. [...]"

Patch by Andres Gomez <ago...@igalia.com> on 2018-02-06

* Scripts/webkitpy/common/config/contributors.json: Canonicalize.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (228155 => 228156)


--- trunk/Tools/ChangeLog	2018-02-06 13:19:40 UTC (rev 228155)
+++ trunk/Tools/ChangeLog	2018-02-06 13:20:48 UTC (rev 228156)
@@ -1,5 +1,17 @@
 2018-02-06  Andres Gomez  <ago...@igalia.com>
 
+        Unreviewed, canonicalize contributors.json
+
+        After Thibault's addition, automatic checks complain about
+        contributors.json with:
+
+        "[...] Use "validate-committer-lists --canonicalize" to reformat
+        it. [...]"
+
+        * Scripts/webkitpy/common/config/contributors.json: Canonicalize.
+
+2018-02-06  Andres Gomez  <ago...@igalia.com>
+
         Unreviewed, add Lorenzo Tilve to contributors.json
 
         We need to add Loren to the contributors list in order to CC him

Modified: trunk/Tools/Scripts/webkitpy/common/config/contributors.json (228155 => 228156)


--- trunk/Tools/Scripts/webkitpy/common/config/contributors.json	2018-02-06 13:19:40 UTC (rev 228155)
+++ trunk/Tools/Scripts/webkitpy/common/config/contributors.json	2018-02-06 13:20:48 UTC (rev 228156)
@@ -5351,14 +5351,14 @@
       "status" : "committer"
    },
    "Thibault Saunier" : {
-     "emails" : [
-       "tsaun...@igalia.com",
-       "tsaun...@gnome.org"
-     ],
-     "expertise" : "WebRTC",
-     "nicks" : [
-       "thiblahute"
-     ]
+      "emails" : [
+         "tsaun...@igalia.com",
+         "tsaun...@gnome.org"
+      ],
+      "expertise" : "WebRTC",
+      "nicks" : [
+         "thiblahute"
+      ]
    },
    "Thomas Sepez" : {
       "emails" : [
@@ -5991,4 +5991,4 @@
       ],
       "status" : "reviewer"
    }
-}
+}
\ No newline at end of file
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to