| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-03-11 | Move browser files to WORKDIR only after all fallible downloads | Linus Färnstrand | 1 | -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-11 | Specify what file to check with gpg explicitly | Linus Färnstrand | 1 | -1/+1 | |
| Reduces noisy output from gpg | |||||
| 2025-02-18 | Add alpha release for mullvad-browser to linux repositories | Linus Färnstrand | 1 | -3/+1 | |
| 2024-07-18 | Clean up browsers who's signature does not match better | Linus Färnstrand | 1 | -0/+1 | |
| 2024-07-18 | Publish browsers from workdir to always get the latest | Linus Färnstrand | 1 | -1/+1 | |
| Avoids publishing only deb or only rpm if the download for some reason only fetched one | |||||
| 2024-07-18 | Copy browser artifact instead of linking | Linus Färnstrand | 1 | -1/+2 | |
| Works cross filesystems | |||||
| 2024-07-16 | Fix shellcheck complaints | Linus Färnstrand | 1 | -2/+2 | |
| 2024-07-16 | Make browser download script store its state in the script dir | Linus Färnstrand | 1 | -1/+3 | |
| Keeps its data close and uses tmp less. Easier to find | |||||
| 2024-07-16 | Silence noisy output from wget | Linus Färnstrand | 1 | -2/+2 | |
| 2024-07-16 | Clean up browser download tmp dir with a trap | Linus Färnstrand | 1 | -3/+5 | |
| Makes sure it's deleted even if the script dies prematurely | |||||
| 2024-07-16 | Add -f flag to ln to overwrite destination when it exists | Linus Färnstrand | 1 | -1/+1 | |
| 2024-06-25 | Add _x86_64 to the browser installer files | Linus Färnstrand | 1 | -5/+12 | |
| 2024-06-25 | Separate Linux repository creation from app build | Linus Färnstrand | 4 | -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 | |||||
