diff options
Diffstat (limited to 'update-archlinux32-package')
-rwxr-xr-x | update-archlinux32-package | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/update-archlinux32-package b/update-archlinux32-package index eb243c1..75e8dbb 100755 --- a/update-archlinux32-package +++ b/update-archlinux32-package @@ -410,6 +410,12 @@ 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 -- $( + git -C "${git_repo_path}/${repo}/${pkgname}" archive HEAD \ + | tar -t \ + | grep -v '^config' \ + | grep -vxF 'PKGBUILD' + ) } | \ ssh arch32-test ' mkdir "'"${pkgname}"'" |