Skip to content
Snippets Groups Projects
Unverified Commit 638c690d authored by boklm's avatar boklm
Browse files

Bug 40783: Use $projectname prefix when downloading signatures

Following #40737 the build directory is prefixed with $projectname.
parent 4003aeea
Branches
Tags
1 merge request!656download-unsigned-sha256sums-gpg-signatures-from-people-tpo updates
......@@ -11,9 +11,9 @@ do
chmod 644 "$tmpfile"
for url in \
"https://people.torproject.org/~$builder/builds/$tbb_version-build$tbb_version_build/$file" \
"https://people.torproject.org/~$builder/builds/tor-browser/$tbb_version-build$tbb_version_build/$file" \
"https://tb-build-04.torproject.org/~$builder/builds/$tbb_version_type/unsigned/$tbb_version-build$tbb_version_build/$file" \
"https://tb-build-05.torproject.org/~$builder/builds/$tbb_version_type/unsigned/$tbb_version-build$tbb_version_build/$file"
"https://people.torproject.org/~$builder/builds/$SIGNING_PROJECTNAME/$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"
do
if wget -q -O "$tmpfile" "$url"; then
mv "$tmpfile" "$signed_version_dir/$file-$builder"
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment