Skip to content
Snippets Groups Projects
Commit 2ed76754 authored by Richard Pospesel's avatar Richard Pospesel
Browse files

Bug 135: Update URLs in update_responses_config.yml to point to mullvad URLs

parent ffbdefde
No related branches found
No related tags found
No related merge requests found
......@@ -9,10 +9,17 @@ appname_bundle_win32: '[% c("var/projectname") %]-install'
appname_bundle_win64: '[% c("var/projectname") %]-install-win64'
releases_dir: [% path(c('output_dir')) %][% IF ! c("var/nightly") %]/signed[% END %]
download:
archive_url: 'https://archive.torproject.org/tor-package-archive/[% c("var/projectname") %]'
gpg_keyring: ../../keyring/torbrowser.gpg
bundles_url: 'https://dist.torproject.org/[% c("var/projectname") %]'
mars_url: 'https://cdn.torproject.org/aus1/[% c("var/projectname") %]'
[% IF c("var/tor-browser") -%]
archive_url: 'https://archive.torproject.org/tor-package-archive/torbrowser'
bundles_url: 'https://dist.torproject.org/torbrowser'
mars_url: 'https://cdn.torproject.org/aus1/torbrowser'
[% END -%]
[% IF c("var/mullvad-browser") -%]
archive_url: 'https://cdn.mullvad.net/browser'
bundles_url: 'https://cdn.mullvad.net/browser'
mars_url: 'https://cdn.mullvad.net/browser'
[% END -%]
build_targets:
linux32: Linux_x86-gcc3
linux64: Linux_x86_64-gcc3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment