[DRE-commits] [SCM] wheezy-transition-tracker.git branch, master, updated. 7e489ebeba629d65a22df57c86ae792e9bba2fcc

Antonio Terceiro terceiro at debian.org
Fri Jun 21 12:51:51 UTC 2013


The following commit has been merged in the master branch:
commit 7e489ebeba629d65a22df57c86ae792e9bba2fcc
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Fri Jun 21 09:50:45 2013 -0300

    update UDD connection method
    
    needed atfer alioth upgrade

diff --git a/retrieve.rb b/retrieve.rb
index 14d330a..9e393e1 100644
--- a/retrieve.rb
+++ b/retrieve.rb
@@ -25,7 +25,7 @@ if File.exists?('data.json')
 end
 
 # get new data
-connection = PGconn.open(:host => 'localhost', :port => 5441, :user => 'guest', :dbname => 'udd')
+connection = PG.connect({:host => 'udd.debian.org', :port => 5452, :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, coalesce(pcs.insts, 0) as popcon_src, s.maintainer as maintainer, s.uploaders as uploaders

-- 
wheezy-transition-tracker.git



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