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

Andreas Tille tille at debian.org
Sun Feb 11 16:27:47 UTC 2018


The following commit has been merged in the master branch:
commit 083b3628d73f6aa143746b8c7dc5203ed9ab23c8
Author: Andreas Tille <tille at debian.org>
Date:   Sun Feb 11 17:27:24 2018 +0100

    No restriction about the actual task - just give all

diff --git a/misc/sql/edam.sh b/misc/sql/edam.sh
index faf6d4c..4e7066f 100755
--- a/misc/sql/edam.sh
+++ b/misc/sql/edam.sh
@@ -100,7 +100,7 @@ $JSONBEGIN
              source, homepage, description, description_md5
         FROM blends_prospectivepackages
         WHERE package IN
-                      (SELECT DISTINCT package FROM blends_dependencies WHERE blend = 'debian-med' AND task IN ('bio', 'bio-dev'))
+                      (SELECT DISTINCT package FROM blends_dependencies WHERE blend = 'debian-med') -- AND task IN ('bio', 'bio-dev', 'imaging', 'imaging-dev'))
        ) tmp
     ) p
     LEFT OUTER JOIN (

-- 
Static and dynamic websites for Debian Pure Blends



More information about the Blends-commit mailing list