From de83633cf54bc28c7f5244ccc8557a2e1583d6b2 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Mon, 23 Apr 2018 15:51:39 +0200 Subject: bin/get-package-updates: fix comments --- bin/get-package-updates | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/get-package-updates b/bin/get-package-updates index 3c2758d..2a64219 100755 --- a/bin/get-package-updates +++ b/bin/get-package-updates @@ -225,8 +225,9 @@ for repo in ${repo_names}; do git -C "${repo_path}" diff --no-renames --name-status "${old_repo_revision}" "${new_repo_revision}" fi } | \ - # only track changes in PKGBUILDs + # rename any file to "PKGBUILD" for packages on the build-list sed "${trigger_rebuild_on_any_file_sed_expression}" | \ + # only track changes in PKGBUILDs grep '/PKGBUILD$' | \ if [ "${repo}" = "archlinux32" ]; then # modify the directory structure from the modifiaction-repository -- cgit v1.2.3-54-g00ecf