| Age | Commit message (Collapse) | Author | Files | Lines |
|
This also verifies that both arm and x64 packages are present
|
|
|
|
|
|
|
|
Makes the script stable no matter which platform it is running on
|
|
|
|
|
|
|
|
|
|
log_info discards all arguments but $1
|
|
This is to allow manual modification of metadata before it is signed and
published, this is useful to set a custom rollout for a release.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This changes the script from only creating draft releases to defaulting
to final releases. It's still possible to create a draft release by
adding the --draft flag.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Should be functionally equivalent to the previous code, but cleaner and
simpler
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Allows specifying a static codename. Allows users on non Debian/Ubuntu
distros to successfully use the repositories even though their
lsb_release command does not print a supported codename.
We are transitioning towards only having the "stable" and "beta" code
names
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Make it harder to accidentally trust signatures from a key different
from the Mullvad Code signing key by explicitly setting the the allowed
signer key. This is possible with `sq verify --signer-file`.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|