From debbugs-submit-bounces@debbugs.gnu.org Mon Mar 21 11:41:50 2022 Received: (at 54216) by debbugs.gnu.org; 21 Mar 2022 15:41:50 +0000 Received: from localhost ([127.0.0.1]:37910 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nWKAI-0002mK-6s for submit@debbugs.gnu.org; Mon, 21 Mar 2022 11:41:50 -0400 Received: from eggs.gnu.org ([209.51.188.92]:40136) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nWKAG-0002m5-MU for 54216@debbugs.gnu.org; Mon, 21 Mar 2022 11:41:49 -0400 Received: from [2001:470:142:3::e] (port=44650 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nWKA9-0008Ok-PS; Mon, 21 Mar 2022 11:41:42 -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=B69cDRP3VCMOH8Xyap3Vh5uxQRxnxOPxhXcbAQS/LQE=; b=pEeNpwsQFh5h473a3KQk TsBJgRLRWAlObJBkE8Zxopr8SSK0DbXViTd+uMYpXxyEKfDvc2/fRWM0EqPYqhmV0dLLdS2eIUtpz Jp1v4apnX72v9hRSgObzlDK2r4vtrC1FJVZniSpKvcHw/K4tb5kmZlemBRE7x7EC2u+2E5b/zBkrw F1yYUL5SDaoZzkomG3+A2CjxBlk52Un02B+rT9eS31xETb6vH0a/TxI6TIRlLQnxkXHklnuNhvY8g GS7+dhSJJ3ZZHAxAQcv/QjrNefIv/kD6Glhd2039X+iiV3ek6f4iIPO9PCozPeDvA6bULBW5qGvNI ZC8C3AX3dNBoPg==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:64181 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nWKA9-0002sX-CW; Mon, 21 Mar 2022 11:41:41 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Attila Lendvai Subject: Re: bug#54216: [PATCH] gnu: shepherd-for-guix: New package for use in Guix. References: <20220301182848.26694-1-attila@lendvai.name> <20220321151410.21398-1-attila@lendvai.name> Date: Mon, 21 Mar 2022 16:41:38 +0100 In-Reply-To: <20220321151410.21398-1-attila@lendvai.name> (Attila Lendvai's message of "Mon, 21 Mar 2022 16:14:10 +0100") Message-ID: <87v8w7ia8d.fsf_-_@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 54216 Cc: 54216@debbugs.gnu.org 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: -3.3 (---) Hi Attila, Attila Lendvai skribis: > This also updates shepherd-for-guix to the latest commit, so that the two > variants have a different version. > > * gnu/packages/admin.scm (shepherd-for-guix): New variable. Apologies for nor chiming in earlier. Normally Guix provides packages for releases rather than snapshots. In this case, since we=E2=80=99re also upstream, we could make a new Shephe= rd release and update the =E2=80=98shepherd=E2=80=99 package in Guix. I wasn= =E2=80=99t sure this was necessary yet, but may it is? WDYT? Thanks, Ludo=E2=80=99.