From unknown Sat Jun 21 03:26:57 2025 X-Loop: help-debbugs@gnu.org Subject: bug#71841: Let guix-deploy take the --expression argument Resent-From: Richard Sent Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Sat, 29 Jun 2024 22:33:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 71841 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: 71841@debbugs.gnu.org X-Debbugs-Original-To: bug-guix@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.171970033714137 (code B ref -1); Sat, 29 Jun 2024 22:33:02 +0000 Received: (at submit) by debbugs.gnu.org; 29 Jun 2024 22:32:17 +0000 Received: from localhost ([127.0.0.1]:53966 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sNgcC-0003ft-CA for submit@debbugs.gnu.org; Sat, 29 Jun 2024 18:32:16 -0400 Received: from lists.gnu.org ([209.51.188.17]:56570) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sNgc9-0003ef-6S for submit@debbugs.gnu.org; Sat, 29 Jun 2024 18:32:13 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sNfEs-0002wb-Cd for bug-guix@gnu.org; Sat, 29 Jun 2024 17:04:06 -0400 Received: from mail-108-mta103.mxroute.com ([136.175.108.103]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1sNfEq-0003kd-Sl for bug-guix@gnu.org; Sat, 29 Jun 2024 17:04:06 -0400 Received: from filter006.mxroute.com ([136.175.111.3] filter006.mxroute.com) (Authenticated sender: mN4UYu2MZsgR) by mail-108-mta103.mxroute.com (ZoneMTA) with ESMTPSA id 19065cfe30500017a3.001 for (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384); Sat, 29 Jun 2024 21:04:01 +0000 X-Zone-Loop: c1628ebf4b2ca162faf982faad7a61abd4fa601669b2 X-Originating-IP: [136.175.111.3] DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=freakingpenguin.com; s=x; h=Content-Type:MIME-Version:Message-ID:Date: Subject:To:From:Sender:Reply-To:Cc:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=r4AdaA60hRmDt9hIvl24ZPAWFEgU8ouqqVel7OlMnMc=; b=NI4bezDCzP8INp7gyS2zkrN8Ba OuMaXx0mGRXSbcOwDNVHuYljep3YMHRrQi/TjvwHgKdNUR6U5Yiyiv3ZA6GCdYBeiINH06ySWTe3/ mKExvaHHl9nekM9WnjDResmhOHBsleD/X1HP9sNSpn81Ao/vDYlzoQ1gLW4+Qgd+XlKaD9JTtGh6u bzHBaFaFXgz0wibXtLNDjzcGqdVI+eRn4teyHUfND9uC6LUh4qNfdEevGFX7psH2fDpBO65IFEXeJ 99tIRVmWwPXFB5qvpdgdIdVzBJntCixD+JlzbPPDkHIpxDCt4MjdHMqxUpCGC/C/xQrT69LamkN+o hgywJmzg==; From: Richard Sent Date: Sat, 29 Jun 2024 17:03:53 -0400 Message-ID: <87a5j3qx52.fsf@freakingpenguin.com> MIME-Version: 1.0 Content-Type: text/plain X-Authenticated-Id: richard@freakingpenguin.com Received-SPF: pass client-ip=136.175.108.103; envelope-from=richard@freakingpenguin.com; helo=mail-108-mta103.mxroute.com X-Spam_score_int: -16 X-Spam_score: -1.7 X-Spam_bar: - X-Spam_report: (-1.7 / 5.0 requ) BAYES_00=-1.9, DKIM_INVALID=0.1, DKIM_SIGNED=0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) Hi Guix! Unlike $ guix system, $ guix home, and $ guix build, $ guix deploy does not have a --expression argument to retrieve a list of machines to deploy from a expression. For consistency and to improve user flexibility (no need to clone+pull a tracked channel) we should support that option. -- Take it easy, Richard Sent Making my computer weirder one commit at a time.