summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xupdate-archlinux32-package7
1 files changed, 1 insertions, 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}"'"