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

MAINT: Drop user and group info from tarball #6398

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Hartmnt
Copy link
Member

@Hartmnt Hartmnt commented Apr 16, 2024

Previously, tarballs created from our script would contain user/group info from the host system.
This could be verified by running:
tar -tvf <file>

This commit adds an explicit tarinfo filter
to drop username and groupname automatically.


Note: I renamed the folder inside the tarball for 1.5.629 from mumble-1.5.x to mumble-1.5.629 causing this fix to not apply to that release without realizing, lol...

Previously, tarballs created from our script would
contain user/group info from the host system.
This could be verified by running:
``tar -tvf <file>``

This commit adds an explicit tarinfo filter
to drop username and groupname automatically.
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

Successfully merging this pull request may close these issues.

None yet

2 participants