dak.make_overrides¶
Output override files for apt-ftparchive and indices/ @contact: Debian FTP Master <ftpmaster@debian.org> @copyright: 2000, 2001, 2002, 2004, 2006 James Troup <james@nocrew.org> @license: GNU General Public License version 2 or later
Functions
|
Fetch override data for suite from the database and dump it. |
|
|
|
- dak.make_overrides.do_list(output_file: TextIO, suite: Suite, component: Component, otype: OverrideType, session)[source]¶
Fetch override data for suite from the database and dump it.
- Parameters:
output_file – where to write the overrides to
suite – A suite object describing the Suite
component – The name of the component
otype – object of type of override. deb/udeb/dsc
session – the database session in use