diff options
author | Erich Eckner <git@eckner.net> | 2017-11-08 13:15:21 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2017-11-08 13:15:21 +0100 |
commit | 5dd18099a7d396b621d1669cb5f6daca0199a638 (patch) | |
tree | 4cbab56964c3406727dff131f780855c3d363680 /bin/common-functions | |
parent | 503493ddd623679f595e00089de0a17fde28ea4a (diff) | |
download | builder-5dd18099a7d396b621d1669cb5f6daca0199a638.tar.xz |
bin/common-functions: find_biggest_subset: add TODO
Diffstat (limited to 'bin/common-functions')
-rwxr-xr-x | bin/common-functions | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/common-functions b/bin/common-functions index 3af96dd..2adb6e8 100755 --- a/bin/common-functions +++ b/bin/common-functions @@ -924,6 +924,9 @@ shrink_version() { ' } +# TODO: If a & b provide c, unmoveable a will block b, but it should not. +# Same, if a & b depend on c (not in omega). + # find_biggest_subset_of_packages $omega $keep $all_builds $all_depends [ $force ] # Return (to stdout) the biggest subset A of the packages in $omega whose |