From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:41730) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hYGQa-0000AK-K2 for guix-patches@gnu.org; Tue, 04 Jun 2019 16:53:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hYGQZ-0000mG-Kt for guix-patches@gnu.org; Tue, 04 Jun 2019 16:53:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:60555) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hYGQZ-0000m4-HF for guix-patches@gnu.org; Tue, 04 Jun 2019 16:53:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hYGQZ-0005oT-E2 for guix-patches@gnu.org; Tue, 04 Jun 2019 16:53:03 -0400 Subject: [bug#36093] [PATCH 0/2] 'guix pack --entry-point' and Singularity service Resent-Message-ID: Received: from eggs.gnu.org ([209.51.188.92]:41485) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hYGPf-0007pu-TV for guix-patches@gnu.org; Tue, 04 Jun 2019 16:52:09 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Date: Tue, 4 Jun 2019 22:51:51 +0200 Message-Id: <20190604205151.24258-1-ludo@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 36093@debbugs.gnu.org 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