X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=alyson;h=9801d596c6ce84c80fcbfe80408c0d9bed005ed9;hb=6d72ae4bca15c0ed410798e62d3e367cf7abcdb6;hp=c6c401985dacb63902e71ea79db2c61fdfed657d;hpb=4b41dc06229eed89f52f397fc7df5d665fa092cf;p=dak.git diff --git a/alyson b/alyson index c6c40198..9801d596 100755 --- a/alyson +++ b/alyson @@ -1,8 +1,8 @@ #!/usr/bin/env python # Sync the ISC configuartion file and the SQL database -# Copyright (C) 2000 James Troup -# $Id: alyson,v 1.2 2001-01-16 21:52:37 troup Exp $ +# Copyright (C) 2000, 2001 James Troup +# $Id: alyson,v 1.4 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 @@ -43,7 +43,7 @@ def main (): ('v',"version","Alyson::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); # Quick hack to populate section, priority and bin_type; the rest todo later