From 1e9eff62b3b490935f61ecceda1a601821d0336d Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Sun, 19 Mar 2017 14:36:17 +0100 Subject: bin/get-package-updates add TODO comment --- bin/get-package-updates | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bin') diff --git a/bin/get-package-updates b/bin/get-package-updates index 9004b31..e43535a 100755 --- a/bin/get-package-updates +++ b/bin/get-package-updates @@ -57,6 +57,9 @@ done # If a package is deleted, remove from the rebuild list, and add it to the deletion list. # If a new package is added, then ensure that it's not on the deletion list. +# TODO: +# ignore packages from the blacklist + for repo in "${!repo_paths[@]}"; do current_HEAD="$( git -C "${repo_paths["${repo}"]}" rev-parse HEAD -- cgit v1.2.3-54-g00ecf