From cb8256e05aacbe815dc35ca57764d15f0a018ab3 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Wed, 14 Oct 2020 10:53:57 +0200 Subject: update-archlinux32-package: fix "checksum" path --- update-archlinux32-package | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/update-archlinux32-package b/update-archlinux32-package index 6795598..8bcbc68 100755 --- a/update-archlinux32-package +++ b/update-archlinux32-package @@ -235,9 +235,12 @@ case ${update_path} in echo '"'"'[ "${arch[0]}" = any ] || arch+=(i686 pentium4)'"'"' >> PKGBUILD ' < "${git_repo_path}/${repo}/${pkgname}/PKGBUILD" update_checksum + scp "${used_upstream_git_path}/${pkgname}/repos/${repo}-${repo_arch}/PKGBUILD" \ + "arch32-test:${pkgname}/" if ! ssh arch32-test ' cd "'"${pkgname}"'" - cat > PKGBUILD + cat >> PKGBUILD + echo '"'"'[ "${arch[0]}" = any ] || arch+=(i686 pentium4)'"'"' >> PKGBUILD makepkg --verifysource ' < "${git_repo_path}/${repo}/${pkgname}/PKGBUILD"; then >&2 echo 'something went wrong' -- cgit v1.2.3