From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:c151::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id uNawH35zNWDhDwAA0tVLHw (envelope-from ) for ; Tue, 23 Feb 2021 21:28:30 +0000 Received: from aspmx2.migadu.com ([2001:41d0:2:c151::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id aMOBG35zNWC5FAAAbx9fmQ (envelope-from ) for ; Tue, 23 Feb 2021 21:28:30 +0000 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 aspmx2.migadu.com (Postfix) with ESMTPS id D1FF71F550 for ; Tue, 23 Feb 2021 22:28:29 +0100 (CET) Received: from localhost ([::1]:58618 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lEfEK-0006uR-Ei for larch@yhetil.org; Tue, 23 Feb 2021 16:28:28 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:55896) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lEf2w-00033e-KE for guix-devel@gnu.org; Tue, 23 Feb 2021 16:16:42 -0500 Received: from mailout.easymail.ca ([64.68.200.34]:51792) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lEf2u-0000wh-P8; Tue, 23 Feb 2021 16:16:42 -0500 Received: from localhost (localhost [127.0.0.1]) by mailout.easymail.ca (Postfix) with ESMTP id 6DFA7C4F75; Tue, 23 Feb 2021 21:16:34 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at emo04-pco.easydns.vpn Received: from mailout.easymail.ca ([127.0.0.1]) by localhost (emo04-pco.easydns.vpn [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id igXbkXy8MrNP; Tue, 23 Feb 2021 21:16:34 +0000 (UTC) Received: from jupiter (unknown [108.162.141.195]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mailout.easymail.ca (Postfix) with ESMTPSA id 46B11BF682; Tue, 23 Feb 2021 21:16:30 +0000 (UTC) From: Simon South To: Ludovic =?utf-8?Q?Court=C3=A8s?= Subject: Re: branch master updated: services: Add transmission-daemon service. References: <20210212071254.493.75429@vcs0.savannah.gnu.org> <87wnv6tyxl.fsf@gnu.org> Date: Tue, 23 Feb 2021 16:16:06 -0500 In-Reply-To: <87wnv6tyxl.fsf@gnu.org> ("Ludovic =?utf-8?Q?Court=C3=A8s=22'?= =?utf-8?Q?s?= message of "Wed, 17 Feb 2021 17:57:10 +0100") Message-ID: <87mtvuo57t.fsf@simonsouth.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=64.68.200.34; envelope-from=simon@simonsouth.net; helo=mailout.easymail.ca X-Spam_score_int: -41 X-Spam_score: -4.2 X-Spam_bar: ---- X-Spam_report: (-4.2 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Mailman-Approved-At: Tue, 23 Feb 2021 16:27:33 -0500 X-BeenThere: guix-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: guix-devel@gnu.org, =?utf-8?B?5a6L5paH5q2m?= Errors-To: guix-devel-bounces+larch=yhetil.org@gnu.org Sender: "Guix-devel" X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -2.37 Authentication-Results: aspmx2.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx2.migadu.com: domain of guix-devel-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-devel-bounces@gnu.org X-Migadu-Queue-Id: D1FF71F550 X-Spam-Score: -2.37 X-Migadu-Scanner: scn1.migadu.com X-TUID: hXt4URTWzAXG Apologies for the delayed response; Gnus directed this away from my inbox and I am just seeing it now. (I've fixed my gnus.el.) Ludovic Court=C3=A8s writes: > IWBN to have a system test for this service, under (gnu tests =E2=80=A6),= to > test at least basic functionality. > Do you think it would be possible? Yes, definitely; that's still on my list. I've been busy with another project but will take another look at this tomorrow and see if I can get something put together quickly. --=20 Simon South simon@simonsouth.net