]> git.decadent.org.uk Git - dak.git/commitdiff
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)
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>

No differences found