From 12e6503b04232b32e7a4aed869b54bfde628eb58 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sun, 19 Jul 2015 09:22:53 +0200 Subject: reproducible: fixup 622c77e, limit to unstable for real --- bin/reproducible_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/reproducible_common.sh') diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh index 5db4a4d0..b37ff514 100755 --- a/bin/reproducible_common.sh +++ b/bin/reproducible_common.sh @@ -222,7 +222,7 @@ write_page_header() { write_page "
  • wiki
  • " write_page "" if [ "$1" = "$MAINVIEW" ] ; then - LATEST=$(sqlite3 -init $INIT ${PACKAGES_DB} "SELECT s.name FROM results AS r JOIN sources AS s ON r.package_id = s.id WHERE r.status IN ('unreproducible', 'FTBFS') AND s.id NOT IN (SELECT package_id FROM notes) ORDER BY build_date DESC LIMIT 1") + LATEST=$(sqlite3 -init $INIT ${PACKAGES_DB} "SELECT s.name FROM results AS r JOIN sources AS s ON r.package_id = s.id WHERE r.status IN ('unreproducible', 'FTBFS') AND r.suite = 'unstable' AND s.id NOT IN (SELECT package_id FROM notes) ORDER BY build_date DESC LIMIT 1") write_page "
    " write_page "https://reproducible.debian.net/" write_page "" -- cgit v1.2.3-54-g00ecf