X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=neve;h=7412fc37de4331cd93770a6300cc1bb8e0b15e75;hb=64903960a4831d780be79b46e75b6ef15ffcc34e;hp=bb8b5f8cee1c25c1e71dc0f16e101e62e018985c;hpb=07241fcd65bb2808804fe2a6e53807997ee9025b;p=dak.git diff --git a/neve b/neve index bb8b5f8c..7412fc37 100755 --- a/neve +++ b/neve @@ -1,8 +1,8 @@ #!/usr/bin/env python # Populate the DB -# Copyright (C) 2000 James Troup -# $Id: neve,v 1.1.1.1 2000-11-24 00:20:09 troup Exp $ +# Copyright (C) 2000, 2001 James Troup +# $Id: neve,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 @@ -317,7 +317,7 @@ def main (): sys.exit(2) print output - projectB = pg.connect('projectb', 'localhost', -1, None, None, 'postgres') + projectB = pg.connect(Cnf["DB::Name"], Cnf["DB::Host"], int(Cnf["DB::Port"]), None, None, 'postgres') db_access.init (Cnf, projectB);