From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id IPWwIOqhOGL8PwAAgWs5BA (envelope-from ) for ; Mon, 21 Mar 2022 17:03:54 +0100 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id WK0EHuqhOGK6cwAA9RJhRA (envelope-from ) for ; Mon, 21 Mar 2022 17:03:54 +0100 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 1A5BD31878 for ; Mon, 21 Mar 2022 17:03:54 +0100 (CET) Received: from localhost ([::1]:40398 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nWKVd-0003hD-2Q for larch@yhetil.org; Mon, 21 Mar 2022 12:03:53 -0400 Received: from eggs.gnu.org ([209.51.188.92]:45882) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nWKAU-0007y5-9R for guix-patches@gnu.org; Mon, 21 Mar 2022 11:42:05 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:44013) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nWKAU-0008Pt-0k for guix-patches@gnu.org; Mon, 21 Mar 2022 11:42:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nWKAT-0002mk-QQ for guix-patches@gnu.org; Mon, 21 Mar 2022 11:42:01 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#54216] [PATCH] gnu: shepherd-for-guix: New package for use in Guix. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 21 Mar 2022 15:42:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 54216 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Attila Lendvai Cc: 54216@debbugs.gnu.org Received: via spool by 54216-submit@debbugs.gnu.org id=B54216.164787731010688 (code B ref 54216); Mon, 21 Mar 2022 15:42:01 +0000 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: Ludovic =?UTF-8?Q?Court=C3=A8s?= 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-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=1647878634; 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=B69cDRP3VCMOH8Xyap3Vh5uxQRxnxOPxhXcbAQS/LQE=; b=J0DfdckX+1abDiS+DJxWPO4rfvJVI1ydWMp5BzroxjnMDN0FYFZXzMb6mJy6Or0MfiFops s+EMhp9uS5dS1rQuzo6M5YgJlG2NJhWyLIeS5PJwTLh4thR2ALA1fBbYL1llt1Zmm9DnsJ h56kN/OgGnYoPrTVyC5qW7z+OSJTGyXToGivVUajpgzUa287AyFu4ulDYqHgYU6Kz3sYuz hjewUBVPzLFeLhzhJQOd0jW7Iuno6gLKYGE2p0v4oPDplyhGEAMhxnOuQOW9YortsXSncj GEsU4FoH8kNHC9S96O+o7FswHdv8f5s+4VaoihTB6xf9TblB0nYbY5xBUZNZcQ== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1647878634; a=rsa-sha256; cv=none; b=ESF8XLfm+8tGXp7QIJHQ0WOnau2aa4rmSMxcB1Qu//dJY0yO/vzn6r9j0ZYisGOhHV+vbp GFm43n9udk8T8jLBlgpE6uyps7MC5VQ6Lv9ZqMcZDuJbZlGTEDCO4ni3Krh3Z7G4wW9yVj mGzqSiD3UrKG8fOwpvL1ZSlwnManbbaBw1ulovcO7lm3B2dhtY9xxXz4nK3kopDKRmK4fp iO589L/CSM4xgr2/tioK6+HXIfskjiNGOEm4JM9g2Yg4SqesGrZkn80g8YpY+tfWkm/UkM 0Q8I8ivRN2p9YnANTK4AAKaKkbNYgNf+pufvtIxrBKGCqTJcZHVc0hJB6Y8WnQ== 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=pEeNpwsQ; 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: -4.12 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=pEeNpwsQ; 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: 1A5BD31878 X-Spam-Score: -4.12 X-Migadu-Scanner: scn0.migadu.com X-TUID: LaPL9bkbPkKC 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.