summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-04-23 15:51:39 +0200
committerErich Eckner <git@eckner.net>2018-04-23 15:51:39 +0200
commitde83633cf54bc28c7f5244ccc8557a2e1583d6b2 (patch)
treef80103a92c8d8d03353375824f201bea4f7ec095
parent0f4f0c9c0df8dab6c6bb0f763a03a146dd6453a7 (diff)
downloadbuilder-de83633cf54bc28c7f5244ccc8557a2e1583d6b2.tar.xz
bin/get-package-updates: fix comments
-rwxr-xr-xbin/get-package-updates3
1 files changed, 2 insertions, 1 deletions
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