/[adm]/puppet/deployment/mga_buildsystem/manifests/config.pp
ViewVC logotype

Diff of /puppet/deployment/mga_buildsystem/manifests/config.pp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3200 by boklm, Thu May 23 18:04:25 2013 UTC revision 3201 by boklm, Thu May 23 18:04:28 2013 UTC
# Line 297  class mga_buildsystem::config { Line 297  class mga_buildsystem::config {
297              ],              ],
298      }      }
299    
300        # rpmlint check options for Mageia 3
301        $mga3_rpmlint = {
302            'config' => '/usr/share/rpmlint/config',
303            'path' => '/usr/bin/rpmlint',
304            'results' => [
305                'buildprereq-use',
306                'no-description-tag',
307                'no-summary-tag',
308                'non-standard-group',
309                'non-xdg-migrated-menu',
310                'percent-in-conflicts',
311                'percent-in-dependency',
312                'percent-in-obsoletes',
313                'percent-in-provides',
314                'summary-ended-with-dot',
315                'unexpanded-macro',
316                'unknown-lsb-keyword',
317                'malformed-line-in-lsb-comment-block',
318                'empty-%postun',
319                'empty-%post',
320                'invalid-desktopfile',
321                'standard-dir-owned-by-package',
322                'use-tmp-in-%postun',
323                'bogus-variable-use-in-%posttrans',
324                'dir-or-file-in-usr-local',
325                'dir-or-file-in-tmp',
326                'dir-or-file-in-mnt',
327                'dir-or-file-in-opt',
328                'dir-or-file-in-home',
329                'dir-or-file-in-var-local',
330                'tmpfiles-conf-in-etc',
331                'non-ghost-in-run',
332                'non-ghost-in-var-run',
333                'non-ghost-in-var-lock',
334                'systemd-unit-in-etc',
335                'udev-rule-in-etc',
336            ],
337        }
338    
339      # rpmlint check options for cauldron      # rpmlint check options for cauldron
340      $cauldron_rpmlint = {      $cauldron_rpmlint = {
341          'config' => '/usr/share/rpmlint/config',          'config' => '/usr/share/rpmlint/config',
# Line 464  class mga_buildsystem::config { Line 503  class mga_buildsystem::config {
503                      'upload' => {                      'upload' => {
504                          'targets' => $std_youri_upload_targets,                          'targets' => $std_youri_upload_targets,
505                          'checks' => {                          'checks' => {
506                              'rpmlint' => $mga2_rpmlint,                              'rpmlint' => $mga3_rpmlint,
507                          },                          },
508                      },                      },
509                      'todo' => {                      'todo' => {
510                          'targets' => $std_youri_todo_targets,                          'targets' => $std_youri_todo_targets,
511                          'checks' => {                          'checks' => {
512                              'rpmlint' => $mga2_rpmlint,                              'rpmlint' => $mga3_rpmlint,
513                              'version' => $std_version_check,                              'version' => $std_version_check,
514                          },                          },
515                      },                      },

Legend:
Removed from v.3200  
changed lines
  Added in v.3201

  ViewVC Help
Powered by ViewVC 1.1.30