X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=madison;h=882d74bcf7135f674388dc265a2b5341d5cf5844;hb=8a29f4c7e14d5adc1e45ecb22afea765ec2eecda;hp=7d0222d9fb89e53e17e2b30e3e35ddfb7f8e3e09;hpb=5144a464766f5c2ed592b5fa81e2943992f0c1fe;p=dak.git diff --git a/madison b/madison index 7d0222d9..882d74bc 100755 --- a/madison +++ b/madison @@ -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: madison,v 1.1 2000-12-20 08:15:35 troup Exp $ +# Copyright (C) 2000, 2001 James Troup +# $Id: madison,v 1.3 2001-03-02 02:24:33 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 @@ -50,7 +50,7 @@ def main (): packages = apt_pkg.ParseCommandLine(Cnf,Arguments,sys.argv); - projectB = pg.connect('projectb', 'localhost'); + projectB = pg.connect('projectb', Cnf["DB::Host"], int(Cnf["DB::Port"]), None, None, Cnf["DB::ROUser"]); db_access.init(Cnf, projectB);