[tor-commits] [builders/tor-browser-build] 01/09: Bug 40476: Update possible people.tpo build location
gitolite role
git at cupani.torproject.org
Tue May 10 11:42:11 UTC 2022
This is an automated email from the git hooks/post-receive script.
boklm pushed a commit to branch maint-11.0
in repository builders/tor-browser-build.
commit 12e2535aebe3eb7014d137336cb8c3fb6c31f568
Author: Nicolas Vigier <boklm at torproject.org>
AuthorDate: Sat Apr 30 12:39:54 2022 +0200
Bug 40476: Update possible people.tpo build location
---
.../download-unsigned-sha256sums-gpg-signatures-from-people-tpo | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/tools/signing/download-unsigned-sha256sums-gpg-signatures-from-people-tpo b/tools/signing/download-unsigned-sha256sums-gpg-signatures-from-people-tpo
index a26b051..0754329 100755
--- a/tools/signing/download-unsigned-sha256sums-gpg-signatures-from-people-tpo
+++ b/tools/signing/download-unsigned-sha256sums-gpg-signatures-from-people-tpo
@@ -10,7 +10,8 @@ do
tmpfile=$(mktemp)
chmod 644 "$tmpfile"
wget -q -O "$tmpfile" "https://people.torproject.org/~$builder/builds/$tbb_version-build$tbb_version_build/$file" || \
- wget -q -O "$tmpfile" "https://people.torproject.org/~$builder/builds/tor-browser/$tbb_version-build$tbb_version_build/$file" && \
+ wget -q -O "$tmpfile" "https://people.torproject.org/~$builder/builds/tor-browser/release/unsigned/$tbb_version-build$tbb_version_build/$file" && \
mv "$tmpfile" "$signed_version_dir/$file-$builder" && echo "Added $file-$builder"
done
done
+exit 0
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the tor-commits
mailing list