From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:45176) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hj4N1-0006J4-Lq for guix-patches@gnu.org; Thu, 04 Jul 2019 12:14:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hj4N0-0006Fz-Iq for guix-patches@gnu.org; Thu, 04 Jul 2019 12:14:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:42964) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hj4N0-0006Fj-Ft for guix-patches@gnu.org; Thu, 04 Jul 2019 12:14:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hj4N0-0003zK-8E for guix-patches@gnu.org; Thu, 04 Jul 2019 12:14:02 -0400 Subject: [bug#36469] Name of the Singularity/squashfs backend? Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20190702085601.10865-1-ludo@gnu.org> <20190702085601.10865-2-ludo@gnu.org> <87y31erqu5.fsf@elephly.net> Date: Thu, 04 Jul 2019 18:12:43 +0200 In-Reply-To: <87y31erqu5.fsf@elephly.net> (Ricardo Wurmus's message of "Thu, 04 Jul 2019 13:17:54 +0200") Message-ID: <87muht22ys.fsf_-_@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: Ricardo Wurmus Cc: 36469@debbugs.gnu.org Hi! I=E2=80=99ve pushed these two patches, with an extra comment in the Docker = test as you suggested. Ricardo Wurmus skribis: > I think it would be good to separate squashfs-image and singularity > going forward as we discussed earlier, but for now mixing the two is > fine. So I was on the verge of renaming the =E2=80=98squashfs=E2=80=99 backend as= a first step, but I wasn=E2=80=99t sure about the name=E2=80=94naming is hard! I thought about =E2=80=98singularity=E2=80=99, but that could be confused w= ith SIF: https://github.com/sylabs/sif Then I thought about =E2=80=98singularity-squashfs=E2=80=99: it=E2=80=99s u= nambiguous but a bit long. Another option is the status quo since both =E2=80=98--help=E2=80=99 and th= e manual mention Singularity. WDYT? Ludo=E2=80=99.