diff options
| author | Filip Kastl <fkastl@suse.cz> | 2025-08-17 12:56:03 +0200 |
|---|---|---|
| committer | Filip Kastl <fkastl@suse.cz> | 2025-08-17 12:56:03 +0200 |
| commit | baa5cc8230738df1e738419c9b3ed0af405a5954 (patch) | |
| tree | ad87970a1b2b499c176be61c02b1c9ce7e1de930 /contrib | |
| parent | 07a0baa7609a5a78d8b4a3c17897768fb2119605 (diff) | |
MAINTAINERS, contrib: Appease check-MAINTAINERS.py (email order)
The contrib/check-MAINTAINERS.py script sorts by surname, name, bugzilla
handle and email (in this order). Document this. Switch around Andrew
Pinski's entries in Contributing under DCO.
Pushing as obvious.
ChangeLog:
* MAINTAINERS: Switch around Andrew Pinski's entries in
Contributing under DCO.
contrib/ChangeLog:
* check-MAINTAINERS.py: Document the way the script sorts
entries.
Signed-off-by: Filip Kastl <fkastl@suse.cz>
Diffstat (limited to 'contrib')
| -rwxr-xr-x | contrib/check-MAINTAINERS.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/check-MAINTAINERS.py b/contrib/check-MAINTAINERS.py index ba2cdb40129..881c7570ac2 100755 --- a/contrib/check-MAINTAINERS.py +++ b/contrib/check-MAINTAINERS.py @@ -19,8 +19,8 @@ # the Free Software Foundation, 51 Franklin Street, Fifth Floor, # Boston, MA 02110-1301, USA. -# Check that names in the file are sorted -# alphabetically by surname. +# Check that names in the file are sorted alphabetically by surname, name +# bugzilla handle and email (in this order). import locale import sys |
