
richard pushed to branch maint-12.5 at The Tor Project / Applications / tor-browser-build Commits: 914a95c5 by Richard Pospesel at 2023-08-17T20:16:28+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/91... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/91... You're receiving this email because of your account on gitlab.torproject.org.
participants (1)
-
richard (@richard)