From 0f99f1f81016d250644ce84a7410fe3344fe44c6 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Wed, 31 Mar 2021 20:44:15 +0200 Subject: update-archlinux32-package: dammit, 2cc3d8322abe74a54ad1915a90652b2f83d3f0cd was redundant - clean up --- update-archlinux32-package | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/update-archlinux32-package b/update-archlinux32-package index 4ce46d4..1ce64ee 100755 --- a/update-archlinux32-package +++ b/update-archlinux32-package @@ -407,7 +407,7 @@ case ${update_path} in ' "${git_repo_path}/${repo}/${pkgname}/PKGBUILD" { git -C "${upstream_git_path}/${pkgname}/repos/${repo}-x86_64" archive HEAD -- - git -C "${git_repo_path}/${repo}/${pkgname}" archive HEAD -- . \ + git -C "${git_repo_path}/${repo}/${pkgname}" archive HEAD \ | tar -tf - \ | grep -vxF "$( printf '%s\n' \ @@ -418,11 +418,6 @@ case ${update_path} in for config_name in ${config_names}; do tar -c -C "${git_repo_path}/${repo}/${pkgname}" "${config_name}" done - git -C "${git_repo_path}/${repo}/${pkgname}" archive HEAD \ - | tar -t \ - | grep -v '^config' \ - | grep -vxF 'PKGBUILD' \ - | xargs -r git -C "${git_repo_path}/${repo}/${pkgname}" archive HEAD -- } | \ ssh arch32-test ' mkdir "'"${pkgname}"'" -- cgit v1.2.3