[tor-commits] [Git][tpo/applications/tor-browser-build][main] 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:33:23 UTC 2023
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.torproject.org/pipermail/tor-commits/attachments/20231128/610036b4/attachment-0001.htm>
More information about the tor-commits
mailing list