From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id qNs+FSaF4l9BDgAA0tVLHw (envelope-from ) for ; Tue, 22 Dec 2020 23:45:42 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id QA0aESaF4l/MPwAAB5/wlQ (envelope-from ) for ; Tue, 22 Dec 2020 23:45:42 +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 aspmx1.migadu.com (Postfix) with ESMTPS id 8DCFE9403CD for ; Tue, 22 Dec 2020 23:45:41 +0000 (UTC) Received: from localhost ([::1]:50438 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1krrLX-0004sJ-Nt for larch@yhetil.org; Tue, 22 Dec 2020 18:45:39 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:39744) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1krrL7-0004r3-Fh for Help-Guix@gnu.org; Tue, 22 Dec 2020 18:45:15 -0500 Received: from box.euandre.org ([46.101.160.115]:34281) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1krrL3-0006lJ-HI for Help-Guix@gnu.org; Tue, 22 Dec 2020 18:45:13 -0500 Received: from authenticated-user (box.euandre.org [46.101.160.115]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by box.euandre.org (Postfix) with ESMTPSA id 73A9EFC3D7; Tue, 22 Dec 2020 20:44:33 -0300 (-03) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=euandre.org; s=mail; t=1608680674; bh=b1BZwq+PR7MWc/knbdPjbyTdazZIIbzYwX2q4f7ZGwc=; h=From:To:Cc:Cc:Subject:In-Reply-To:References:Date:From; b=UVRyr6L2DyMjYJDl+y04FWzrTVSiIB3bIL0G8qDqrelJ7q4KTasmkPJh3q/3yIBlN zhDG6L1OqG41KlGVQ/ZfY1Ygz0MO61FC80VBQxBRo5fPiajZ4yUv+UTqybKPv+vdhW W4yLXfrdeQrc7dSuinvweQ+g6DHFItNxpvpiowpjZmds4ljcmlD9dM3juxNZHfyM0l Y8uH0fJwjLZo1rbKkuZuQAOYap/LaC2c8BmSVHjXjf9pfRRy/vW8GQsjcFiJJxvqFi NFiPEELCpQiT1Wi0pNidPlqZHgBFO9Zvmrn9O+79VlEN310NdEgSqEUbF3v+WZXKnM LqQQ7nH9HdPfg== To: Joshua Branson Subject: Re: How to call a local function from a mcron job? In-Reply-To: <87zh2815pg.fsf@dismail.de> References: <87czzvn2ao.fsf@euandre.org> <87zh2815pg.fsf@dismail.de> Date: Tue, 22 Dec 2020 20:44:28 -0300 Message-ID: <87eejh9zj7.fsf@euandre.org> MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=46.101.160.115; envelope-from=eu@euandre.org; helo=box.euandre.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: help-guix@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: , help-guix Errors-To: help-guix-bounces+larch=yhetil.org@gnu.org Sender: "Help-Guix" Reply-to: EuAndreh From: EuAndreh via X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -1.82 Authentication-Results: aspmx1.migadu.com; dkim=fail (headers rsa verify failed) header.d=euandre.org header.s=mail header.b=UVRyr6L2; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of help-guix-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=help-guix-bounces@gnu.org X-Migadu-Queue-Id: 8DCFE9403CD X-Spam-Score: -1.82 X-Migadu-Scanner: scn0.migadu.com X-TUID: GSnA66TgqSSD That makes sense. I'll try it later and report back. Thanks!