diff options
author | Nicolas Vigier <boklm@mageia.org> | 2013-01-15 10:48:26 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2013-01-15 10:48:26 +0000 |
commit | 11ef6443c616edb491f0a2e9c7beeac62e280826 (patch) | |
tree | cb27edef86444cdd12f5b65677d5a5ae3111d32b /modules | |
parent | f834be65b4eb7812a5ec5acd512d0f3ea25afd68 (diff) | |
download | puppet-11ef6443c616edb491f0a2e9c7beeac62e280826.tar puppet-11ef6443c616edb491f0a2e9c7beeac62e280826.tar.gz puppet-11ef6443c616edb491f0a2e9c7beeac62e280826.tar.bz2 puppet-11ef6443c616edb491f0a2e9c7beeac62e280826.tar.xz puppet-11ef6443c616edb491f0a2e9c7beeac62e280826.zip |
buildsystem: Add rpmlint config for cauldron
Use different list of rpmlint errors for cauldron and Mageia 2.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/buildsystem/templates/youri/submit-upload.conf | 38 |
1 files changed, 32 insertions, 6 deletions
diff --git a/modules/buildsystem/templates/youri/submit-upload.conf b/modules/buildsystem/templates/youri/submit-upload.conf index 306c86a6..bbb8b220 100644 --- a/modules/buildsystem/templates/youri/submit-upload.conf +++ b/modules/buildsystem/templates/youri/submit-upload.conf @@ -204,15 +204,41 @@ checks: - dir-or-file-in-opt - dir-or-file-in-home - dir-or-file-in-var-local - - tmpfiles-conf-in-etc - - non-ghost-in-run - - non-ghost-in-var-run - - non-ghost-in-var-lock - - systemd-unit-in-etc - - udev-rule-in-etc cauldron: config: /usr/share/rpmlint/config path: /usr/bin/rpmlint + results: + - buildprereq-use + - no-description-tag + - no-summary-tag + - non-standard-group + - non-xdg-migrated-menu + - percent-in-conflicts + - percent-in-dependency + - percent-in-obsoletes + - percent-in-provides + - summary-ended-with-dot + - unexpanded-macro + - unknown-lsb-keyword + - malformed-line-in-lsb-comment-block + - empty-%postun + - empty-%post + - invalid-desktopfile + - standard-dir-owned-by-package + - use-tmp-in-%postun + - bogus-variable-use-in-%posttrans + - dir-or-file-in-usr-local + - dir-or-file-in-tmp + - dir-or-file-in-mnt + - dir-or-file-in-opt + - dir-or-file-in-home + - dir-or-file-in-var-local + - tmpfiles-conf-in-etc + - non-ghost-in-run + - non-ghost-in-var-run + - non-ghost-in-var-lock + - systemd-unit-in-etc + - udev-rule-in-etc 1: config: /usr/share/rpmlint/config.mga2 path: /usr/bin/mga2-rpmlint |