dak.check_overrides

Cruft checker and hole filler for overrides

@contact: Debian FTPMaster <ftpmaster@debian.org> @copyright: 2000, 2001, 2002, 2004, 2006 James Troup <james@nocrew.org> @opyright: 2005 Jeroen van Wolffelaar <jeroen@wolffelaar.nl> @copyright: 2011 Joerg Jaspert <joerg@debian.org> @license: GNU General Public License version 2 or later

Functions

main()

process(osuite, affected_suites, ...)

usage([exit_code])

dak.check_overrides.Logger: Logger

Our logging object

dak.check_overrides.Options: Configuration

Commandline arguments parsed into this

dak.check_overrides.main() None[source]
dak.check_overrides.process(osuite: str, affected_suites: list[int], originosuite: str | None, component: str, otype: str, session: Session) None[source]
dak.check_overrides.usage(exit_code=0) NoReturn[source]