Decide how to deploy Mullvad Browser deb package to some apt repository
I think there are different options to deploy the Mullvad Browser deb package to an apt repository:
-
Use the existing repositories at https://repository.mullvad.net/deb/. If
reprepo
is what is used to manage it, then the admin of the repository will need to run some command likereprepro includedeb <codename> <filename.deb>
to import the new package to the repository. -
Use a separate repository for Mullvad Browser (tor-browser-build#41115 (closed)). In this case we can generate during the build some repository that you can deploy somewhere on https://cdn.mullvad.net/browser/. I think we can add it to https://gitlab.torproject.org/tpo/applications/mullvad-browser-update-responses so it can be deployed at the same time as https://cdn.mullvad.net/browser/update_responses/.
@ruihildt, do you have a preferred option?