From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:306:2d92::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms8.migadu.com with LMTPS id 2G8ZFyHBNWUS+QAAauVa8A:P1 (envelope-from ) for ; Mon, 23 Oct 2023 02:41:05 +0200 Received: from aspmx1.migadu.com ([2001:41d0:306:2d92::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id 2G8ZFyHBNWUS+QAAauVa8A (envelope-from ) for ; Mon, 23 Oct 2023 02:41:05 +0200 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 036E43869C for ; Mon, 23 Oct 2023 02:41:04 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20230601 header.b=TEBY0f8g; 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"; dmarc=fail reason="SPF not aligned (relaxed)" header.from=gmail.com (policy=none) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1698021665; 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-to: 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=UrcYuLs6hsEZ7bqoWA7OYT0xrr7F7Q66IIfQkWPEa54=; b=rr2SDkvZdkpLhTOCKn38SoVpesgfcKlS6JHgjDrxOys6jmUbSiSxl/8kcgwOQ4wNK/qPgB vryQiHal/edib+Ad02CPyuLH7hFWty3DEBiNrowB/BqKJPYRVsUsZxe4SVzBHhSjTy+N90 uM9L88VzuoX1IVtv/veaJSVhvV1VrnvVZJuDH24jjxAQwt/ajtMCKML1u1L+cjh6DEDJad OcWwfW211ICZAdm4cB1uk31Vj2mLcvngsKXl3TzMWHDM8UNDgmRXwVj9ArqlrcRGfXDObO fWXwhhepq9aVfhrKXaNzqO1FHPaqw44NNRa2UQGVSYvVrf6jK/ZzqYb4LPcFuQ== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20230601 header.b=TEBY0f8g; 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"; dmarc=fail reason="SPF not aligned (relaxed)" header.from=gmail.com (policy=none) ARC-Seal: i=1; s=key1; d=yhetil.org; t=1698021665; a=rsa-sha256; cv=none; b=AXUlN11Q786J5rup/bk2qegzPzyQ1730fP4yXgMKY/razibajYlMwv18zqN8rcQIFcLoqS UVtMvo+BYge6enwkmfbVsqQGAVbnNNz0maANZV9vcYKCZK1ZSrXoAcPAGjBeJcpwbJusRa 8Atv8tUws0ctj6SohVhml5iFUOEFbl3dPOj1oSBVwj/fz96QERRB2txmePwB9CdsEvq+kI SYyUTNfMoZLKtY42WdI5lXm+5CLKmY5bgNFU12MgT3stZmMJztw4RUnoltWlf0tnL7hLUJ dGseqqhfBGzX8yEVdtjEeQJnRHdqmP1dhHEIjbdi2ibJf3AYe/mHZcg3niLM6Q== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1quizi-0007ox-Ix; Sun, 22 Oct 2023 20:40:34 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1quizh-0007oZ-U8 for guix-patches@gnu.org; Sun, 22 Oct 2023 20:40:33 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1quizh-0002Ul-Ls for guix-patches@gnu.org; Sun, 22 Oct 2023 20:40:33 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1quj0A-0001Kq-31 for guix-patches@gnu.org; Sun, 22 Oct 2023 20:41:02 -0400 Subject: bug#66605: [PATCH v5] teams: Adjust shebang to use 'guix repl'. Resent-From: Maxim Cournoyer Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Mon, 23 Oct 2023 00:41:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 66605 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch moreinfo To: =?UTF-8?Q?Cl=C3=A9ment?= Lassieur Cc: 66605-done@debbugs.gnu.org Mail-Followup-To: 66605@debbugs.gnu.org, maxim.cournoyer@gmail.com, clement@lassieur.org Received: via spool by 66605-done@debbugs.gnu.org id=D66605.16980216165045 (code D ref 66605); Mon, 23 Oct 2023 00:41:01 +0000 Received: (at 66605-done) by debbugs.gnu.org; 23 Oct 2023 00:40:16 +0000 Received: from localhost ([127.0.0.1]:48552 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1quizP-0001JJ-RE for submit@debbugs.gnu.org; Sun, 22 Oct 2023 20:40:16 -0400 Received: from mail-qv1-xf31.google.com ([2607:f8b0:4864:20::f31]:50591) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1quizN-0001J6-Cv for 66605-done@debbugs.gnu.org; Sun, 22 Oct 2023 20:40:14 -0400 Received: by mail-qv1-xf31.google.com with SMTP id 6a1803df08f44-66d1a05b816so21427326d6.1 for <66605-done@debbugs.gnu.org>; Sun, 22 Oct 2023 17:39:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1698021579; x=1698626379; darn=debbugs.gnu.org; h=content-transfer-encoding:mime-version:user-agent:message-id:date :references:in-reply-to:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=UrcYuLs6hsEZ7bqoWA7OYT0xrr7F7Q66IIfQkWPEa54=; b=TEBY0f8gVit+Gd4xCo2JCwbkYqL9ZCDFaB7EWbFIZmeVBl5FRHEGgM+5fToOx+n8iD gWK11DRWQiRjS0Tc7S43INTujOYwU91yBFRhexzdQHKoA3hdlN18kVlP2iSMqIh06CjP f4MlkN7dM/7hpwUyuWDtd2wgIi2W6Yfx0GpNFqjCtymdzyACTv+2Yl4nca7FEVdqjkMx ISvVCJZp5J6j5rF5opf1uz78WwyJLsx3GtMP82tFa8BmsbJpeKGOodJMcr+qyLcBOc2t BvxtavCjnyQmItVvlXp2LbiTVpG48wNSuUB6XAVFqZ3G58gjpGNYtZjcwfGycx3sjb7w Uf4g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1698021579; x=1698626379; h=content-transfer-encoding:mime-version:user-agent:message-id:date :references:in-reply-to:subject:cc:to:from:x-gm-message-state:from :to:cc:subject:date:message-id:reply-to; bh=UrcYuLs6hsEZ7bqoWA7OYT0xrr7F7Q66IIfQkWPEa54=; b=SZqCo6s14bwdgOKDVCcgh/rLnH/vxaHUMPdL0ew1yLhzmMGPN6gZYOFC4HEbD+34Rc KeyG43g3cz1kPcpOYlk+kxn/wyzskCYXw29IVa+QtubFaNUDH5dS9IUoJ/uxbfqw7Et7 7ct2NAd8zPeH3BVGuiJJMb6m7gvrx/Y7pf6Cm8a6wnjefDny6fS18w0KakdUa/bxrknA 7ACIoU+UYiCTdsmAMVFqul0uYACMX+639g4+jqLcBH5zHd201ZijT/duIQfvz46fRY2X sP+UndWubKBr574/eyTXryx7dBuZ4hh21aPYvM/MgZPm2qSSoDipSh75UKZC11L18z2a 452w== X-Gm-Message-State: AOJu0Yzwa6Pv4s0BTV2plm0Bf5rKYztpVgoXSF3xsltSD9AfsDVBWxcs nh8sgim/7+DksDj+N6pNGXR1HXfeAR0= X-Google-Smtp-Source: AGHT+IHFctWriOBa9wemEHHoNHSWlJ4LwzZ0tWBNZSLeqrEm6nmGuHa1e06ucBe67jlFkiESeAz3yw== X-Received: by 2002:a0c:df92:0:b0:66d:66bd:e617 with SMTP id w18-20020a0cdf92000000b0066d66bde617mr9408446qvl.12.1698021578925; Sun, 22 Oct 2023 17:39:38 -0700 (PDT) Received: from hurd (dsl-205-236-230-191.b2b2c.ca. [205.236.230.191]) by smtp.gmail.com with ESMTPSA id el17-20020ad459d1000000b0065b0771f2edsm2504072qvb.136.2023.10.22.17.39.38 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 22 Oct 2023 17:39:38 -0700 (PDT) From: Maxim Cournoyer In-Reply-To: <87jzre9zjx.fsf@lassieur.org> ("=?UTF-8?Q?Cl=C3=A9ment?= Lassieur"'s message of "Sun, 22 Oct 2023 22:23:30 +0200") References: <7ab82f90b104c99781b759d3799ae0553ab256f9.1698005256.git.maxim.cournoyer@gmail.com> <87jzre9zjx.fsf@lassieur.org> Date: Sun, 22 Oct 2023 20:39:37 -0400 Message-ID: <87edhmb29i.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) 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-bounces+larch=yhetil.org@gnu.org X-Migadu-Country: US X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: 2.90 X-Spam-Score: 2.90 X-Migadu-Queue-Id: 036E43869C X-Migadu-Scanner: mx2.migadu.com X-TUID: lEK1LoenRlG2 Hi, Cl=C3=A9ment Lassieur writes: > Maxim Cournoyer writes: > >> This ensures the correct Guix dependencies are always available for the >> script. >> >> * etc/teams.scm.in: Rename to... >> * etc/teams.scm: ... this. Adjust shebang. >> * .gitignore: No longer ignore it. >> * configure.ac: Do not process it with AC_CONFIG_FILES. >> >> Fixes: https://issues.guix.gnu.org/66605 >> --- > > Sounds good to me! Of course, please commit it as your own. > > Thank you very much, > Cl=C3=A9ment Done! Thanks for the report! --=20 Thanks, Maxim