diff options
author | Michał Górny <mgorny@gentoo.org> | 2016-06-19 08:23:17 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2016-06-19 08:24:25 +0200 |
commit | aa2f2da2006650d40d43d982eb526f9809789e85 (patch) | |
tree | 5d9a5b8d684808e8268f1c458155f9996371388f /app-backup | |
parent | dev-ruby/sprockets: add 3.6.1 (diff) | |
download | gentoo-aa2f2da2006650d40d43d982eb526f9809789e85.tar.gz gentoo-aa2f2da2006650d40d43d982eb526f9809789e85.tar.bz2 gentoo-aa2f2da2006650d40d43d982eb526f9809789e85.zip |
Multiple metadata.xml: reorder to make sure assignee goes first
Reorder all metadata.xml files with explicit descriptions requesting
particular bug assignment/CC to ensure that the requested assignee
always goes first, in order to match the bug wrangling policies.
Diffstat (limited to 'app-backup')
-rw-r--r-- | app-backup/amanda/metadata.xml | 10 | ||||
-rw-r--r-- | app-backup/vzdump/metadata.xml | 8 |
2 files changed, 9 insertions, 9 deletions
diff --git a/app-backup/amanda/metadata.xml b/app-backup/amanda/metadata.xml index 110b16946da2..e191fc902dcf 100644 --- a/app-backup/amanda/metadata.xml +++ b/app-backup/amanda/metadata.xml @@ -9,17 +9,17 @@ <maintainer type="person"> <email>lists@xunil.at</email> <name>Stefan G. Weichinger</name> - <description>Proxied developer; set to assignee in all bugs</description> + <description>Proxied developer</description> + </maintainer> + <maintainer type="project"> + <email>proxy-maint@gentoo.org</email> + <name>Proxy Maintainers</name> </maintainer> <maintainer type="person"> <email>dustin@v.igoro.us</email> <description>Upstream. Please CC on bugs.</description> <name>Dustin J. Mitchell</name> </maintainer> - <maintainer type="project"> - <email>proxy-maint@gentoo.org</email> - <name>Proxy Maintainers</name> - </maintainer> <use> <flag name="xfs">Support for backing up raw XFS filesystems using xfsdump</flag> <flag name="s3">Support for backing up to the Amazon S3 system</flag> diff --git a/app-backup/vzdump/metadata.xml b/app-backup/vzdump/metadata.xml index 2f0236f67abc..f1d95ea268ea 100644 --- a/app-backup/vzdump/metadata.xml +++ b/app-backup/vzdump/metadata.xml @@ -2,14 +2,14 @@ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <maintainer type="person"> - <email>pva@gentoo.org</email> - <name>Peter Volkov</name> -</maintainer> -<maintainer type="person"> <email>andreis.vinogradovs@gmail.com</email> <name>Andreis Vinogradovs</name> <description>Primary maintainer, assign bugs to him</description> </maintainer> +<maintainer type="person"> + <email>pva@gentoo.org</email> + <name>Peter Volkov</name> +</maintainer> <longdescription lang="en"> vzdump is a utility to make consistent snapshots of running OpenVZ VEs. It basically creates a tar archive of the VE private area, which also includes the VE configuration files. There are several ways to provide consistency: |