You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
release: fix tarball signing and Debian compression (#1009)
While we added PGP signatures for tarballs in 7baac73, we did not notice
that, while ESRP returns a file with the tar.gz extension, it is actually
the signature file, not the tarball itself. Correct with this change and
validate tarball moving forward so it doesn't happen again!
Additionally, a user reported in #997 that the latest GCM Debian package
didn't work on Debian distributions. It appears that the version of dpkg
that ships with Debian [does not support zstd
compression](https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=892664).
Enforcing xz compression resolves the issue.
Finally, this provided an opportunity to clean up some unused variables
in pack.sh for Linux and to ensure we check the architecture is found
before attemping to use the ARCH variable.
These changes were validated with [this successful test
run](https://github.com/ldennington/git-credential-manager/actions/runs/3795232469)
in my fork.
0 commit comments