Commit Graph

2 Commits

Author SHA1 Message Date
Hartmnt
8e3e885b8a MAINT: Drop user and group info from tarball
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.
2024-04-16 17:51:17 +00:00
Robert Adam
626cf93ab4 MAINT: Added script for creating source archives
The advantage of this script is that contrary to git archive it is
capable of including submodules into the archive.
All files tracked via git are included in the archive (at the given
revision) except for hidden files (files and folders starting with a
dot)
2023-01-08 19:27:24 +01:00