summaryrefslogtreecommitdiffhomepage
path: root/ci/prepare-apt-repository.sh
AgeCommit message (Collapse)AuthorFilesLines
2024-06-25Separate Linux repository creation from app buildLinus Färnstrand1-60/+0
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
2024-02-02Fix `shellcheck` lints of our various bash scriptsSebastian Holmin1-0/+1
The following lints have been fixed: SC2046,SC2086,SC2068,SC2148,SC2007,SC2004,SC2006, SC2164,SC2145,SC1091,SC2034,SC2155.
2023-10-20Add APT repository preparation and upload scriptsLinus Färnstrand1-0/+59
Build an apt/deb repository on builds and store locally on the build server. Also push it to development infra instantly. Push to staging if it's a release. And store locally for manual push to production later