From 2cc3d8322abe74a54ad1915a90652b2f83d3f0cd Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Wed, 31 Mar 2021 20:40:10 +0200 Subject: update-archlinux32-package: "kernel with upstream": upload auxillary files to the build-vm, too --- update-archlinux32-package | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/update-archlinux32-package b/update-archlinux32-package index 906fcdf..4ce46d4 100755 --- a/update-archlinux32-package +++ b/update-archlinux32-package @@ -407,6 +407,14 @@ 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 -- . \ + | tar -tf - \ + | grep -vxF "$( + printf '%s\n' \ + 'PKGBUILD' + ${config_names} + )" \ + | xargs -r git -C "${git_repo_path}/${repo}/${pkgname}" archive HEAD -- for config_name in ${config_names}; do tar -c -C "${git_repo_path}/${repo}/${pkgname}" "${config_name}" done -- cgit v1.2.3