From 9ff726e961142f73593895f858cf0d40cbff6c59 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Thu, 8 Aug 2019 08:15:48 +0200 Subject: bin/get-package-updates: ignore apparent deletions due to renames in blacklisting --- bin/get-package-updates | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/get-package-updates b/bin/get-package-updates index 2b07520..6f10c39 100755 --- a/bin/get-package-updates +++ b/bin/get-package-updates @@ -309,7 +309,7 @@ echo 'Check modified packages from the last update, and put them to the build li mysql_join_upstream_repositories_git_repositories printf ' WHERE `package_sources`.`pkgbase` IN (' # shellcheck disable=SC2154 - git -C "${repo_paths__archlinux32}" diff --no-renames --name-status "${old_repo_revisions__archlinux32}" "${new_repo_revisions__archlinux32}" -- 'blacklist' | \ + git -C "${repo_paths__archlinux32}" diff --name-status "${old_repo_revisions__archlinux32}" "${new_repo_revisions__archlinux32}" -- 'blacklist' | \ sed ' s@^D\tblacklist/[^/]\+/[^/]\+/@@ t -- cgit v1.2.3-54-g00ecf