#!/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
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..."