]> git.decadent.org.uk Git - dak.git/commit
dak init-db: properly initialize suite_architectures
authorRaphael Hertzog <hertzog@debian.org>
Sun, 1 Mar 2009 00:25:57 +0000 (01:25 +0100)
committerRaphael Hertzog <hertzog@debian.org>
Sun, 1 Mar 2009 20:42:29 +0000 (21:42 +0100)
commit0262c823195e0e3334db1a554c7062e94ea01c62
tree50089586d82578bc57dde836cfa5d670f4292706
parente8886b409b2824c6dfd2eb806c3a2f59c335642b
dak init-db: properly initialize suite_architectures

Using database.get_suite_architectures() here makes no sense since that
function uses the table that we're trying to fill. Instead we should
assume that all suites support all architectures. And it's up to the
admin to adjust the set afterwards if needed.

Signed-off-by: Raphael Hertzog <hertzog@debian.org>
dak/init_db.py