diff options
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 |