X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=claire.py;h=ac146f0b1297b965f76632d7654b4a9f3bcd07b3;hb=0ae0a3896e77f8e07a43d2a8b368466f4edabedd;hp=c28e1d0a3b737b7398e99de0421e66d0f6aab39c;hpb=c11493f371498e5e1b5756a49b9d843fefb8d3bf;p=dak.git diff --git a/claire.py b/claire.py index c28e1d0a..ac146f0b 100755 --- a/claire.py +++ b/claire.py @@ -2,7 +2,7 @@ # 'Fix' stable to make debian-cd and dpkg -BORGiE users happy # Copyright (C) 2000, 2001 James Troup -# $Id: claire.py,v 1.5 2001-03-02 02:24:33 troup Exp $ +# $Id: claire.py,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 @@ -156,7 +156,7 @@ def main (): apt_pkg.ParseCommandLine(Cnf,Arguments,sys.argv); - projectB = pg.connect('projectb', 'localhost'); + projectB = pg.connect(Cnf["DB::Name"], Cnf["DB::Host"], int(Cnf["DB::Port"])); db_access.init(Cnf, projectB);