X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=cindy;h=a963ea4c174bcf23e5470390bec64df34e24d038;hb=daaee3bcc68b5702b5cea8f14dfa6c10cf304ff0;hp=fc80afd50d4eadb6435ef7cd3c47b48025509a82;hpb=faf42c1d777c994b83c27152e1d18c38ce7aa4f0;p=dak.git diff --git a/cindy b/cindy index fc80afd5..a963ea4c 100755 --- a/cindy +++ b/cindy @@ -2,7 +2,7 @@ # Output override files for apt-ftparchive and indices/ # Copyright (C) 2000, 2001 James Troup -# $Id: cindy,v 1.2 2001-03-02 02:46:02 troup Exp $ +# $Id: cindy,v 1.3 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 @@ -106,7 +106,7 @@ def main (): ('V',"version","Denise::Options::Version")]; 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); for suite in [ "stable", "unstable" ]: