]> git.decadent.org.uk Git - dak.git/commitdiff
FindB, not FindI
authorJames Troup <james@nocrew.org>
Wed, 8 May 2002 11:13:30 +0000 (11:13 +0000)
committerJames Troup <james@nocrew.org>
Wed, 8 May 2002 11:13:30 +0000 (11:13 +0000)
rhona

diff --git a/rhona b/rhona
index 83f3da44ae10834b3f8ef42d2372bb1e3e720b5c..7033a23edacc5b44b153cdd447ead9f17e845d3c 100755 (executable)
--- a/rhona
+++ b/rhona
@@ -1,8 +1,8 @@
 #!/usr/bin/env python
 
 # rhona, cleans up unassociated binary and source packages
-# Copyright (C) 2000, 2001  James Troup <james@nocrew.org>
-# $Id: rhona,v 1.22 2002-04-24 01:56:24 troup Exp $
+# Copyright (C) 2000, 2001, 2002  James Troup <james@nocrew.org>
+# $Id: rhona,v 1.23 2002-05-08 11:13:30 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
@@ -288,7 +288,7 @@ SELECT f.id FROM fingerprint f
 def clean_accepted_autobuild():
     global now_date;
 
-    if not Cnf.get("Dinstall::SpecialAcceptedAutoBuild") or Options["No-Action"]:
+    if not Cnf.FindB("Dinstall::SpecialAcceptedAutoBuild") or Options["No-Action"]:
         return;
 
     print "Cleaning out accepted autobuild symlinks..."