From 3d67e240cc910d0cea978291b7bee35f488422f9 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Sat, 26 Sep 2020 16:09:02 +0200 Subject: bin/get-package-updates: new TODO --- bin/get-package-updates | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin/get-package-updates') diff --git a/bin/get-package-updates b/bin/get-package-updates index 3f496fe..cdd7619 100755 --- a/bin/get-package-updates +++ b/bin/get-package-updates @@ -321,6 +321,8 @@ echo 'Check modified packages from the last update, and put them to the build li while read -r pkgbase repository git_repository; do eval 'git_rev="${new_repo_revisions__'"${git_repository}"'}"' eval 'git_dir="${repo_paths__'"${git_repository}"'}"' + # TODO: maybe, we want to exclude our own packages here, too? But why + # would they be black listed in the first place? if git -C "${git_dir}" archive "${git_rev}" -- "${pkgbase}/repos" \ | tar -tf - \ | cut -d/ -f3 \ -- cgit v1.2.3