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/vzdump | |
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/vzdump')
-rw-r--r-- | app-backup/vzdump/metadata.xml | 8 |
1 files changed, 4 insertions, 4 deletions
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: |