X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fcheck_archive.py;h=1fb8560baaa628bb61abec14f56adce4094b50ac;hb=5ebd12fb5f7c54516a8a5f2438294983ff61bd5f;hp=0d94bbcb1394f14c8c26107a258ab1979c256e97;hpb=7701b2df5bca50d8535d393e9e84ce624af7cc55;p=dak.git diff --git a/dak/check_archive.py b/dak/check_archive.py index 0d94bbcb..1fb8560b 100755 --- a/dak/check_archive.py +++ b/dak/check_archive.py @@ -424,7 +424,7 @@ def check_indices_files_exist(): Ensure files mentioned in Packages & Sources exist """ for suite in [ "stable", "testing", "unstable" ]: - for component in Cnf.ValueList("Suite::%s::Components" % (suite)): + for component in get_component_names(): architectures = get_suite_architectures(suite) for arch in [ i.arch_string.lower() for i in architectures ]: if arch == "source":