forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata.xml
41 lines (41 loc) · 1.55 KB
/
metadata.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<longdescription>
Snapper is a command-line program for filesystem snapshot management.
It can create, delete and compare snapshots and undo changes done
between snapshots. It supports both btrfs and ext4.
</longdescription>
<maintainer type="person">
<email>[email protected]</email>
<name>Dainius Masiliūnas (GreatEmerald)</name>
<description>Proxied maintainer; set to assignee in all bugs</description>
</maintainer>
<maintainer type="person">
<email>[email protected]</email>
<name>Yixun Lan</name>
<description>co-maintainer, CC bugs</description>
</maintainer>
<maintainer type="project">
<email>[email protected]</email>
<name>Proxy Maintainers</name>
</maintainer>
<upstream>
<maintainer status="active">
<email>[email protected]</email>
<name>Arvin Schnell</name>
</maintainer>
<changelog>https://raw.github.com/openSUSE/snapper/master/package/snapper.changes</changelog>
<bugs-to>https://bugzilla.novell.com/</bugs-to>
<remote-id type="github">openSUSE/snapper</remote-id>
</upstream>
<use>
<flag name="xattr">
Add support for getting and setting POSIX extended attributes, through
<pkg>sys-apps/attr</pkg>.
</flag>
<flag name="btrfs">Include Btrfs support <pkg>sys-fs/btrfs-progs</pkg></flag>
<flag name="ext4">Include Ext4 support <pkg>sys-fs/e2fsprogs</pkg></flag>
<flag name="lvm">Enable LVM thinprovisioned snapshots support <pkg>sys-fs/lvm2</pkg></flag>
</use>
</pkgmetadata>