]> git.decadent.org.uk Git - dak.git/commit
suite_architectures
authorJoerg Jaspert <joerg@debian.org>
Thu, 19 Feb 2009 21:36:34 +0000 (22:36 +0100)
committerJoerg Jaspert <joerg@debian.org>
Thu, 19 Feb 2009 21:42:19 +0000 (22:42 +0100)
commite47619471d54d20613d18bb8ac928650513ab404
treecff73552d059097bf8ec91b56f5b6575b0d0765b
parent8d5c033bb1cc903c5ce7dc87b4122ea441fa28a3
suite_architectures

new function, daklib.database.get_suite_architectures.
Use that instead of Cnf.ValueList("Suites::%s::Architectures") everywhere
to find out which suite supports which architectures

Signed-off-by: Joerg Jaspert <joerg@debian.org>
12 files changed:
dak/check_archive.py
dak/check_proposed_updates.py
dak/compare_suites.py
dak/cruft_report.py
dak/import_archive.py
dak/init_db.py
dak/make_suite_file_list.py
dak/new_security_install.py
dak/process_unchecked.py
dak/rm.py
dak/stats.py
daklib/database.py