diff options
-rwxr-xr-x | bin/seed-build-list | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/bin/seed-build-list b/bin/seed-build-list index a9bd2bf..471ba59 100755 --- a/bin/seed-build-list +++ b/bin/seed-build-list @@ -18,8 +18,6 @@ # TODO: allow to reschedule filtered by architecture -# TODO: -a|--auto schedules too much - or is the scheduling really /that/ broken? - # shellcheck disable=SC2016 usage() { >&2 echo '' @@ -343,8 +341,6 @@ fi fi # auto-detect pkgbases if ${auto}; then - # TODO: check, if this still works or if it relied on the `priority` magic - >&2 echo 'autoscheduling needs testing / inspection - be prepared to schedule too many packages this way!' # schedule any package, that: # 1) is not on the build-list currently and # 2) has some dependency which is not provided by any package which |