index : devops | |
Archlinux32 devs' convenience-scripts | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2021-03-31 20:44:15 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2021-03-31 20:44:15 +0200 |
commit | 0f99f1f81016d250644ce84a7410fe3344fe44c6 (patch) | |
tree | bfd7f694496051ceb01a8a9f5a54fcf65e7f166a /update-archlinux32-package | |
parent | 2cc3d8322abe74a54ad1915a90652b2f83d3f0cd (diff) |
-rwxr-xr-x | update-archlinux32-package | 7 |
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}"'" |