From a03d5ca817a8065ea5caf0a7a49ee7c133b02964 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Wed, 1 Nov 2017 09:21:32 +0100 Subject: bin/db-update, bin/get-package-updates: add TODOs --- bin/get-package-updates | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'bin/get-package-updates') diff --git a/bin/get-package-updates b/bin/get-package-updates index 5c83f7f..90b8033 100755 --- a/bin/get-package-updates +++ b/bin/get-package-updates @@ -148,9 +148,8 @@ cp \ "${work_dir}/deletion-list" \ "${work_dir}/deletion-list.new" -# TODO: -# Only tracking PKGBUILDs is ineffective if some error outside of the PKGBUILD (e.g. a missing source file) -# is corrected upstream on the other hand, changing files next to a PKGBUILD should not trigger a rebuild +# TODO: Only tracking PKGBUILDs is ineffective if some error outside of the PKGBUILD (e.g. a missing source file) +# is corrected upstream. On the other hand, changing files next to a PKGBUILD should not trigger a rebuild # if the package was already built successfully. for repo in ${repo_names}; do -- cgit v1.2.3-54-g00ecf