From eb9ca0c2b10c1effe5b2a927d409605cfebfa89f Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Mon, 8 Oct 2018 21:23:26 +0200 Subject: bin/seed-build-list: "any" packages should be ignored as long as i486 is still booting up --- bin/seed-build-list | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/seed-build-list b/bin/seed-build-list index c22c983..5ec2718 100755 --- a/bin/seed-build-list +++ b/bin/seed-build-list @@ -342,8 +342,8 @@ fi # they may make re-scheduling unnecessary printf ' OR `repositories`.`name`="build-list"' printf ') AND `repositories`.`name`!="build-support"' - # TODO: care about i486 here, too - if it is complete enough - printf ' AND `binary_packages`.`architecture`!=3' + # TODO: care about i486 and any here, too - if it is complete enough + printf ' AND `binary_packages`.`architecture`=2' printf ' GROUP BY `binary_packages`.`pkgname`' printf ') AS `least_stable`' printf ' JOIN `binary_packages`' -- cgit v1.2.3-70-g09d2