[Blends-commit] [SCM] website branch, master, updated. e644763a5204df9f821bff6337f9d50654ae9b9c

Ole Streicher olebole at debian.org
Sun Mar 20 20:41:15 UTC 2016


The following commit has been merged in the master branch:
commit e644763a5204df9f821bff6337f9d50654ae9b9c
Author: Ole Streicher <olebole at debian.org>
Date:   Sun Mar 20 21:41:10 2016 +0100

    Reset debugging stuff (other pg database etc.) that slipped into last commit

diff --git a/webtools/blendstasktools.py b/webtools/blendstasktools.py
index eef328b..1433c60 100644
--- a/webtools/blendstasktools.py
+++ b/webtools/blendstasktools.py
@@ -279,8 +279,7 @@ def GetDependencies2Use(dependencystatus=[], max_order='prospective'):
 ###########################################################################################
 # Define several prepared statements to query UDD
 try:
-    conn = psycopg2.connect(host="public-udd-mirror.xvm.mit.edu", port=5432,
-                            user="public-udd-mirror", password="public-udd-mirror",
+    conn = psycopg2.connect(host="localhost", port=PORT, user="guest",
                             database="udd")
 except psycopg2.OperationalError as err:
     try:
@@ -851,7 +850,6 @@ class Tasks:
             task for task in os.listdir(self.tasksdir)
             if os.path.isfile(os.path.join(self.tasksdir, task))
         )
-        self.metapackagekeys = ['python']
 
     def GetAllDependencies(self, source=0):
         # If we want to subscribe ddpo we need the source package names.
@@ -896,7 +894,6 @@ class Tasks:
                     metapkg_translations[row['package']] = row
 
         for task in self.metapackagekeys:
-            print(task)
             td = TaskDependencies(self.blendname, task=task, tasksdir=self.tasksdir)
             pkgname = prefix + task
             translations = None

-- 
Static and dynamic websites for Debian Pure Blends



More information about the Blends-commit mailing list