X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=tea;h=9e2b53cda0f6d2f5265dd9b2b8cd8e8370468537;hb=ea8a9164c25df9e05e656d9ee4c12542c8f99a71;hp=fd9b1e003ca4034ba928fa9307129a2800909f9c;hpb=99400df5b3477807efb6cfb323515cedd51cff2c;p=dak.git diff --git a/tea b/tea index fd9b1e00..9e2b53cd 100755 --- a/tea +++ b/tea @@ -2,7 +2,7 @@ # Sanity check the database # Copyright (C) 2000, 2001 James Troup -# $Id: tea,v 1.7 2001-03-15 00:35:30 troup Exp $ +# $Id: tea,v 1.8 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 @@ -192,7 +192,7 @@ def main (): ('v',"version","Tea::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); check_md5sums();