summaryrefslogtreecommitdiffhomepage
path: root/ci/linux-repository-builder/prepare-apt-repository.sh
AgeCommit message (Collapse)AuthorFilesLines
2025-05-16Add release channel name as extra deb repo codenameLinus Färnstrand1-4/+10
Allows specifying a static codename. Allows users on non Debian/Ubuntu distros to successfully use the repositories even though their lsb_release command does not print a supported codename. We are transitioning towards only having the "stable" and "beta" code names
2024-06-25Separate Linux repository creation from app buildLinus Färnstrand1-0/+82
Creates a standalone service responsible for building deb/rpm repositories and uploading them. This means the app build scripts no longer do this. Instead the app is just sent to the "inbox" of the repository service. A separate script for downloading and verifying the Mullvad Browser is added, which allows adding the browser into the same repositories