]> git.decadent.org.uk Git - dak.git/blobdiff - tea
Add TemplateSubst.
[dak.git] / tea
diff --git a/tea b/tea
index 091c4f9e748ae849c7d1251eadadae86385e8e14..9e2b53cda0f6d2f5265dd9b2b8cd8e8370468537 100755 (executable)
--- a/tea
+++ b/tea
@@ -2,7 +2,7 @@
 
 # Sanity check the database
 # Copyright (C) 2000, 2001  James Troup <james@nocrew.org>
-# $Id: tea,v 1.6 2001-03-02 02:30:12 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
@@ -54,6 +54,7 @@ def process_dir (arg, dirname, filenames):
 ################################################################################
 
 def check_files():
+    global db_files;
 
     print "Building list of Database files...";
 
@@ -191,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();