Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 642 Bytes

deb_lintian.rst

File metadata and controls

27 lines (17 loc) · 642 Bytes

DebLintian

The :bbDebLintian step checks a build .deb for bugs and policy violations. The packages or changes file to test is specified in fileloc

from buildbot.plugins import steps, util

f.addStep(steps.DebLintian(fileloc=util.Interpolate("%(prop:deb-changes)s")))

This class adds the following arguments:

fileloc

(Optional, string) Location of the .deb or .changes files to test

suppressTags

(Optional, list of strings) List of tags to suppress

All other arguments are identical to :bbShellCommand.