| Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
Removes unsed env variables.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This is needed for reproducible builds. The script gets
the file paths to the user's Cargo and Rustup home dirs, as well as the
path to the Mullvad app source dir. These paths are then remapped to
fixed values which is needed to make the build reproducible.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Move vm subcommand into config subcommand
Also change the `test-manager config vm list` command to just list
configured VMs, instead of their configuration contents.
|
|
|
|
|
|
Replace `MullvadClientArgument` with `Option`
Small refactor
|
|
|
|
Small update to docs
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|