The following commit has been merged in the master branch:
commit 4d42b6de3559b7034bf1dc69a7eaceb91d00a06f
Author: Andreas Tille <[email protected]>
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

_______________________________________________
Blends-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/blends-commit

Reply via email to