[tbb-commits] [Git][tpo/applications/tor-browser-build][main] Bug 40921: staticiforme-prepare-cdn-dist-upload uses hardcoded torbrowser path...

richard (@richard) git at gitlab.torproject.org
Thu Aug 17 16:42:53 UTC 2023



richard pushed to branch main at The Tor Project / Applications / tor-browser-build


Commits:
418eae60 by Richard Pospesel at 2023-08-15T02:28:49+00:00
Bug 40921: staticiforme-prepare-cdn-dist-upload uses hardcoded torbrowser path for .htacess file generation

- - - - -


1 changed file:

- tools/signing/staticiforme-prepare-cdn-dist-upload


Changes:

=====================================
tools/signing/staticiforme-prepare-cdn-dist-upload
=====================================
@@ -3,7 +3,7 @@ set -e
 script_dir=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
 source "$script_dir/functions"
 
-dist_dir="/srv/dist-master.torproject.org/htdocs/torbrowser/$tbb_version"
+dist_dir="/srv/dist-master.torproject.org/htdocs/$SIGNING_PROJECTNAME/$tbb_version"
 cat > "$dist_dir/.htaccess" << 'EOF'
 RewriteEngine On
 RewriteRule ^sha256sums.txt$ sha256sums-unsigned-build.txt



View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/418eae60994f64675b648188f4edbc9466d9e2ed

-- 
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/418eae60994f64675b648188f4edbc9466d9e2ed
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/20230817/edbf7134/attachment.htm>


More information about the tbb-commits mailing list