[Reproducible-commits] [misc] 01/07: clean-notes: use port as we define it locally

Chris Lamb lamby at moszumanska.debian.org
Mon Feb 9 18:01:30 UTC 2015


This is an automated email from the git hooks/post-receive script.

lamby pushed a commit to branch master
in repository misc.

commit b86f4a89f9ba8a0ab4b84b5c0f7dcea3e91f271f
Author: Chris Lamb <lamby at debian.org>
Date:   Mon Feb 9 17:49:16 2015 +0000

    clean-notes: use port as we define it locally
---
 clean-notes | 1 +
 1 file changed, 1 insertion(+)

diff --git a/clean-notes b/clean-notes
index f0cbfd3..87c780f 100755
--- a/clean-notes
+++ b/clean-notes
@@ -73,6 +73,7 @@ def start_udd_connection():
         conn = psycopg2.connect("dbname=" + db +
                                " user=" + username +
                                " host=" + host +
+                               " port=" + str(port) +
                                " password=" + password)
     except:
         error("Erorr connecting to the UDD database replica")

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/misc.git



More information about the Reproducible-commits mailing list