index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | bin/get-package-updates | 4 | ||||
-rwxr-xr-x | lib/common-functions | 2 |
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 |