index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2017-11-10 21:00:05 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2017-11-10 21:00:05 +0100 |
commit | 3b05c7ea9b3e3d4fd070ed69865f9d2de44f6a47 (patch) | |
tree | 16f3c577d78698b8d35e09812f6707871c9304fa | |
parent | 96b24c7375aa087da01ea1b3285f980c695a2729 (diff) |
-rwxr-xr-x | bin/common-functions | 2 |
diff --git a/bin/common-functions b/bin/common-functions index 65a6f92..31f6928 100755 --- a/bin/common-functions +++ b/bin/common-functions @@ -920,6 +920,8 @@ 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). +# -- actually it looks alright from a source code point of view, but on the other +# hand something behaves "conservative" :-/ # find_biggest_subset_of_packages $omega $keep $all_builds $all_depends [ $force ] |