guix/gnu
Ludovic Courtès a0f352b30f
pack: Add '--entry-point'.
* guix/scripts/pack.scm (self-contained-tarball): Add #:entry-point and
warn when it's true.
(squashfs-image): Add #:entry-point and honor it.
(docker-image): Add #:entry-point and honor it.
(%options, show-help): Add '--entry-point'.
(guix-pack): Honor '--entry-point' and pass #:entry-point to BUILD-IMAGE.
* gnu/tests/docker.scm (run-docker-test): Test 'docker run' with the
default entry point.
(build-tarball&run-docker-test): Pass #:entry-point to 'docker-image'.
* doc/guix.texi (Invoking guix pack): Document it.
* gnu/tests/singularity.scm (run-singularity-test)["singularity run"]:
New test.
(build-tarball&run-singularity-test): Pass #:entry-point to
'squashfs-image'.
2019-06-07 09:57:19 +02:00
..
bootloader
build accounts: Call 'fdatasync' when writing databases. 2019-06-05 23:10:37 +02:00
installer installer: Always add '%base-initrd-modules' to 'initrd-modules'. 2019-06-05 17:27:22 +02:00
packages services: Add Singularity. 2019-06-07 09:57:19 +02:00
services services: Add Singularity. 2019-06-07 09:57:19 +02:00
system linux-container: Check if nscd run directory exists when container is run. 2019-05-25 11:06:22 +05:30
tests pack: Add '--entry-point'. 2019-06-07 09:57:19 +02:00
artwork.scm
bootloader.scm
ci.scm
installer.scm
local.mk services: Add Singularity. 2019-06-07 09:57:19 +02:00
packages.scm
services.scm
system.scm
tests.scm