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