From patchwork Fri Sep 13 15:43:26 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Ludovic_Court=C3=A8s?= X-Patchwork-Id: 15364 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id DEC8D173C7; Fri, 13 Sep 2019 16:44:09 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=unavailable autolearn_force=no version=3.4.0 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTP id ACA39173C5 for ; Fri, 13 Sep 2019 16:44:09 +0100 (BST) Received: from localhost ([::1]:45428 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i8nk1-0003Gc-7s for patchwork@mira.cbaines.net; Fri, 13 Sep 2019 11:44:09 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:55871) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i8njv-0003Fy-9v for guix-patches@gnu.org; Fri, 13 Sep 2019 11:44:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1i8nju-0004A3-DQ for guix-patches@gnu.org; Fri, 13 Sep 2019 11:44:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:36684) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1i8nju-00049x-Aq for guix-patches@gnu.org; Fri, 13 Sep 2019 11:44:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1i8nju-0000uM-7E for guix-patches@gnu.org; Fri, 13 Sep 2019 11:44:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#37401] [PATCH 0/2] 'guix pack -f docker' uses a meaningful "repository name" Resent-From: Ludovic =?utf-8?q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 13 Sep 2019 15:44:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 37401 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 37401@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.15683894213452 (code B ref -1); Fri, 13 Sep 2019 15:44:02 +0000 Received: (at submit) by debbugs.gnu.org; 13 Sep 2019 15:43:41 +0000 Received: from localhost ([127.0.0.1]:45505 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1i8njX-0000ta-V8 for submit@debbugs.gnu.org; Fri, 13 Sep 2019 11:43:40 -0400 Received: from lists.gnu.org ([209.51.188.17]:41683) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1i8njW-0000tS-7d for submit@debbugs.gnu.org; Fri, 13 Sep 2019 11:43:38 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:55720) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i8njV-0003CY-5P for guix-patches@gnu.org; Fri, 13 Sep 2019 11:43:37 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:38252) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1i8njV-0003yT-0s; Fri, 13 Sep 2019 11:43:37 -0400 Received: from [2001:660:6102:320:e120:2c8f:8909:cdfe] (port=36346 helo=gnu.org) by fencepost.gnu.org with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1i8njU-00045l-FS; Fri, 13 Sep 2019 11:43:36 -0400 From: Ludovic =?utf-8?q?Court=C3=A8s?= Date: Fri, 13 Sep 2019 17:43:26 +0200 Message-Id: <20190913154326.19020-1-ludo@gnu.org> X-Mailer: git-send-email 2.23.0 MIME-Version: 1.0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.51.188.43 X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches Hello! This changes ‘guix pack -f docker’ so that the “repository name” that shows up in the output of ‘docker images’ is more meaningful than just “profile”, as it was until now (I think it was zimoun who initially reported that this could be improved. :-)). Namely, that name is now constructed using the names of the packages available in the pack. Thoughts? Thanks, Ludo’. Ludovic Courtès (2): pack: Provide a meaningful "repository name" for Docker. pack: Add packages in the order in which they appear on the command line. guix/docker.scm | 43 ++++++++++++++++++++++++++++++------------- guix/scripts/pack.scm | 16 +++++++++++++++- 2 files changed, 45 insertions(+), 14 deletions(-)