boklm pushed to branch main at The Tor Project / Applications / tor-browser-build
Commits: 9e7707b6 by Nicolas Vigier at 2024-03-19T16:12:58+01:00 Bug 41107: Add new type of URL for downloading signatures from people.tpo
- - - - -
1 changed file:
- tools/signing/download-unsigned-sha256sums-gpg-signatures-from-people-tpo
Changes:
===================================== tools/signing/download-unsigned-sha256sums-gpg-signatures-from-people-tpo ===================================== @@ -16,6 +16,7 @@ do file="$file.asc" urls=( \ "https://people.torproject.org/~$builder/builds/$SIGNING_PROJECTNAME/$tbb_ver..." \ + "https://people.torproject.org/~$builder/builds/$SIGNING_PROJECTNAME/$tbb_ver..." \ "https://tb-build-02.torproject.org/~$builder/builds/$SIGNING_PROJECTNAME/$tb..." \ "https://tb-build-03.torproject.org/~$builder/builds/$SIGNING_PROJECTNAME/$tb..." \ )
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/9e...