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

Ole Streicher olebole at debian.org
Mon Mar 7 21:30:39 UTC 2016


The following commit has been merged in the master branch:
commit fb6e4491e0e65c54fdcb873dec291c0d18fceb1d
Author: Ole Streicher <olebole at debian.org>
Date:   Mon Mar 7 22:30:35 2016 +0100

    Add packages in NEW to be queried for VCS info

diff --git a/webtools/blendstasktools.py b/webtools/blendstasktools.py
index ae607d9..ed88ad1 100644
--- a/webtools/blendstasktools.py
+++ b/webtools/blendstasktools.py
@@ -1731,7 +1731,7 @@ class TaskDependencies:
         pkgs_not_in_pool = []
         for status in self.dependencies.keys():
             for dep in self.dependencies[status]:
-                if dep.pkg not in pkgs_in_pool and dep.pkg not in pkgs_in_new and dep.pkg not in pkgs_virtual:
+                if dep.pkg not in pkgs_in_pool and dep.pkg not in pkgs_virtual:
                     pkgs_not_in_pool.append(dep.pkg)
         # Gather information about packages in Vcs
         query = "EXECUTE query_vcs('%s')" % List2PgArray(pkgs_not_in_pool)

-- 
Static and dynamic websites for Debian Pure Blends



More information about the Blends-commit mailing list