aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem/templates
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2011-07-20 12:01:48 +0000
committerMichael Scherer <misc@mageia.org>2011-07-20 12:01:48 +0000
commite43f9475183916cad6fb21fcf124a822ffe836f7 (patch)
tree9e1ad89d5389bdace83f9028cfdb93dcff2117d6 /modules/buildsystem/templates
parent6ffd74d658c98e821370815d53c02f691e113c44 (diff)
downloadpuppet-e43f9475183916cad6fb21fcf124a822ffe836f7.tar
puppet-e43f9475183916cad6fb21fcf124a822ffe836f7.tar.gz
puppet-e43f9475183916cad6fb21fcf124a822ffe836f7.tar.bz2
puppet-e43f9475183916cad6fb21fcf124a822ffe836f7.tar.xz
puppet-e43f9475183916cad6fb21fcf124a822ffe836f7.zip
deploy rpmlint configuration to use the auto extracted files
previously setup
Diffstat (limited to 'modules/buildsystem/templates')
-rw-r--r--modules/buildsystem/templates/rpmlint.conf7
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/buildsystem/templates/rpmlint.conf b/modules/buildsystem/templates/rpmlint.conf
new file mode 100644
index 00000000..b81f169b
--- /dev/null
+++ b/modules/buildsystem/templates/rpmlint.conf
@@ -0,0 +1,7 @@
+from Config import *
+execfile('/etc/rpmlint/extracted.d/distribution.exceptions.conf')
+
+for i in open('/etc/rpmlint/extracted.d/distribution.error.list').readlines():
+ setBadness(i, 10)
+
+