From 9dfc658df9cd1344f10d4ef9e60dd24fce5c2bae Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Mon, 11 Jun 2018 09:37:39 +0200 Subject: update TODOs --- bin/get-package-updates | 4 +--- lib/common-functions | 2 ++ 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/get-package-updates b/bin/get-package-updates index 26f6e87..a840963 100755 --- a/bin/get-package-updates +++ b/bin/get-package-updates @@ -17,9 +17,7 @@ # TODO: Being on the deletion-list is not a reason not to be scheduled # if a dependency formerly on the deletion-list is now being built. -# TODO: implement a separate deletion for each architecture - -# TODO: make the blacklist arch-specific +# TODO: implement a separate deletion list for each architecture # shellcheck disable=SC2016 usage() { diff --git a/lib/common-functions b/lib/common-functions index ce16e73..15d14d0 100755 --- a/lib/common-functions +++ b/lib/common-functions @@ -112,6 +112,8 @@ ls_master_mirror() { } +# TODO: enable operation on multiple packages simultanously + # remove_old_package_versions $binary_package_in_repository_id # removes all older versions of the given package from all repositories -- cgit v1.2.3-54-g00ecf