]> git.donarmstrong.com Git - dak.git/blobdiff - daklib/queue_install.py
Initial pass at dak web server
[dak.git] / daklib / queue_install.py
old mode 100755 (executable)
new mode 100644 (file)
index fac21f9..8f05e7b
@@ -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"])