tests: Add tests for "guix pack".
authorChris Marusich <cmmarusich@gmail.com>
Sun, 11 Mar 2018 00:13:01 +0000 (01:13 +0100)
committerChris Marusich <cmmarusich@gmail.com>
Sat, 24 Mar 2018 02:04:07 +0000 (03:04 +0100)
commit272c07096251ea3dae237fd016fc5d66fe25e147
tree554adb0c940ab91bc5cf1ba02abffd7200a87f62
parent24fa6bcac6b6991e19b7108291e3b16cc40ceaf9
tests: Add tests for "guix pack".

* guix/scripts/pack.scm (bootstrap-xz): New variable.
  (%options) <--bootstrap>: New option.
  (show-help): Document the new --bootstrap option.
  (guix-pack): When --bootstrap is specified, use the bootstrap Guile,
  tar, and xz to build the pack, and do not use any profile hooks or
  locales.
* doc/guix.texi (Invoking guix pull): Document the new --bootstrap
  option.
* tests/guix-pack.sh: New file.
* Makefile.am (SH_TESTS): Add guix-pack.sh.
* gnu/packages/package-management.scm (guix) <inputs>: Add util-linux.
Makefile.am
doc/guix.texi
gnu/packages/package-management.scm
guix/scripts/pack.scm
tests/guix-pack.sh [new file with mode: 0644]