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

Andreas Tille tille at debian.org
Fri Sep 22 12:03:40 UTC 2017


The following commit has been merged in the master branch:
commit 1cb7951a7a8d739af10d354d2c27ae8049ea5293
Author: Andreas Tille <tille at debian.org>
Date:   Fri Sep 22 13:45:05 2017 +0200

    Take more arguments from new UDD query: registry and bugs

diff --git a/webtools/blendstasktools.py b/webtools/blendstasktools.py
index 15c9e18..b0d8a63 100644
--- a/webtools/blendstasktools.py
+++ b/webtools/blendstasktools.py
@@ -361,7 +361,13 @@ query = """PREPARE query_pkgs (text[],text[],text) AS
           remark text,
           "upstream_bugs" text,
           "upstream_repository" text,
-          "edam_topics" text[]
+          "edam_topics" text[],
+          biotools  text,
+          omictools text,
+          seqwiki   text,
+          scicrunch text,
+          rrid      text,
+          bugs      text
         )"""
 _execute_udd_query(query)
 
diff --git a/webtools/blendstasktools_udd.py b/webtools/blendstasktools_udd.py
index 2b23d61..d6b62cb 100644
--- a/webtools/blendstasktools_udd.py
+++ b/webtools/blendstasktools_udd.py
@@ -354,7 +354,13 @@ query = """PREPARE query_pkgs (text[],text[],text) AS
           remark text,
           "upstream_bugs" text,
           "upstream_repository" text,
-          "edam_topics" text[]
+          "edam_topics" text[],
+          biotools  text,
+          omictools text,
+          seqwiki   text,
+          scicrunch text,
+          rrid      text,
+          bugs      text
         )"""
 _execute_udd_query(query)
 

-- 
Static and dynamic websites for Debian Pure Blends



More information about the Blends-commit mailing list