summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Dolbec <dolsen@gentoo.org>2017-07-10 17:54:42 +0000
committerBrian Dolbec <dolsen@gentoo.org>2017-07-15 02:20:06 +0000
commitbd13d0b9f8f09adf099e714bf100736f28784bc2 (patch)
tree3bc02f7266c773c43ec5ed1044c2b7016c217ec3
parentmetadata/repoman: Add new qa_data.yaml file (diff)
downloadgentoo-bd13d0b9f8f09adf099e714bf100736f28784bc2.tar.gz
gentoo-bd13d0b9f8f09adf099e714bf100736f28784bc2.tar.bz2
gentoo-bd13d0b9f8f09adf099e714bf100736f28784bc2.zip
metadata/repoman: Add new repository.yaml cofiguration file
This file is used to enable/disable scan_modules and linechecks modules.
-rw-r--r--metadata/repoman/repository.yaml71
1 files changed, 71 insertions, 0 deletions
diff --git a/metadata/repoman/repository.yaml b/metadata/repoman/repository.yaml
new file mode 100644
index 000000000000..e5d453d0d53e
--- /dev/null
+++ b/metadata/repoman/repository.yaml
@@ -0,0 +1,71 @@
+---
+# repository-modules.yaml
+#
+# This is the repository configuration file for repoman modules
+#
+# no random drive-by commits please
+# Please obtain authorization from the portage team
+#
+# Overlay maintainers override/add/negate checks at your discression
+# but support for third party module will be limited to the plugin API
+#
+
+# 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
+scan_modules:
+ description
+ eapi
+ ebuild_metadata
+ fetches
+ files
+ keywords
+ live
+ manifests
+ multicheck
+ pkgmetadata
+ profile
+ restrict
+ ruby
+
+linechecks_modules:
+ assignment
+ eapi3assignment
+ implicitdepend
+ hasq
+ useq
+ preservelib
+ bindnow
+ inherit
+ dosym
+ definition
+ srcprepare
+ eapi3deprecated
+ pkgpretend
+ eapi4incompatible
+ eapi4gonevars
+ paralleldisabled
+ autodefault
+ gentooheader
+ nooffset
+ nesteddie
+ patches
+ emakeparallel
+ srccompileeconf
+ srcunpackpatches
+ portageinternal
+ portageinternalvariableassignment
+ quote
+ quoteda
+ httpsuri
+ builtwith
+ uselesscds
+ uselessdodoc
+ whitespace
+ blankline
+ addpredict
+ noasneeded
+