[builders/tor-browser-build] branch main updated: Bug 28754: make testbuild-android-armv7 stalls during sha256sum step

This is an automated email from the git hooks/post-receive script. richard pushed a commit to branch main in repository builders/tor-browser-build. The following commit(s) were added to refs/heads/main by this push: new 99fd468d Bug 28754: make testbuild-android-armv7 stalls during sha256sum step 99fd468d is described below commit 99fd468df10fe9abf249bb9f3b0f9f61be07d092 Author: Richard Pospesel <richard@torproject.org> AuthorDate: Mon Oct 17 22:17:32 2022 +0000 Bug 28754: make testbuild-android-armv7 stalls during sha256sum step --- projects/release/build | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/projects/release/build b/projects/release/build index 32fb375a..b1dc191b 100644 --- a/projects/release/build +++ b/projects/release/build @@ -47,7 +47,15 @@ RewriteRule ^sha256sums.txt.asc$ sha256sums-unsigned-build.txt.asc RewriteRule ^sha256sums.incrementals.txt$ sha256sums-unsigned-build.incrementals.txt RewriteRule ^sha256sums.incrementals.txt.asc$ sha256sums-unsigned-build.incrementals.txt.asc EOF -sha256sum $(ls -1 *.exe *.tar.xz *.dmg *.mar *.zip *.tar.gz *.apk *.json | grep -v '\.incremental\.mar$' | sort) > sha256sums-unsigned-build.txt + +# empty any existing sh256sums file +echo > sha256sums-unsigned-build.txt +# concat sha256sum entry for each file in set +for i in $(ls -1 *.exe *.tar.xz *.dmg *.mar *.zip *.tar.gz *.apk *.json | grep -v '\.incremental\.mar$' | sort) +do + sha256sum $i >> sha256sums-unsigned-build.txt +done + [% IF c("var/sign_build") -%] gpg -abs [% c("var/sign_build_gpg_opts") %] sha256sums-unsigned-build.txt [% END -%] -- To stop receiving notification emails like this one, please contact the administrator of this repository.
participants (1)
-
gitolite role