diff options
author | Michael Scherer <misc@mageia.org> | 2011-07-31 15:55:15 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2011-07-31 15:55:15 +0000 |
commit | 2e1f9db2ee2ad9f0ef0c32958c2bf57fa27617b3 (patch) | |
tree | de412862fd33fbdde5853149dc98b00dc15fed7a /modules/buildsystem/templates | |
parent | 4ec2977e2847002b76e57ceb9c8fe650e820dc72 (diff) | |
download | puppet-2e1f9db2ee2ad9f0ef0c32958c2bf57fa27617b3.tar puppet-2e1f9db2ee2ad9f0ef0c32958c2bf57fa27617b3.tar.gz puppet-2e1f9db2ee2ad9f0ef0c32958c2bf57fa27617b3.tar.bz2 puppet-2e1f9db2ee2ad9f0ef0c32958c2bf57fa27617b3.tar.xz puppet-2e1f9db2ee2ad9f0ef0c32958c2bf57fa27617b3.zip |
do add more stringent check on upload, as said on -dev
Diffstat (limited to 'modules/buildsystem/templates')
-rw-r--r-- | modules/buildsystem/templates/submit-upload.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/buildsystem/templates/submit-upload.conf b/modules/buildsystem/templates/submit-upload.conf index 37a5c9ef..2e4a32b3 100644 --- a/modules/buildsystem/templates/submit-upload.conf +++ b/modules/buildsystem/templates/submit-upload.conf @@ -122,6 +122,13 @@ checks: - percent-in-provides - summary-ended-with-dot - unexpanded-macro + - missing-lsb-keyword + - malformed-line-in-lsb-comment-block + - empty-%postun + - empty-%post + - invalid-desktopfile + - unknown-lsb-keyword + - standard-dir-owned-by-package svn: class: Youri::Submit::Check::SVN |