all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#36093] [PATCH 0/2] 'guix pack --entry-point' and Singularity service
@ 2019-06-04 20:51 Ludovic Courtès
  2019-06-04 21:01 ` [bug#36093] [PATCH 1/2] services: Add Singularity Ludovic Courtès
  0 siblings, 1 reply; 13+ messages in thread
From: Ludovic Courtès @ 2019-06-04 20:51 UTC (permalink / raw)
  To: 36093

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

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2019-06-08 17:22 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-04 20:51 [bug#36093] [PATCH 0/2] 'guix pack --entry-point' and Singularity service Ludovic Courtès
2019-06-04 21:01 ` [bug#36093] [PATCH 1/2] services: Add Singularity Ludovic Courtès
2019-06-04 21:01   ` [bug#36093] [PATCH 2/2] pack: Add '--entry-point' Ludovic Courtès
2019-06-05 15:06     ` Danny Milosavljevic
2019-06-05 20:27       ` Ludovic Courtès
2019-06-06 11:03         ` [bug#36093] [PATCH v2 1/2] services: Add Singularity Ludovic Courtès
2019-06-06 11:03           ` [bug#36093] [PATCH v2 2/2] pack: Add '--entry-point' Ludovic Courtès
2019-06-07  7:58             ` bug#36093: " Ludovic Courtès
2019-06-07 10:21         ` [bug#36093] [PATCH " Ricardo Wurmus
2019-06-07 13:15           ` Ludovic Courtès
2019-06-08 17:21             ` Ricardo Wurmus
2019-06-05 15:02   ` [bug#36093] [PATCH 1/2] services: Add Singularity Danny Milosavljevic
2019-06-05 20:24     ` Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.