]> git.decadent.org.uk Git - dak.git/blobdiff - dak/check_proposed_updates.py
Update schema to rev 64
[dak.git] / dak / check_proposed_updates.py
index eb488330e951d341a302f861002b1ce0e62eb406..d45fd489c61d6815510d8e37adc6a2f08cfe8266 100755 (executable)
@@ -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: