index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | bin/bootstrap-mysql | 6 |
diff --git a/bin/bootstrap-mysql b/bin/bootstrap-mysql index 5e43e9c..04b06bf 100755 --- a/bin/bootstrap-mysql +++ b/bin/bootstrap-mysql @@ -256,8 +256,10 @@ fi done done - # TODO: we might want to deliberately break packages that fail(ed) to build - # for quite some time + # TODO: We might want to deliberately break packages that fail(ed) to build + # for quite some time. Suggestion: packages with a failed build older than + # x days get removed from our lists, so their dependencies cannot hold + # back anything else. # packages which should not be replaced: ones providing something that is: # a) still needed by a not-replaced package x "less stable" than the target repository and |