From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id EA4AGcQNTWMSeQAAbAwnHQ (envelope-from ) for ; Mon, 17 Oct 2022 10:09:40 +0200 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id +ELjGMQNTWM4EQEAauVa8A (envelope-from ) for ; Mon, 17 Oct 2022 10:09:40 +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 14B9EB14A for ; Mon, 17 Oct 2022 10:09:40 +0200 (CEST) Received: from localhost ([::1]:56200 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1okLBr-0000V6-8p for larch@yhetil.org; Mon, 17 Oct 2022 04:09:39 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:53178) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1okLBH-0000SH-0s for guix-patches@gnu.org; Mon, 17 Oct 2022 04:09:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:48071) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1okLBG-0007fI-Nx for guix-patches@gnu.org; Mon, 17 Oct 2022 04:09:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1okLBG-0003a9-Fj for guix-patches@gnu.org; Mon, 17 Oct 2022 04:09:02 -0400 Subject: bug#57858: [PATCH] gnu: git-annex: Promote git to propagated input Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Mon, 17 Oct 2022 08:09:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 57858 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Konrad Hinsen Cc: 57858-done@debbugs.gnu.org, Maxime Devos Mail-Followup-To: 57858@debbugs.gnu.org, ludo@gnu.org, konrad.hinsen@fastmail.net Received: via spool by 57858-done@debbugs.gnu.org id=D57858.166599409013694 (code D ref 57858); Mon, 17 Oct 2022 08:09:02 +0000 Received: (at 57858-done) by debbugs.gnu.org; 17 Oct 2022 08:08:10 +0000 Received: from localhost ([127.0.0.1]:47148 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1okLAP-0003Yo-MS for submit@debbugs.gnu.org; Mon, 17 Oct 2022 04:08:10 -0400 Received: from eggs.gnu.org ([209.51.188.92]:40560) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1okLAO-0003Ya-7D for 57858-done@debbugs.gnu.org; Mon, 17 Oct 2022 04:08:08 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:46040) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1okLA6-0007ZU-Kw; Mon, 17 Oct 2022 04:07:52 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=ZbAopoy2iwYFLSDm5lC/I3FBnGWy8X9Qb1V+eNnxu+g=; b=AGhkwy/NAl3Bn74KdlHB rkJz3USSnjkjELhg70tXp2ZvaZUHcvuWL+g+51BAkp0cRVefo8b3wFVYSJSvbrKCrhoT6rv5+h4/D mAUIAXOIL1eJoUEAVY4G1HyiDhowK241ZzIMiayE1d9AqPvmHH/ylBMmuR0KT4kMfVdiYZL2Lbc5T a3K4LfobGoz+Y8eVx12vU3txWHhQ/dyKnPcBZwbn/Hch/8Ug6keiTDpyCS1gU7tQwX/E7o5o0PL1G XksAFu8ajUlJf3Y7nKK2KJKo3J/rJIZBGD7cZYhRpPhZThbLO375fBiUloDKLDlXbBAV1Emz4cEcb h5L5y4t7f0fQeg==; Received: from [2001:660:6102:320:e120:2c8f:8909:cdfe] (port=48924 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1okLA4-0005c2-UT; Mon, 17 Oct 2022 04:07:50 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: Date: Mon, 17 Oct 2022 10:07:46 +0200 In-Reply-To: (Konrad Hinsen's message of "Sat, 17 Sep 2022 11:56:23 +0200") Message-ID: <87pmeqhnzh.fsf_-_@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) 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" X-Migadu-Flow: FLOW_IN X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1665994180; 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=ZbAopoy2iwYFLSDm5lC/I3FBnGWy8X9Qb1V+eNnxu+g=; b=lOhkEqlA1eu8peqftkOFJy4Nvf9a1jrgIwCi54c24YadvgyL/2gxjMj1hKpqTMZnBdLUkn hOUXvh/B9k3SZiaR4wS9OA2cUaOxs2cZUM+n1bmMVF8+XwB1vomFEPdpatU7ScioEXz5fI 3IN2C46gUJFKHa5eRWZtFfe1cqNNqtHlrQ+VoK33KIFFaYt5CWBixGCJ/g3lcJVUbqCNV7 HXBS8PnWorZ1E0RigjNbk+ctD6pKY+yjRJb9itYlcdSktBmGpT7B7GuRv8DenNfZ7gdqbT FzeHHO73cyWwZhzTh5DzGqmNSyj66CHLSIENaQvrV/6qe2ruXMZEhcjhmbwtgw== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1665994180; a=rsa-sha256; cv=none; b=kRfXemyDy8/Vc1SAo10H+6tGlob3qNVq3wVO0t7JqF/lwyHjIrzkldnElNbxWJP4/P/Xuy HHkjG55mj/zH42ePdRLYC2ifQ8bgQ7JC33HB+YbjUBkT1bR9qYvqhIcKBEAtxCh0OL1BjB y5eJxiHf0hidVKhqrV3UDOjjZ4uZloLARN5zeeGNjozzJ6XCWjOzoW6QEOQWIssgaybtSn DXd0Ylb8tuR0C35rk4tVveCb7mYrH3ZoYzLtXlUv8J4StVEvSaBkrQQgLvuYTZSJJKNpJ3 BVYsPaGfOcZl1qbUF9YA05y5JE2fwrHlXBb0LOQ0d7UEHKn1fD/+qgUSnPwfIg== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b="AGhkwy/N"; dmarc=pass (policy=none) header.from=gnu.org; 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" X-Migadu-Spam-Score: -3.82 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b="AGhkwy/N"; dmarc=pass (policy=none) header.from=gnu.org; 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" X-Migadu-Queue-Id: 14B9EB14A X-Spam-Score: -3.82 X-Migadu-Scanner: scn1.migadu.com X-TUID: lB69qzKIBF/G Hi, Konrad Hinsen skribis: > Maxime Devos writes: > >> What's the reason for this patch? My guess is that it's because=20 >> git-annex cannot find git: > > That was indeed the starting point. But... > >> If so, propagation (which as a few small downsides) can be avoided with= =20 >> an appropriate substitute* fixing the file name of the git binary. > > ... I tried that and still got error messages whose exact cause I don't > quite understand. > > What made me opt for git as a propagated input is that (1) it works just > fine and (2) there isn't much you can do with git-annex without having > git as well. git is even the official user interface of git-annex. Yeah, that sounds reasonable: I=E2=80=99d have made the same suggestion as Maxime but any improvement here is welcome. Applied, thanks! Ludo=E2=80=99.