X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=rhona;h=c080a71ddf087cb67718e55751e988b433cae053;hb=33f3f15fd6dfa7d131f22c737c7b1ed3159d73c8;hp=dc9ef6abc6afdcda5c52ddbb5214be3633b3a115;hpb=c8bb93e9de4d48854f46c630be139889af32d91a;p=dak.git diff --git a/rhona b/rhona index dc9ef6ab..c080a71d 100755 --- a/rhona +++ b/rhona @@ -2,7 +2,7 @@ # rhona, cleans up unassociated binary and source packages # Copyright (C) 2000, 2001 James Troup -# $Id: rhona,v 1.11 2001-03-15 22:40:43 troup Exp $ +# $Id: rhona,v 1.13 2001-03-20 00:28:11 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 @@ -246,13 +246,13 @@ SELECT m.id FROM maintainer m def main(): global Cnf, projectB, delete_date; - projectB = pg.connect('projectB', 'localhost'); - apt_pkg.init(); Cnf = apt_pkg.newConfiguration(); apt_pkg.ReadConfigFileISC(Cnf,utils.which_conf_file()); + projectB = pg.connect(Cnf["DB::Name"], Cnf["DB::Host"], int(Cnf["DB::Port"])); + Arguments = [('D',"debug","Rhona::Options::Debug", "IntVal"), ('h',"help","Rhona::Options::Help"), ('n',"no-action","Rhona::Options::No-Action"),