diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-03-16 15:04:47 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-03-16 17:42:19 +0100 |
commit | 05f3b5ac7f32ea6cc7a8a678568ddaa3ce2090a1 (patch) | |
tree | 3e928cad2785cbe20b65c9ccccca7e86d32f2bd6 /app-shells/quoter | |
parent | */*: Add 'proxied="proxy"' for proxy-maint project (diff) | |
download | gentoo-05f3b5ac7f32ea6cc7a8a678568ddaa3ce2090a1.tar.gz gentoo-05f3b5ac7f32ea6cc7a8a678568ddaa3ce2090a1.tar.bz2 gentoo-05f3b5ac7f32ea6cc7a8a678568ddaa3ce2090a1.zip |
*/*: Add proxied="yes" for non-@gentoo.org people
Done via:
find -name metadata.xml -exec xml ed -P -L \
-a '/pkgmetadata/maintainer[substring(email,
string-length(email) - string-length("@gentoo.org") + 1)
!= "@gentoo.org"]' \
-t attr -n proxied -v yes {} +
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-shells/quoter')
-rw-r--r-- | app-shells/quoter/metadata.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-shells/quoter/metadata.xml b/app-shells/quoter/metadata.xml index 3a2246e9e6b4..25103a0d3a71 100644 --- a/app-shells/quoter/metadata.xml +++ b/app-shells/quoter/metadata.xml @@ -5,7 +5,7 @@ <email>mgorny@gentoo.org</email> <name>Michał Górny</name> </maintainer> - <maintainer type="person"> + <maintainer type="person" proxied="yes"> <email>martin@mvath.de</email> <name>Martin Väth</name> <description>Upstream developer, CC on bugs, do not copy ebuilds |