commit:     d5dafa761b7b2bf853c4ed2ecb68a00781d5b2b5
Author:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 10 17:54:42 2017 +0000
Commit:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Tue Jul 11 02:42:00 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5dafa76

metadata/repoman/repository.yml: New config

This is currently only for the checks module configuration to
enable/disable module checks.
This is likely to be added to in later changes (perhaps individual
checks enable/disable within the module).

Signed-off-by: Brian Dolbec <dolsen <AT> gentoo.org>

 metadata/repoman/repository.yml | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/metadata/repoman/repository.yml b/metadata/repoman/repository.yml
new file mode 100644
index 00000000000..c055b702086
--- /dev/null
+++ b/metadata/repoman/repository.yml
@@ -0,0 +1,27 @@
+---
+# repository.yml
+#
+# This is the repository configuration file for repoman modules and 
+# individual checks (future)
+#
+
+# NOTE: for non-gentoo repos, any custom modules added will need their
+# module names to the modules list in order for them to run.
+
+# These are the non-mandatory modules that can be disabled/enabled.
+# use -foo notation to disable, just like use flags
+# Add custom modules to enable them too
+modules:
+    description
+    eapi
+    ebuild_metadata
+    fetches
+    files
+    keywords
+    live
+    manifests
+    multicheck
+    pkgmetadata
+    profile
+    restrict
+    ruby

Reply via email to