| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-08-08 | Remove all usage of USE_MOLD env var for containers | Linus Färnstrand | 1 | -2/+1 | |
| 2025-02-07 | Update all CI to update wireguard-go submodule more explicitly | Linus Färnstrand | 1 | -1/+1 | |
| 2024-12-03 | Run play publish tasks on build server | Albin | 1 | -1/+1 | |
| 2024-06-25 | Update build server scripts | Markus Pettersson | 1 | -0/+1 | |
| Fix the build server scripts for Linux and Android by checking out the wireguard-go submodule. | |||||
| 2023-10-19 | Prevent keyboard input when generating version name | Albin | 1 | -1/+1 | |
| 2023-10-19 | Use new upload dir in android build script | Albin | 1 | -1/+1 | |
| 2023-10-19 | Simplify android build script tag logic | Albin | 1 | -5/+3 | |
| 2023-10-19 | Fix tag insertion in flavor builds | Albin | 1 | -7/+1 | |
| This fix ensures that the tag is inserted in the correct place of flavored builds. Previously: MullvadVPN-<version>.play+<tag>.aab Fixed: MullvadVPN-<version>+<tag>.play.aab | |||||
| 2023-10-19 | Fix tag formatting in artifact names | Albin | 1 | -2/+2 | |
| This fix changes from removing dissallowed tag characters to instead replace them with a hyphen. | |||||
| 2023-10-17 | Add platform to checksums file in buildserver-build scripts | Oskar Nyberg | 1 | -1/+1 | |
| 2023-09-21 | Support new bundle name in the build server script | Albin | 1 | -1/+7 | |
| This fix makes sure that both `*.play.aab` and `*.aab` bundles are supported and get the correct names. Ideally the `sed` command which this commit touches would be able to add the suffix using a small tweak to the pattern like this: `(MullvadVPN-.*-dev-.*)(\.apk|\.play\.aab|\.aab)` However, that pattern would result in the suffix being incorrectly placed due the greedy nature of `sed` like the "incorrect" one below: MullvadVPN-<version>.play+suffix.aab (incorrect) MullvadVPN-<version>+suffix.play.aab (correct) | |||||
| 2023-09-21 | Fix generated android version in build script | Albin | 1 | -1/+1 | |
| 2023-09-21 | Fix containerized build return code | Albin | 1 | -1/+1 | |
| 2023-09-21 | Fix call to generate version | Albin | 1 | -1/+5 | |
| 2023-09-21 | Unify android build server script with the desktop equivalent | Albin | 1 | -29/+63 | |
| The scripts deviated some time ago so this commits aims to unify the android script with the desktop equivalent in terms of its structure as well as how it handles versioning and artifacts. | |||||
| 2023-09-21 | Use unique cargo volumes for android builds | Albin | 1 | -0/+2 | |
| 2023-03-14 | Allow using mold in containers | Linus Färnstrand | 1 | -1/+3 | |
| Opt in with USE_MOLD=true | |||||
| 2023-03-03 | Change bash function format to match our style guide in buildserver-* | Linus Färnstrand | 1 | -2/+2 | |
| 2023-02-28 | Make TAG_PATTERN_TO_BUILD a string instead of string-array | Oskar Nyberg | 1 | -1/+1 | |
| 2023-02-28 | Disable SC2207 since tags can't include spaces | Oskar Nyberg | 1 | -0/+3 | |
| 2023-02-28 | Add quotes around variables | Oskar Nyberg | 1 | -6/+6 | |
| 2023-02-27 | Change indentation 2->4 spaces in buildserver-upload.sh | Linus Färnstrand | 1 | -62/+62 | |
| 2023-02-23 | Rename all mentions of the "master" branch to "main" | Linus Färnstrand | 1 | -1/+1 | |
| 2022-12-08 | Specify credential dir in build server script | Albin | 1 | -1/+2 | |
| 2022-12-08 | Build Android in container on build server | Albin | 1 | -1/+1 | |
| 2022-12-08 | Add Android-only buildserver build script | Albin | 1 | -0/+103 | |
