X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fcheck_proposed_updates.py;h=d45fd489c61d6815510d8e37adc6a2f08cfe8266;hb=c551da01c32f72ad427d2f9ca3c7a5658239423c;hp=eb488330e951d341a302f861002b1ce0e62eb406;hpb=f0bfd37e7286156598d79b53501ebe2000bb7924;p=dak.git diff --git a/dak/check_proposed_updates.py b/dak/check_proposed_updates.py index eb488330..d45fd489 100755 --- a/dak/check_proposed_updates.py +++ b/dak/check_proposed_updates.py @@ -250,7 +250,7 @@ def parse_packages(): # Parse the Packages files (since it's a sub-second operation on auric) suite = "stable" stable = {} - components = cnf.ValueList("Suite::%s::Components" % (suite)) + components = get_component_names() architectures = [ a.arch_string for a in get_suite_architectures(suite, skipsrc=True, skipall=True) ] for component in components: for architecture in architectures: