From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id AEISEN8P22KTGgAAbAwnHQ (envelope-from ) for ; Fri, 22 Jul 2022 23:00:15 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id cDLaD98P22I3ZQEAauVa8A (envelope-from ) for ; Fri, 22 Jul 2022 23:00:15 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id EF530321BB for ; Fri, 22 Jul 2022 23:00:14 +0200 (CEST) Received: from localhost ([::1]:60334 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oEzks-0003yN-4P for larch@yhetil.org; Fri, 22 Jul 2022 17:00:14 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:33832) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oEzkh-0003y0-B9 for guix-patches@gnu.org; Fri, 22 Jul 2022 17:00:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:52814) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oEzkg-0007Mh-Rm for guix-patches@gnu.org; Fri, 22 Jul 2022 17:00:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1oEzkg-000606-Mn for guix-patches@gnu.org; Fri, 22 Jul 2022 17:00:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#56612] [PATCH] guix install: Add '--manifest' option. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 22 Jul 2022 21:00:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 56612 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Tobias Geerinckx-Rice Cc: liliana.prikler@ist.tugraz.at, 56612@debbugs.gnu.org Received: via spool by 56612-submit@debbugs.gnu.org id=B56612.165852354822952 (code B ref 56612); Fri, 22 Jul 2022 21:00:02 +0000 Received: (at 56612) by debbugs.gnu.org; 22 Jul 2022 20:59:08 +0000 Received: from localhost ([127.0.0.1]:42559 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oEzjo-0005y7-1L for submit@debbugs.gnu.org; Fri, 22 Jul 2022 16:59:08 -0400 Received: from eggs.gnu.org ([209.51.188.92]:48962) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oEzjl-0005xa-Ix for 56612@debbugs.gnu.org; Fri, 22 Jul 2022 16:59:06 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:50764) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oEzje-0007Gc-TS; Fri, 22 Jul 2022 16:58:58 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=+fhzhRMhCSqLXRIj2rC0VDvcLXLT4yMuhJnxQmRkdTc=; b=JN8iAzl5ZdmIbTGZ7VY1 ctF5Rk5a2RgQp0gaIVZEle9N9A/Sns1+3RNDpwU1DZ2LiDVTJ/UVuotIVlbfrFl7ORgbirKg0qZxv hfzUn/TfUxojxLC2kC0r9I6NggFtEjF+bhvILqKya/HU+WggeqZlh/Wa6NvHQ7wbItXW3htzA0MdP vn8mtJMMwYYmspo5y2Ry2h5N4lQ2iaKrEbIr3D2wsQP6fqqdsOLb8d8/NmcpP0GWRvQGrNPd3ASXF w8z3fz/wp39f6yJ6Sb7qRjLfNtS0lOeyRZDsOjvqna2FDckRMy7TW7sRnemXjE/13EcK4R96dkPF9 d3QJpwHfujh9fg==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:58433 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oEzje-0004K8-HZ; Fri, 22 Jul 2022 16:58:58 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20220717102035.9150-1-ludo@gnu.org> <87r12en865.fsf@gnu.org> <87mtd2g370@nckx> Date: Fri, 22 Jul 2022 22:58:56 +0200 In-Reply-To: <87mtd2g370@nckx> (Tobias Geerinckx-Rice's message of "Thu, 21 Jul 2022 12:37:37 +0200") Message-ID: <87wnc4g8z3.fsf_-_@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-To: larch@yhetil.org X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1658523615; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=+fhzhRMhCSqLXRIj2rC0VDvcLXLT4yMuhJnxQmRkdTc=; b=M3Nv3MmbX6smdIxYcgnm10iGEahhH8mlI0fi4jIZIJyCpqlp3TE/iR5i7f9jMefhQhCUTw 9MtrLqYh+yJlYOaiCS1iqo0am/9t7kv+1gwwOqpRod8M4YQ3l/cv4k+yQVUk3uQw7VQr7L x/dgHbSW2+HtRXXS3YksMzWkAUB2cGK4hXuFvq0UHKy9Ku88JS4Nyn3lBGkvalCSSb6397 YQdGSnhxBfh7CbhBBqiQrg2uynwVxeXLxQA+nZ0oJo5tRzzNgv+t1tziarj7HzqHGurEQ7 W9BRQCv5SKoIT4JpXI2DNARMvJ+qh+/CRBVzjOAZ6oHIT5N7/lIJ0HlvZEctsQ== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1658523615; a=rsa-sha256; cv=none; b=ZYhPM7xVhPQZl9ZeUreVjuOZ6Rh67TF7oHHCnPZ1X61WBYF5s+uSKYuLZz4eU/ePmYFtN+ /qEHhJ8e53CNEAfg7cWwtzdQKZh6huDq/ESr0UxHL+ML1fS0kj/YL39/A+iB7eZLV7BN1/ YBc06tTSZXMIGmb0yJ7szAxxys+E6HRW4FrPztZxMbSllhyP5piucE9AqZPgH9XGzFqVWr Y8NchFG9Fq3kkwmBsPFMpo94+NfJq7gJ96S5SHjKi4lrCtRIslySNh2vcalXHLYTZOPdfd L2Kq5QJFdFFo29rJqcA0AAWI+4wE69+Mk95//h91o7XHCGleN4xzlR3lcXNCiw== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=JN8iAzl5; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: -2.33 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=JN8iAzl5; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: EF530321BB X-Spam-Score: -2.33 X-Migadu-Scanner: scn1.migadu.com X-TUID: SexqHhxTDO64 Tobias Geerinckx-Rice skribis: > Ludovic Court=C3=A8s =E5=86=99=E9=81=93=EF=BC=9A >> Do you think it could be interpreted as =E2=80=9Cadd all of manifest to = what >> I >> already have installed=E2=80=9D? > > It can; I did. I was going to raise the same objection as Liliana. > =E2=80=98guix package -m=E2=80=99 does not have this problem, =E2=80=98gu= ix install -m=E2=80=99 does. OK, interesting. I guess we can drop the idea then. Thanks for your feedback! Ludo=E2=80=99.