summaryrefslogtreecommitdiff
path: root/guix/build/pack.scm
Commit message (Collapse)AuthorAge
* pack: Factorize base tar options.Maxim Cournoyer2021-06-29
* guix/docker.scm (%tar-determinism-options): Move to a new module and rename to `tar-base-options'. Adjust references accordingly. * guix/build/pack.scm: New file. * Makefile.am (MODULES): Register it. * guix/scripts/pack.scm (self-contained-tarball/builder): Use it.