mirror of
https://github.com/libssh2/libssh2.git
synced 2026-01-27 00:18:12 +03:00
- set bash `-eu`. - fix bash `-eu` issues. - apply `TZ=UTC` and `LC_ALL=C` for reproducibility. - sort `.zip` entries for reproducibility. - zip with `--no-extra` for reproducibliity. - use maximum zip compression. - add the gpg sign command-line. Copied from curl. - add CI test for `maketgz`. Closes #1353