From db8b0e0d70375e3ebc45e75a961323aa8173ccef Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Mon, 30 Nov 2020 19:01:05 +0100 Subject: update-archlinux32-package: copy auxilary files of kernels to the vm, too --- update-archlinux32-package | 6 ++++++ 1 file changed, 6 insertions(+) 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}"'" -- cgit v1.2.3