dak.control_suite¶
Manipulate suite tags
Functions
|
|
|
|
|
comparison function for tuples of the form (package-name, version, arch, ...) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Classes
|
- dak.control_suite.britney_changelog(packages: Iterable[tuple[str, str, str]], suite: Suite, session: Session) None[source]¶
- dak.control_suite.check_propups(pkg: DBBinary | DBSource, psuites_current: dict[int, dict[tuple[str, str], str]], propups: dict[int, set[DBBinary | DBSource]]) None[source]¶
- dak.control_suite.cmp_package_version(a: tuple[str, str, str], b: tuple[str, str, str]) int[source]¶
comparison function for tuples of the form (package-name, version, arch, …)
- dak.control_suite.copy_to_suites(transaction: ArchiveTransaction, pkg: DBBinary | DBSource, suites: Iterable[Suite]) None[source]¶
- dak.control_suite.get_pkg(package: str, version: str, architecture: str, session: Session) DBBinary | DBSource | None[source]¶
- dak.control_suite.process_file(file: Iterable[str], suite: Suite, action: str, transaction: ArchiveTransaction, britney=False, force=False) None[source]¶