index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | bin/get-assignment | 3 | ||||
-rw-r--r-- | misc/database-layout.dump | 2 |
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'), |