X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=rhona;h=7033a23edacc5b44b153cdd447ead9f17e845d3c;hb=b51815ac34b619062cff7a6633ad43e6af255917;hp=83f3da44ae10834b3f8ef42d2372bb1e3e720b5c;hpb=b037a167deff2cb93e39e6baa11dd23a73ba98e1;p=dak.git diff --git a/rhona b/rhona index 83f3da44..7033a23e 100755 --- 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 -# $Id: rhona,v 1.22 2002-04-24 01:56:24 troup Exp $ +# Copyright (C) 2000, 2001, 2002 James Troup +# $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..."