index : devops | |
Archlinux32 devs' convenience-scripts | gitolite user |
summaryrefslogtreecommitdiff |
-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}"'" |