X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=daklib%2Fqueue_install.py;h=8f05e7bf2ce6e8de7e1627e4db87bb972a7b0173;hb=47cd096281f1cc36dfe9818ef1fbae8d02f6ada6;hp=fac21f9981cc7b1b2d90c6093e2f1d6486b6cf22;hpb=e7462e274230fa87227f5ecf8f4cc9ae2d24dc39;p=dak.git diff --git a/daklib/queue_install.py b/daklib/queue_install.py old mode 100755 new mode 100644 index fac21f99..8f05e7bf --- a/daklib/queue_install.py +++ b/daklib/queue_install.py @@ -178,7 +178,7 @@ def is_autobyhand(u): all_auto = 0 continue - ABH = cnf.SubTree("AutomaticByHandPackages") + ABH = cnf.subtree("AutomaticByHandPackages") if not ABH.has_key(pckg) or \ ABH["%s::Source" % (pckg)] != u.pkg.changes["source"]: print "not match %s %s" % (pckg, u.pkg.changes["source"])