index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2019-09-06 14:37:39 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2019-09-06 14:37:39 +0200 |
commit | fbe3ac6a0518f9359d98b1812f5a5794809c9da8 (patch) | |
tree | c571dd1931f681b00661c045d83de3183833165f | |
parent | 42dd415ab62852a4c9a24237ea29fa1b2eb62d18 (diff) |
-rwxr-xr-x | bin/seed-build-list | 4 |
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 |