X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=charisma;h=aeebd81dda4ea8ccf1ca54acf8498362e3521d76;hb=ccc8127b612d886ccfdc26366313f985393c18af;hp=a982e44345e4eeb7e2caa9fdd9fe0e8f74b2592a;hpb=c22348c4ee6726c709109a666173f2c23e3b964c;p=dak.git diff --git a/charisma b/charisma index a982e443..aeebd81d 100755 --- a/charisma +++ b/charisma @@ -2,7 +2,7 @@ # Generate Maintainers file used by e.g. the Debian Bug Tracking System # Copyright (C) 2000, 2001 James Troup -# $Id: charisma,v 1.5 2001-03-15 01:59:18 troup Exp $ +# $Id: charisma,v 1.6 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 @@ -83,7 +83,7 @@ def main(): extra_files = apt_pkg.ParseCommandLine(Cnf,[],sys.argv); - projectB = pg.connect('projectb', Cnf["DB::Host"], int(Cnf["DB::Port"]), None, None, Cnf["DB::ROUser"]); + projectB = pg.connect(Cnf["DB::Name"], Cnf["DB::Host"], int(Cnf["DB::Port"]), None, None, Cnf["DB::ROUser"]); for suite in Cnf.SubTree("Suite").List(): suite = string.lower(suite);