diff options
author | Erich Eckner <git@eckner.net> | 2018-01-04 19:52:04 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-01-04 19:52:04 +0100 |
commit | 11bba0e128eb1c35660797a2f2c930083f876c0a (patch) | |
tree | 63c5060f2613eda8f95c9b8f2b4796a98164483e /bin/common-functions | |
parent | dee9611d197ef9db4222f063eac7c3114bb10f73 (diff) | |
download | builder-11bba0e128eb1c35660797a2f2c930083f876c0a.tar.xz |
bin/common-functions: 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 8e269a7..6bfa319 100755 --- a/bin/common-functions +++ b/bin/common-functions @@ -399,6 +399,9 @@ ls_master_mirror() { # removes all older (not-newer) versions of $package_file # in all repositories not-older (newer) than $repository +# TODO: should remove all other version (also newer) from +# some repositories :-/ + # A package is considered not newer if # a) its version is not newer # A package is considered older if |