From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59108) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fShbl-0003Vw-OH for guix-patches@gnu.org; Tue, 12 Jun 2018 07:37:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fShbj-00039H-JR for guix-patches@gnu.org; Tue, 12 Jun 2018 07:37:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:36259) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fShbj-000394-GD for guix-patches@gnu.org; Tue, 12 Jun 2018 07:37:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fShbj-00021u-9c for guix-patches@gnu.org; Tue, 12 Jun 2018 07:37:03 -0400 Subject: bug#31767: [PATCH 2/3] gnu: Add umoci. Resent-To: guix-patches@gnu.org Resent-Message-ID: From: iyzsong@member.fsf.org (=?UTF-8?Q?=E5=AE=8B=E6=96=87=E6=AD=A6?=) References: <20180609112100.18807-1-iyzsong@member.fsf.org> <20180609112100.18807-2-iyzsong@member.fsf.org> <87muw1ik9o.fsf@gnu.org> Date: Tue, 12 Jun 2018 19:35:43 +0800 In-Reply-To: <87muw1ik9o.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Mon, 11 Jun 2018 14:24:03 +0200") Message-ID: <87k1r4jkz4.fsf@member.fsf.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: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 31767-done@debbugs.gnu.org ludo@gnu.org (Ludovic Court=C3=A8s) writes: > =E5=AE=8B=E6=96=87=E6=AD=A6 skribis: > >> * gnu/packages/virtualization.scm (umoci): New variable. > > [...] > >> + (home-page "https://umo.ci/") >> + (synopsis "Tool for modifying Open Container images") >> + (description >> + "@command{umoci} is a tool that allows for high-level modification= of an >> +OCI image layout and its tagged images.") > > Maybe s/OCI/Open Container Image (OCI)/. Okay. > > Otherwise LGTM, thanks! Pushed, thanks!