X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=rose;h=d462ca486533829a3d16ba9d103a96e28cc247fa;hb=1af29fa5f8b542b7cf18e2c116551f90b5b9b24d;hp=37deb505852e56ce97afb9756c6710fd1987ffed;hpb=ab9a8e8058315ff4ab4e0f17b13afce00192ec2c;p=dak.git diff --git a/rose b/rose index 37deb505..d462ca48 100755 --- a/rose +++ b/rose @@ -1,8 +1,8 @@ #!/usr/bin/env python # Initial setup of an archive -# Copyright (C) 2002 James Troup -# $Id: rose,v 1.3 2003-01-02 18:10:02 troup Exp $ +# Copyright (C) 2002, 2004 James Troup +# $Id: rose,v 1.4 2004-03-11 00:20:51 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 @@ -57,7 +57,7 @@ def process_tree(config, tree): for entry in config.SubTree(tree).List(): entry = entry.lower(); if tree == "Dir": - if entry == "poolroot" or entry == "queue" or entry == "morguereject": + if entry in [ "poolroot", "queue" , "morguereject" ]: continue; config_name = "%s::%s" % (tree, entry); target = config[config_name];