Skip to content

Commit

Permalink
Fix tor-bridge mirror.yml OSX URLs (StreisandEffect#984)
Browse files Browse the repository at this point in the history
It looks like 685a387 was a little bit too thorough and we updated this mirror URL when we shouldn't have. Unfortunately we don't run the tor playbook in CI right now and so the broken Tor Browser Bundle URL didn't surface in CI. This commit restores the correct Tor browser bundle URL for OSX clients.
  • Loading branch information
An0nymous0 authored and cpu committed Oct 11, 2017
1 parent 04b2849 commit 66f27ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playbooks/roles/tor-bridge/vars/mirror.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ tor_windows_sig_filename_template: "{{ tor_windows_filename_template }}.asc"
tor_windows_href: "{{ tor_mirror_href_base }}/{{ tor_windows_filename_template }}"
tor_windows_sig_href: "{{ tor_mirror_href_base }}/{{ tor_windows_sig_filename_template }}"

tor_macos_filename_base: "TorBrowser-{{ tor_browser_bundle_version }}-macos64"
tor_macos_filename_base: "TorBrowser-{{ tor_browser_bundle_version }}-osx64"
tor_macos_filename_template: "{{ tor_macos_filename_base }}_locale.dmg"
tor_macos_sig_filename_template: "{{ tor_macos_filename_template }}.asc"
tor_macos_href: "{{ tor_mirror_href_base }}/{{ tor_macos_filename_template }}"
Expand Down

0 comments on commit 66f27ec

Please sign in to comment.