summaryrefslogtreecommitdiffhomepage
path: root/ci/mullvad-browser
AgeCommit message (Collapse)AuthorFilesLines
2025-03-11Move browser files to WORKDIR only after all fallible downloadsLinus Färnstrand1-2/+7
Fixes bug where downloading a new stable could replace the artifact in $WORKDIR/, and then a download of the alpha could fail, aborting the script. but since the WORKDIR cache of stable was already replaced, subsequent runs would not trigger a notification to the repository builder, as the stable artifact in WORKDIR would be identical at this point. Saving the move to WORKDIR until last prevents this hickup
2025-03-11Specify what file to check with gpg explicitlyLinus Färnstrand1-1/+1
Reduces noisy output from gpg
2025-02-18Add alpha release for mullvad-browser to linux repositoriesLinus Färnstrand1-3/+1
2024-07-18Clean up browsers who's signature does not match betterLinus Färnstrand1-0/+1
2024-07-18Publish browsers from workdir to always get the latestLinus Färnstrand1-1/+1
Avoids publishing only deb or only rpm if the download for some reason only fetched one
2024-07-18Copy browser artifact instead of linkingLinus Färnstrand1-1/+2
Works cross filesystems
2024-07-16Fix shellcheck complaintsLinus Färnstrand1-2/+2
2024-07-16Make browser download script store its state in the script dirLinus Färnstrand1-1/+3
Keeps its data close and uses tmp less. Easier to find
2024-07-16Silence noisy output from wgetLinus Färnstrand1-2/+2
2024-07-16Clean up browser download tmp dir with a trapLinus Färnstrand1-3/+5
Makes sure it's deleted even if the script dies prematurely
2024-07-16Add -f flag to ln to overwrite destination when it existsLinus Färnstrand1-1/+1
2024-06-25Add _x86_64 to the browser installer filesLinus Färnstrand1-5/+12
2024-06-25Separate Linux repository creation from app buildLinus Färnstrand4-0/+416
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