From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#36430: mcron would benefit from a better way to test jobs Date: Thu, 11 Jul 2019 17:36:53 +0200 Message-ID: <87wogotwfe.fsf@gnu.org> References: <87h87xapnp.fsf@gnu.org> <325C9E85-468F-4EE3-93CC-C9F88D10E9CE@vllmrt.net> <87wogsg8bo.fsf@gnu.org> <2CB5CE05-5900-4E02-B56B-8D9F0700C32C@vllmrt.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:55440) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hlb91-0008Tm-Ig for bug-guix@gnu.org; Thu, 11 Jul 2019 11:38:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hlb90-0006Ha-Ms for bug-guix@gnu.org; Thu, 11 Jul 2019 11:38:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:57839) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hlb90-0006H9-If for bug-guix@gnu.org; Thu, 11 Jul 2019 11:38:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hlb90-0004Ft-FB for bug-guix@gnu.org; Thu, 11 Jul 2019 11:38:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <2CB5CE05-5900-4E02-B56B-8D9F0700C32C@vllmrt.net> (Robert Vollmert's message of "Mon, 8 Jul 2019 13:58:25 +0200") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Robert Vollmert Cc: 36430@debbugs.gnu.org Robert Vollmert skribis: > One related issue that I just ran into, while trying out the gexp approac= h: > > mcron jobs take an optional third naming argument, which are again better > not used because they replace the store filename in the =E2=80=9Cschedule= =E2=80=9D > output. I see; that feature was not designed at all with Guix in mind, and presumably on FHS systems the name is enough if you can mentally map it to something in /usr. Ludo=E2=80=99.