[tbb-commits] [Git][tpo/applications/tor-browser-build][maint-13.0] 2 commits: Bug 40995: Use cdn.stagemole.eu instead of cdn.devmole.eu in...
boklm (@boklm)
git at gitlab.torproject.org
Tue Nov 28 09:34:49 UTC 2023
boklm pushed to branch maint-13.0 at The Tor Project / Applications / tor-browser-build
Commits:
01186a55 by Nicolas Vigier at 2023-11-28T10:34:19+01:00
Bug 40995: Use cdn.stagemole.eu instead of cdn.devmole.eu in download-unsigned-sha256sums-gpg-signatures-from-people-tpo
- - - - -
9aa0d30b by Nicolas Vigier at 2023-11-28T10:34:29+01:00
Bug 41027: Remove tb-build-04 and tb-build-05 from tools/signing/download-unsigned-sha256sums-gpg-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
=====================================
@@ -11,15 +11,13 @@ do
chmod 644 "$tmpfile"
if test "$builder" = 'jb'; then
file="$file.gpg"
- urls=("https://cdn.devmole.eu/hashes//$SIGNING_PROJECTNAME/$tbb_version-build$tbb_version_build/$file")
+ urls=("https://cdn.stagemole.eu/hashes/$SIGNING_PROJECTNAME/$tbb_version-build$tbb_version_build/$file")
else
file="$file.asc"
urls=( \
"https://people.torproject.org/~$builder/builds/$SIGNING_PROJECTNAME/$tbb_version-build$tbb_version_build/$file" \
"https://tb-build-02.torproject.org/~$builder/builds/$SIGNING_PROJECTNAME/$tbb_version_type/unsigned/$tbb_version-build$tbb_version_build/$file" \
"https://tb-build-03.torproject.org/~$builder/builds/$SIGNING_PROJECTNAME/$tbb_version_type/unsigned/$tbb_version-build$tbb_version_build/$file" \
- "https://tb-build-04.torproject.org/~$builder/builds/$SIGNING_PROJECTNAME/$tbb_version_type/unsigned/$tbb_version-build$tbb_version_build/$file" \
- "https://tb-build-05.torproject.org/~$builder/builds/$SIGNING_PROJECTNAME/$tbb_version_type/unsigned/$tbb_version-build$tbb_version_build/$file" \
)
fi
for url in "${urls[@]}"
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/compare/c8c6221f7de472660a26c189ab6e8f6c47083e45...9aa0d30bc25a25307d892eb5cab6fef4d5d80615
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/compare/c8c6221f7de472660a26c189ab6e8f6c47083e45...9aa0d30bc25a25307d892eb5cab6fef4d5d80615
You're receiving this email because of your account on gitlab.torproject.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.torproject.org/pipermail/tbb-commits/attachments/20231128/a74fec86/attachment-0001.htm>
More information about the tbb-commits
mailing list