]> git.decadent.org.uk Git - dak.git/blobdiff - madison
make claire use the codename (potato) in the path to files rather thanthe suite name...
[dak.git] / madison
diff --git a/madison b/madison
index 7d0222d9fb89e53e17e2b30e3e35ddfb7f8e3e09..1bc0da15d104ca76dbec768ee5d33ed2dcbb6011 100755 (executable)
--- a/madison
+++ b/madison
@@ -2,7 +2,7 @@
 
 # 'Fix' stable to make debian-cd and dpkg -BORGiE users happy
 # Copyright (C) 2000  James Troup <james@nocrew.org>
-# $Id: madison,v 1.1 2000-12-20 08:15:35 troup Exp $
+# $Id: madison,v 1.2 2001-01-27 02:51:00 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);