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

Andreas Tille tille at debian.org
Thu Mar 12 15:06:58 UTC 2015


The following commit has been merged in the master branch:
commit 7512c654a4e5488beb170e9d62b371c7921095a9
Author: Andreas Tille <tille at debian.org>
Date:   Thu Mar 12 15:57:33 2015 +0100

    Drop the other questionable GROUP BY from test query

diff --git a/misc/sql/bugs.sh b/misc/sql/bugs.sh
index 7b60363..b7eb6cc 100755
--- a/misc/sql/bugs.sh
+++ b/misc/sql/bugs.sh
@@ -35,7 +35,7 @@ psql udd > $1_buggy_packages.out <<EOT
               JOIN sources s ON p.source = s.source AND p.release = s.release
               JOIN blends_dependencies_priorities bdp ON b.dependency = bdp.dependency
               WHERE b.blend = '$1'
-              GROUP BY p.source, b.task, bdp.dependency, bdp.priority
+              -- GROUP BY p.source, b.task, bdp.dependency, bdp.priority
           ) tmp
           WHERE row_number = 1
         ) tasks ON sources.source = tasks.source

-- 
Static and dynamic websites for Debian Pure Blends



More information about the Blends-commit mailing list