The following commit has been merged in the master branch:
commit 97bf2c1db9ba121f3e969943e8493040e941c1e5
Author: Andreas Tille <[email protected]>
Date:   Fri Sep 13 10:13:54 2013 +0200

    Enable any Blend

diff --git a/misc/sql/0-aging.sh b/misc/sql/0-aging.sh
index 3a09b05..c5aa820 100755
--- a/misc/sql/0-aging.sh
+++ b/misc/sql/0-aging.sh
@@ -12,7 +12,7 @@ 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
        JOIN packages p ON p.package = b.package
-       WHERE blend = 'debian-med' GROUP BY source
+       WHERE blend = '$1' GROUP BY source
      ) s
      JOIN upload_history u ON s.source = u.source AND s.version = u.version
      ORDER BY date

-- 
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