summaryrefslogtreecommitdiff
path: root/app-admin/clsync/metadata.xml
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
commitd87262dd706fec50cd150aab3e93883b6337466d (patch)
tree246b44c33ad7a57550430b0a60fa0df86a3c9e68 /app-admin/clsync/metadata.xml
parent71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-admin/clsync/metadata.xml')
-rw-r--r--app-admin/clsync/metadata.xml30
1 files changed, 0 insertions, 30 deletions
diff --git a/app-admin/clsync/metadata.xml b/app-admin/clsync/metadata.xml
deleted file mode 100644
index 9cbe60e8159c..000000000000
--- a/app-admin/clsync/metadata.xml
+++ /dev/null
@@ -1,30 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>bircoph@gentoo.org</email>
- <name>Andrew Savchenko</name>
- </maintainer>
- <longdescription>
- Clsync recursively watches for source directory and executes external
- program to sync the changes. Clsync is adapted to be used together with rsync.
- This utility is much more lightweight than competitors and supports such
- features as separate queue for big files, regex file filter, multi-threading
- and multicast notifing clsync instances on another nodes to prevent loop
- syncing. Clsync can use advanced features for isolation: capabilities, cgroups,
- namespaces, seccomp, code hardening.
-</longdescription>
- <use>
- <flag name="cluster">Enable clustering support (allows master-master clsync on multiple hosts). Not fully implemented yet.</flag>
- <flag name="control-socket">Enable AF_UNIX control socket support.</flag>
- <flag name="cgroups">Use cgroups to limit /dev access.</flag>
- <flag name="extra-debug">Enable extra debugging. This will hurt performance badly. Be ready for tons of output.</flag>
- <flag name="extra-hardened">Enable extra security checks. This will hurt performance.</flag>
- <flag name="gio">Enable GIO for FS monitoring (glib based alternative to inotify interface, not recommended; if both are compiled, may be selected at runtime).</flag>
- <flag name="highload-locks">Allows to use spinlocks for short delays instead of mutexes, but only on SMP systems.</flag>
- <flag name="namespaces">Enable namespaces isolation.</flag>
- </use>
- <upstream>
- <remote-id type="github">xaionaro/clsync</remote-id>
- </upstream>
-</pkgmetadata>