index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2017-09-19 09:29:46 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2017-09-19 09:29:46 +0200 |
commit | 93274f3c2ccd1b346354e3ea993e368f8a22298d (patch) | |
tree | b881c38486c1e633cd6d7402640015d126157614 /bin/get-assignment | |
parent | 44410e62fe988939136222165da474bcf2d44191 (diff) |
-rwxr-xr-x | bin/get-assignment | 8 |
diff --git a/bin/get-assignment b/bin/get-assignment index 2aae1d9..97bdb7b 100755 --- a/bin/get-assignment +++ b/bin/get-assignment @@ -11,11 +11,9 @@ # 3: come back after the next run of get-package-updates - currently # there are no pending packages -# 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! +# 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" |