boklm pushed to branch main at The Tor Project / Applications / tor-browser-build
Commits:
-
96b1718f
by Nicolas Vigier at 2023-05-31T12:58:55+02:00
1 changed file:
Changes:
... | ... | @@ -10,7 +10,6 @@ do |
10 | 10 | tmpfile=$(mktemp)
|
11 | 11 | chmod 644 "$tmpfile"
|
12 | 12 | for url in \
|
13 | - "https://people.torproject.org/~$builder/builds/$tbb_version-build$tbb_version_build/$file" \
|
|
14 | 13 | "https://people.torproject.org/~$builder/builds/$SIGNING_PROJECTNAME/$tbb_version-build$tbb_version_build/$file" \
|
15 | 14 | "https://tb-build-04.torproject.org/~$builder/builds/$SIGNING_PROJECTNAME/$tbb_version_type/unsigned/$tbb_version-build$tbb_version_build/$file" \
|
16 | 15 | "https://tb-build-05.torproject.org/~$builder/builds/$SIGNING_PROJECTNAME/$tbb_version_type/unsigned/$tbb_version-build$tbb_version_build/$file"
|