index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2019-08-21 14:32:59 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2019-08-21 14:32:59 +0200 |
commit | 656f90ea25e6d1ac65f3d515cc8606519e36ae24 (patch) | |
tree | 2e28784a8b1feb8090e2e7fec2f7d1ea49c9712b /bin | |
parent | d93fd07144855d1d746078a78899866bebaadec0 (diff) |
-rwxr-xr-x | bin/seed-build-list | 2 |
diff --git a/bin/seed-build-list b/bin/seed-build-list index 1b47737..61b187f 100755 --- a/bin/seed-build-list +++ b/bin/seed-build-list @@ -5,7 +5,7 @@ # shellcheck source=../lib/load-configuration . "${0%/*}/../lib/load-configuration" -# TODO: allow to filter by architecture +# TODO: allow to reschedule filtered by architecture # TODO: -a|--auto schedules too much - or is the scheduling really /that/ broken? |