From 0500289b9238737c6b647eb5b22800816cd60e0a Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Sat, 12 Oct 2019 10:33:23 +0200 Subject: do not build "any" packages on "i486" - we mark them as not build-slave-compatible --- bin/get-assignment | 3 --- misc/database-layout.dump | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/bin/get-assignment b/bin/get-assignment index 48742da..b7cdb8a 100755 --- a/bin/get-assignment +++ b/bin/get-assignment @@ -198,9 +198,6 @@ while [ -s "${work_dir}/forced-package-builds.${slave}" ]; do fi done -# TODO: any packages should be built on pentium4 - they fail too often -# on i486 due to unavailable dependencies. - # a package with [all dependencies met or which is part of a loop] # and which is currently not being built, ordered by: # 1: we requested it diff --git a/misc/database-layout.dump b/misc/database-layout.dump index 97407b2..f67fcc3 100644 --- a/misc/database-layout.dump +++ b/misc/database-layout.dump @@ -862,7 +862,7 @@ INSERT INTO `architecture_compatibilities` VALUES (2,2,2,'1','1'), (3,1,2,'1','1'), (4,3,3,'1','1'), - (5,1,3,'1','1'), + (5,1,3,'1','\0'), (6,3,2,'\0','\0'), (7,1,4,'1','1'), (8,4,4,'1','1'), -- cgit v1.2.3-54-g00ecf