morgan pushed to branch maint-13.5 at The Tor Project / Applications / tor-browser-build
Commits:
-
0dc6b789
by Morgan at 2025-06-23T13:03:57+00:00
1 changed file:
Changes:
1 | 1 | #!/usr/bin/bash
|
2 | 2 | |
3 | -# This script triggers a build of Tor or Mullvad Browser on Mullvad Infrastructure
|
|
4 | -# Hashes are saved here: https://cdn.stagemole.eu/hashes/
|
|
5 | -# A Mullvad build server auth token (var/devmole_auth_token) is required to build
|
|
6 | -# For now you have to be connecting from Sweden (ie via Malmö or Gothenburg exits using MullvadVPN) for your request to succeed
|
|
3 | +# This script triggers a build of Tor or Mullvad Browser using on GitHub Actions:
|
|
4 | +# - https://github.com/mullvad/browser-build-public/actions
|
|
5 | +# Hashes are saved here: https://cdn.stagemole.eu/browser/hashes/
|
|
6 | +# A GitHub Access Token (var/devmole_auth_token) is required to kick a build
|
|
7 | 7 | |
8 | 8 | set -e
|
9 | 9 | |
... | ... | @@ -45,4 +45,4 @@ curl \ |
45 | 45 | -d "{\"ref\":\"main\",\"inputs\":{\"tag\":\"${TAG}\",\"release\":\"${RELEASE}\"}}"
|
46 | 46 | |
47 | 47 | echo
|
48 | -echo Hashes will appear in the appropriate workflow run here: https://github.com/mullvad/browser-build-public/actions/workflows/build.yml |
|
48 | +echo Hashes will appear here: https://cdn.stagemole.eu/browser/hashes/[% c("var/projectname") %]/[% c("var/torbrowser_version") %]-[% c("var/torbrowser_build") %]/ |