index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2019-10-12 10:33:23 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2019-10-12 10:33:23 +0200 |
commit | 0500289b9238737c6b647eb5b22800816cd60e0a (patch) | |
tree | 1b4d1baeac872443c53553132d978970c1acaca3 | |
parent | b0b574c3d1f135afa3c5d440be738b148b541333 (diff) |
-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'), |