From bc46e4eb423e987320196128966d4da7200e32c7 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Tue, 30 Apr 2019 09:32:53 +0200 Subject: bin/seed-build-list: do not ignore i486, pentium4 and any anymore - the worst that happens is that these architectures accumulate packages in their build lists --- bin/seed-build-list | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/bin/seed-build-list b/bin/seed-build-list index 39eb6ad..514cb05 100755 --- a/bin/seed-build-list +++ b/bin/seed-build-list @@ -405,12 +405,7 @@ fi printf ' JOIN `binary_packages`' printf ' ON `binary_packages`.`id`=`least_stable_bp`.`id`' # 1) - printf ' WHERE `least_stable_bp`.`is_on_build_list`' - # TODO: care about i486 and pentium4 and any here, too - if it is - # complete enough - # shellcheck disable=SC2154 - printf ' OR `binary_packages`.`architecture`!=%s;\n' \ - "${architecture_ids__i686}" + printf ' WHERE `least_stable_bp`.`is_on_build_list`;' printf 'SELECT DISTINCT "pkgbase",1,`package_sources`.`pkgbase`,`upstream_repositories`.`name`' printf ' FROM `least_stable_bp`' -- cgit v1.2.3-54-g00ecf