mbox

[bug#36093,0/2] 'guix pack --entry-point' and Singularityservice

Message ID 20190604205151.24258-1-ludo@gnu.org
Headers show

Message

Ludovic Courtès June 4, 2019, 8:51 p.m. UTC
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