X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=cindy;h=fe2e7272c99921f4f251cd709f5ca55d00de4d6c;hb=f1da46727831e1d6bfbb611459fa398dcfcd0e91;hp=022a5582431186dcaf10ea74309664d1c2e729ca;hpb=80ba7d5f206f1ddff863968989697d99f6aefde5;p=dak.git diff --git a/cindy b/cindy index 022a5582..fe2e7272 100755 --- a/cindy +++ b/cindy @@ -2,7 +2,7 @@ # Output override files for apt-ftparchive and indices/ # Copyright (C) 2000, 2001, 2002 James Troup -# $Id: cindy,v 1.8 2002-05-03 16:06:45 troup Exp $ +# $Id: cindy,v 1.9 2002-05-14 15:28:53 troup Exp $ # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -106,7 +106,7 @@ def main (): for component in Cnf.SubTree("Component").List(): if component == "mixed": continue; # Ick - for type in Cnf.SubTree("OverrideType").List(): + for type in Cnf.ValueList("OverrideType"): print "Processing %s [%s - %s]..." % (suite, component, type); process(suite, component, type);