pack: Factorize base tar options.
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>
Mon, 21 Jun 2021 04:33:28 +0000 (00:33 -0400)
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>
Tue, 29 Jun 2021 18:53:21 +0000 (14:53 -0400)
commit7708c0b5e3363e7551da6127268a08b0232061f9
tree79a609a60d52917db5697a4b46fc1ed92956acbb
parent91e837283885ed735782709668c5ea7557e27dfe
pack: Factorize base tar options.

* 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.
Makefile.am
guix/build/pack.scm [new file with mode: 0644]
guix/docker.scm
guix/scripts/pack.scm