index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2017-08-30 15:30:23 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2017-08-30 15:30:23 +0200 |
commit | fe59a5733ce913fb5dd39ca51e309c49cf9822f9 (patch) | |
tree | 235348fe0403194ea2c73e3b894954720ac95eaf | |
parent | 65f7fb060474da576cb9baf9cbfca7099a450629 (diff) |
-rwxr-xr-x | bin/get-assignment | 6 |
diff --git a/bin/get-assignment b/bin/get-assignment index 6aefa39..93f2886 100755 --- a/bin/get-assignment +++ b/bin/get-assignment @@ -13,6 +13,12 @@ # 4: come back, when you've done your work - you hit the limit on # maximum allowed parallel jobs per ip +# TODO: + +# if all loops are locked, broken packages are not handed out as long +# as the script believes there is a looped package before the broken +# one on the build-list - clean up that mess! + # shellcheck source=conf/default.conf . "${0%/*}/../conf/default.conf" |