Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/molecule/
Date: Sun, 11 Feb 2018 10:53:33
Message-Id: 1518346320.d008fa3723696504d3be8e29a0c1be3703e57550.mgorny@gentoo
1 commit: d008fa3723696504d3be8e29a0c1be3703e57550
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 11 10:46:58 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 11 10:52:00 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d008fa37
7
8 dev-util/molecule: Remove useless maintainer <description/>
9
10 Remove useless/redundant maintainer <description/>. It does not benefit
11 bug wrangling, and only wastes developer's time on reading it. Few tips:
12
13 - assignee/CC is implied by ordering, there is no reason to repeat it,
14 - we know that maintainer is maintainer (la la la la la),
15 - most of adjectives for maintainer are of no value and/or are obvious.
16
17 dev-util/molecule/metadata.xml | 2 --
18 1 file changed, 2 deletions(-)
19
20 diff --git a/dev-util/molecule/metadata.xml b/dev-util/molecule/metadata.xml
21 index acee678928c..1357e0ab5dc 100644
22 --- a/dev-util/molecule/metadata.xml
23 +++ b/dev-util/molecule/metadata.xml
24 @@ -4,12 +4,10 @@
25 <maintainer type="person">
26 <email>mudler@g.o</email>
27 <name>Ettore Di Giacinto</name>
28 - <description>Assign bugs to him</description>
29 </maintainer>
30 <maintainer type="person">
31 <email>lxnay@g.o</email>
32 <name>Fabio Erculiani</name>
33 - <description>CC on bugs</description>
34 </maintainer>
35 <use>
36 <flag name="plugins">Add plugins provided by dev-util/molecule-plugins</flag>