[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [tpo/staging] Revert "Unbreak alpha builds, too"
commit fe4481dfd2e87f095aeee4f8912753fc318582d3
Author: Matthew Finkel <sysrqb@xxxxxxxxxxxxxx>
Date: Mon Jul 27 02:08:51 2020 +0000
Revert "Unbreak alpha builds, too"
This reverts commit 7b192493f98eb3a5e79c26039073ff89f3231796.
---
templates/macros/downloads.html | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/templates/macros/downloads.html b/templates/macros/downloads.html
index afecd532..49ad3de7 100644
--- a/templates/macros/downloads.html
+++ b/templates/macros/downloads.html
@@ -1,5 +1,5 @@
{% macro render_windows(version, alt) %}
- {% set download_prefix = 'https://archive.torproject.org/tor-package-archive/torbrowser/' + version + '/' %}
+ {% set download_prefix = '/dist/torbrowser/' + version + '/' %}
{% if alt == 'en' %}
{% set alt = 'en-US' %}
{% elif alt == 'es' %}
@@ -22,7 +22,7 @@
{% endmacro %}
{% macro render_mac(version, alt) %}
- {% set download_prefix = 'https://archive.torproject.org/tor-package-archive/torbrowser/' + version + '/' %}
+ {% set download_prefix = '/dist/torbrowser/' + version + '/' %}
{% if alt == 'en' %}
{% set alt = 'en-US' %}
{% elif alt == 'es' %}
@@ -35,7 +35,7 @@
{% endmacro %}
{% macro render_linux(version, alt) %}
- {% set download_prefix = 'https://archive.torproject.org/tor-package-archive/torbrowser/' + version + '/' %}
+ {% set download_prefix = '/dist/torbrowser/' + version + '/' %}
{% if alt == 'en' %}
{% set alt = 'en-US' %}
{% elif alt == 'es' %}
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits