[DRE-commits] [SCM] wheezy-transition-tracker.git branch, master, updated. 33ddebe76b9e0b59279a25cbf63f89f463bbcbbe

Antonio Terceiro terceiro at softwarelivre.org
Tue Jun 14 16:52:23 UTC 2011


The following commit has been merged in the master branch:
commit 33ddebe76b9e0b59279a25cbf63f89f463bbcbbe
Author: Antonio Terceiro <terceiro at softwarelivre.org>
Date:   Tue Jun 14 16:49:22 2011 +0000

    New DB connection settings from alioth to UDD

diff --git a/retrieve.rb b/retrieve.rb
index 81008a4..9fa9adb 100644
--- a/retrieve.rb
+++ b/retrieve.rb
@@ -17,7 +17,7 @@ if File.exists?('data.json')
 end
 
 # get new data
-connection = PGconn.open(:service => 'udd')
+connection = PGconn.open(:host => 'localhost', :port => 5441, :user => 'guest', :dbname => 'udd')
 
 pending_packages_query = <<EOF
 select distinct s.source as source, p.package as binary, s.architecture as arch, coalesce(pc.insts, 0) as popcon, s.maintainer as maintainer, s.uploaders as uploaders

-- 
wheezy-transition-tracker.git



More information about the Pkg-ruby-extras-commits mailing list