commit 647c3f8dc1d9a89f06fb90cc473ca11a948d0405 Author: Matthew Finkel sysrqb@torproject.org Date: Mon Jul 27 02:09:22 2020 +0000
Revert "Point Tor Browser downloads at archive.tpo"
This reverts commit ea8e9945f47613c43bdea3579c053024c39fda34.
The packages are on the webserver again. --- lego | 2 +- templates/hero-download.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/lego b/lego index fb083d69..7f2289bf 160000 --- a/lego +++ b/lego @@ -1 +1 @@ -Subproject commit fb083d69aa0191f891d1e3243db89e474a1c8c0d +Subproject commit 7f2289bf68685da40878bb09ee91346057c443d3 diff --git a/templates/hero-download.html b/templates/hero-download.html index b9577940..eabd2e40 100644 --- a/templates/hero-download.html +++ b/templates/hero-download.html @@ -10,7 +10,7 @@ <div class="oval-2 bg-darker"> {% set alt_l = alt %} {% set t = bag('versions', 'torbrowser-stable') %} - {% set download_prefix = 'https://archive.torproject.org/tor-package-archive/torbrowser/' + t.version + '/' %} + {% set download_prefix = '/dist/torbrowser/' + t.version + '/' %} {% if alt_l == 'en' %} {% set alt_l = 'en-US' %} {% elif alt_l == 'es' %}
tor-commits@lists.torproject.org