diff options
author | Erich Eckner <git@eckner.net> | 2018-02-02 09:41:34 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-02-02 09:41:34 +0100 |
commit | 3a9e15c190799046ee665cd015ba9371fcf09b4a (patch) | |
tree | 056dc621bb5dbe129f3f96da08e989c53cb38c4c /bin/common-functions | |
parent | 75eee3c091714d13638afdfadc79b8d29537f22f (diff) | |
download | builder-3a9e15c190799046ee665cd015ba9371fcf09b4a.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 d7d63f0..85e7673 100755 --- a/bin/common-functions +++ b/bin/common-functions @@ -400,6 +400,9 @@ ls_master_mirror() { } +# TODO: the actions of remove_old_package_versions should be done +# on basis of the information in the database and + # remove_old_package_versions $arch $repository $package_file # removes all older (not-newer) versions of $package_file |