From 4d6658bed1a3e53b6dc0374634f748a48bd4c225 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Fri, 29 Nov 2019 21:05:16 +0100 Subject: bin/get-package-updates: add TODO --- bin/get-package-updates | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bin/get-package-updates') diff --git a/bin/get-package-updates b/bin/get-package-updates index 03c1d25..b293543 100755 --- a/bin/get-package-updates +++ b/bin/get-package-updates @@ -449,6 +449,9 @@ echo 'Check modified packages from the last update, and put them to the build li printf '%s\n' "${package}" >> "${tmp_dir}/modified-packages" # shellcheck disable=SC2154 printf '%s ' "${package}" "${git_revision}" "${new_repo_revisions__archlinux32}" "${repository}" >&2 +# TODO: sometimes we schedule the identical package twice (once "normal" +# and once, because we found the deleted package elsewhere) - this could +# be avoided mysql_generate_package_metadata "${repository_ids__any_to_be_decided}" "${package}" "${git_revision}" "${new_repo_revisions__archlinux32}" "${repository}" printf '\n' >&2 continue -- cgit v1.2.3