X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=claire.py;h=ac146f0b1297b965f76632d7654b4a9f3bcd07b3;hb=5f43848ef404d36192f92efa57448ae386d0ef25;hp=e5711969f7c2d760efc61fd72ff8076bd99de181;hpb=49c435f9363a2048b0eb820ab931de2573fc4c00;p=dak.git diff --git a/claire.py b/claire.py index e5711969..ac146f0b 100755 --- a/claire.py +++ b/claire.py @@ -1,8 +1,8 @@ #!/usr/bin/env python # 'Fix' stable to make debian-cd and dpkg -BORGiE users happy -# Copyright (C) 2000 James Troup -# $Id: claire.py,v 1.4 2001-02-27 06:10:42 ajt Exp $ +# Copyright (C) 2000, 2001 James Troup +# $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);