Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: gzip tarballs #296

Merged
merged 1 commit into from
Mar 15, 2024
Merged

build: gzip tarballs #296

merged 1 commit into from
Mar 15, 2024

Commits on Mar 15, 2024

  1. build: gzip tarballs

    The tar command currently used to create the release `smocker.tar.gz`
    files isn't compressing the archives, so add the `-z` in there. This
    should reduce archive sizes from around 32mb to 10-15mb (compressing
    a released tarball is usually 10mb, my local builds are 15mb,
    so might vary depending on who runs the build) and not lead to
    any confusion when folks run `tar -xzf smocker.tar.gz` and find
    out the it's not compressed.
    
    Current instructions using `tar xf` don't need to be updated since
    that will detect if the archive is compressed.
    nilium authored and Thiht committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    4b35e8b View commit details
    Browse the repository at this point in the history