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

Andreas Tille tille at debian.org
Mon Oct 28 09:00:34 UTC 2013


The following commit has been merged in the master branch:
commit 4d42b6de3559b7034bf1dc69a7eaceb91d00a06f
Author: Andreas Tille <tille at debian.org>
Date:   Mon Oct 28 10:04:31 2013 +0100

    Make sure we really get all aged packages (by ignoring binary uploads)

diff --git a/misc/sql/0-aging.sh b/misc/sql/0-aging.sh
index c5aa820..4ad18ee 100755
--- a/misc/sql/0-aging.sh
+++ b/misc/sql/0-aging.sh
@@ -10,7 +10,7 @@ fi
 
 psql $SERVICE >$1.out <<EOT
     SELECT u.source, u.version, u.date, u.distribution FROM (
-     SELECT source, MAX(version) AS version FROM blends_dependencies b
+     SELECT source, MAX(strip_binary_upload(version)) AS version FROM blends_dependencies b
        JOIN packages p ON p.package = b.package
        WHERE blend = '$1' GROUP BY source
      ) s

-- 
Static and dynamic websites for Debian Pure Blends



More information about the Blends-commit mailing list