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

the GZIP=-n in tarfile creation is giving a warning on AL9 #548

Open
marcmengel opened this issue Mar 6, 2024 · 0 comments
Open

the GZIP=-n in tarfile creation is giving a warning on AL9 #548

marcmengel opened this issue Mar 6, 2024 · 0 comments

Comments

@marcmengel
Copy link
Contributor

So in AL9, we get a warning from gzip about the GZIP=-n in the environment:

gzip: warning: GZIP environment variable is deprecated; use an alias or script

when we are making a tarfile with tardir:, of course we do this to get a compressed
file that is repeatable; but we should instead probably
a) switch to bz2 and
b) possibly switch to using the python tar module to make the tarfile, but that will involve
walking the directory tree, handling the exclude list, etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant