The following commit has been merged in the master branch:
commit 1fd744657451d78c5745100a60e7d49a8519b98e
Author: Andreas Tille <[email protected]>
Date:   Mon Oct 28 13:53:48 2013 +0100

    Fix version sorting again; add information about maintainer and uploaders

diff --git a/misc/sql/0-aging.sh b/misc/sql/0-aging.sh
index 4ad18ee..22a7757 100755
--- a/misc/sql/0-aging.sh
+++ b/misc/sql/0-aging.sh
@@ -9,8 +9,8 @@ if psql -l 2>/dev/null | grep -qw udd ; then
 fi
 
 psql $SERVICE >$1.out <<EOT
-    SELECT u.source, u.version, u.date, u.distribution FROM (
-     SELECT source, MAX(strip_binary_upload(version)) AS version FROM 
blends_dependencies b
+    SELECT u.source, u.version, cast(u.date as date) AS date, u.distribution, 
u.maintainer_name, u.changed_by_name, u.signed_by_name FROM (
+     SELECT source, strip_binary_upload(MAX(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