guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#36093] [PATCH 0/2] 'guix pack --entry-point' and Singularity servic


From: Ludovic Courtès
Subject: [bug#36093] [PATCH 0/2] 'guix pack --entry-point' and Singularity service
Date: Tue, 4 Jun 2019 22:51:51 +0200

Hello,

This patch adds a ‘--entry-point’ flag to ‘guix pack’, which I think
is long overdue.

It also adds a Singularity service whose primary purpose is to allow
us to test ‘guix pack -f squashfs’.  (It would be nice to have
Singularity 3.x for testing purposes.)

Thoughts?

Ludo’.

Ludovic Courtès (2):
  services: Add Singularity.
  pack: Add '--entry-point'.

 doc/guix.texi             |  36 +++++++++-
 gnu/local.mk              |   1 +
 gnu/packages/linux.scm    |  10 ++-
 gnu/services/docker.scm   |  53 ++++++++++++++-
 gnu/tests/docker.scm      |  19 ++++--
 gnu/tests/singularity.scm | 137 ++++++++++++++++++++++++++++++++++++++
 guix/scripts/pack.scm     |  41 ++++++++++++
 7 files changed, 285 insertions(+), 12 deletions(-)
 create mode 100644 gnu/tests/singularity.scm

-- 
2.21.0






reply via email to

[Prev in Thread] Current Thread [Next in Thread]