X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=andrea;h=351c93747639f0bd65fce2f6cf3f67e7e55ca7ed;hb=7b229c4db5ae4d45dc08cc94c63460395f8e06f1;hp=baa168605a4738c33e5d24cf2f9e8b8a7d4f4053;hpb=f963ffb12e516b2ce54f1c310fd8843668593a54;p=dak.git diff --git a/andrea b/andrea index baa16860..351c9374 100755 --- a/andrea +++ b/andrea @@ -2,7 +2,7 @@ # Check for fixable discrepancies between stable and unstable # Copyright (C) 2000, 2001 James Troup -# $Id: andrea,v 1.2 2001-03-02 02:47:29 troup Exp $ +# $Id: andrea,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 @@ -46,7 +46,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); src_suite = "stable";