From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: James Crake-Merani Newsgroups: gmane.lisp.guile.user Subject: Re: Scripting for installing a module Date: Sat, 2 Jul 2022 07:32:05 +0100 Message-ID: <20220702063205.aa2ficuwv4u6oyzr@jamescrake-meraniarch> References: <20220701171539.uuwwdnvtkvsfetc4@jamescrake-meraniarch> <493896D9-F463-49CF-85DC-96FFD82BC0EE@korwin-zmijowski.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="38251"; mail-complaints-to="usenet@ciao.gmane.io" Cc: guile-user@gnu.org To: =?utf-8?B?SsOpcsOpbXk=?= Korwin-Zmijowski Original-X-From: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Sat Jul 02 08:33:28 2022 Return-path: Envelope-to: guile-user@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1o7Wh6-0009kO-0D for guile-user@m.gmane-mx.org; Sat, 02 Jul 2022 08:33:28 +0200 Original-Received: from localhost ([::1]:33048 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1o7Wh4-0001En-FM for guile-user@m.gmane-mx.org; Sat, 02 Jul 2022 02:33:26 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:38882) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o7Wfu-0001DK-P1 for guile-user@gnu.org; Sat, 02 Jul 2022 02:32:14 -0400 Original-Received: from [178.62.35.155] (port=58234 helo=jamescm.co.uk) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o7Wfq-0006Df-Uj for guile-user@gnu.org; Sat, 02 Jul 2022 02:32:12 -0400 Original-Received: from localhost (host86-163-71-217.range86-163.btcentralplus.com [86.163.71.217]) by jamescm.co.uk (Postfix) with ESMTPSA id D42B260E28; Sat, 2 Jul 2022 06:32:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=jamescm.co.uk; s=mail; t=1656743525; bh=2mS6/9sfkPxGDrAdlfMb6Gr84LIwqLnWbOcAAQM+LoE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=n7sIPs0PLd6QSkwn5vfA3GNQdApEHEGD8YZmJch6XkdRZYDSgBamf8ZYf5SGO0rDr rH4KCYlWBU1uPgVSba7INCcYa5iYjR+1GLBSZdzvNuKQBpSShJ7BGmYeloL06x2f/c Co0Ev9vDtWY5GEEEV8O8ZAIu7UGkWYN4Ir0gh3kbVg4W0cTNMcgWEe2tMPgwjNOacy 6f345yeEfGlKxJPDyKqtO2u0d8vTM0KgSNOSkzvkGHO59zxxMHE850DVdA7lDnj2qL An5z1jgosm9VDnwLOtR2fzDuMKgDW8IkvCaTlu4njXlVFY6/23PtU4LasEVGLCOhnz JKf7qGQxyVZMw== Content-Disposition: inline In-Reply-To: <493896D9-F463-49CF-85DC-96FFD82BC0EE@korwin-zmijowski.fr> X-Host-Lookup-Failed: Reverse DNS lookup failed for 178.62.35.155 (failed) Received-SPF: pass client-ip=178.62.35.155; envelope-from=james@jamescm.co.uk; helo=jamescm.co.uk X-Spam_score_int: -8 X-Spam_score: -0.9 X-Spam_bar: / X-Spam_report: (-0.9 / 5.0 requ) BAYES_00=-1.9, DKIM_INVALID=0.1, DKIM_SIGNED=0.1, RDNS_NONE=0.793, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=no autolearn_force=no X-Spam_action: no action X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Original-Sender: "guile-user" Xref: news.gmane.io gmane.lisp.guile.user:18379 Archived-At: On 22/07/01 09:50pm, Jérémy Korwin-Zmijowski wrote: > Yo James, > > I use Guile Hall or Guix to handle the distribution or mysm scripts. > > Jérémy Hi, I wasn't aware of Guile Hall so I'll have to look into that. Thanks for your help.