X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=cindy;h=fe2e7272c99921f4f251cd709f5ca55d00de4d6c;hb=69f4a78e5ed8774bcb8dad17fc8f17d54971bfde;hp=65ff19e83ec9f96e9f1c79c3fcb98f9f04c5eea4;hpb=ea3e80412db673367de2e4c32efb693beea96f4e;p=dak.git diff --git a/cindy b/cindy index 65ff19e8..fe2e7272 100755 --- a/cindy +++ b/cindy @@ -1,8 +1,8 @@ #!/usr/bin/env python # Output override files for apt-ftparchive and indices/ -# Copyright (C) 2000, 2001 James Troup -# $Id: cindy,v 1.7 2002-02-12 22:13:06 troup Exp $ +# Copyright (C) 2000, 2001, 2002 James Troup +# $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);