boklm pushed to branch main at The Tor Project / Applications / tor-browser-build
Commits:
187add7c by Nicolas Vigier at 2023-11-28T10:24:07+01:00
Bug 40995: Use cdn.stagemole.eu instead of cdn.devmole.eu in
download-unsigned-sha256sums-gpg-signatures-from-people-tpo
- - - - -
433eaf71 by Nicolas Vigier at 2023-11-28T10:25:00+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/e37d729fcf93668fbddf7ef30057dfc2769c5d98...433eaf71c24ba2e699c42f5d6912757563f793e2
--
View it on GitLab:
https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/compare/e37d729fcf93668fbddf7ef30057dfc2769c5d98...433eaf71c24ba2e699c42f5d6912757563f793e2
You're receiving this email because of your account on gitlab.torproject.org.
_______________________________________________ tbb-commits mailing list [email protected] https://lists.torproject.org/cgi-bin/mailman/listinfo/tbb-commits
