From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:306:2d92::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id YF+KGpyz32S7MAEASxT56A (envelope-from ) for ; Fri, 18 Aug 2023 20:08:28 +0200 Received: from aspmx1.migadu.com ([2001:41d0:306:2d92::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id gAaXGZyz32ReOAEAG6o9tA (envelope-from ) for ; Fri, 18 Aug 2023 20:08:28 +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 1580E49119 for ; Fri, 18 Aug 2023 20:08:28 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20221208 header.b=EGRfi83L; 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=1692382108; 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:resent-cc: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=9V4dUmLOYTtUECp2awu/7div1ZcJcCgYd2oakespfLc=; b=l9cAIO6WJ2xrN4y6NsTGlpPlok3UMy31BO0Gd20LunQOPQcI2w40W3XgA7nCu0NjAuaE1b JseoH1dBrq7bsTwI0Bg0uVmXvs1x7p9Eg99FmXjBBBhNQawu7Tbxe16lQpg4E1JXyRT1CD qVsjzjcTVFwpIj/CzYJMfv7vSzMzJZEOoTw5CADISsUphp8Cws3Z0fqbj0DSubCnI/dlKN AU3skkClGFsaxgby+x7Ina7glVKDMTzp/j8VRAiy4migrqx/ck1a7p45dqSmyhXTOC74Rs ID/8uHNhPO0o8qZe+oSMsKEvrS16wVXf9NjoQb52EwxIVhblLpKdh9jh01NoQg== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20221208 header.b=EGRfi83L; 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=1692382108; a=rsa-sha256; cv=none; b=QRbOt2o4Jxlm7GmaUYWcxTk8Bcfgh7bHtnqw76b4hPThDUPlf0ZXRTsvzZSXvb6EyLopyR umCNczQvgj3r0cJmOU3VsyJpy79GkaLymZ7v4bFsFo6k+h5jWdFJmREi0s38Jha+BJ55ko B+J0rvzADoWSnekiy6xcrigcZVuvQgiV7VTatKDTFXiRZjE07foAVr54Ica2beXUNX8TXl miMRmv/KQFPj1Ycp494B9gPB0LDb+uNNd2i+lXEtQS8kboPOGyAEY/QKMn0PU/hhr3u7rk OrJbib6+5DeyQ9sVJjt5+H/iB5zr5I78NSyX3PWG1LL/TD3KEmCbiALCl9c6OA== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qX3tD-0004jm-7q; Fri, 18 Aug 2023 14:08:03 -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 1qX3tC-0004jI-8E for guix-patches@gnu.org; Fri, 18 Aug 2023 14:08:02 -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 1qX3tB-0006uF-W5 for guix-patches@gnu.org; Fri, 18 Aug 2023 14:08:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qX3tC-0002yI-5Z for guix-patches@gnu.org; Fri, 18 Aug 2023 14:08:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#50274] [PATCH] guix: git: Adds feature to download git repository to the store. Resent-From: Simon Tournier Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 18 Aug 2023 18:08:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 50274 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: TakeV Cc: 50274@debbugs.gnu.org Received: via spool by 50274-submit@debbugs.gnu.org id=B50274.169238205011385 (code B ref 50274); Fri, 18 Aug 2023 18:08:02 +0000 Received: (at 50274) by debbugs.gnu.org; 18 Aug 2023 18:07:30 +0000 Received: from localhost ([127.0.0.1]:48695 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qX3sf-0002xZ-Ql for submit@debbugs.gnu.org; Fri, 18 Aug 2023 14:07:30 -0400 Received: from mail-wm1-x32e.google.com ([2a00:1450:4864:20::32e]:40327) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qX3sb-0002wt-6W for 50274@debbugs.gnu.org; Fri, 18 Aug 2023 14:07:26 -0400 Received: by mail-wm1-x32e.google.com with SMTP id 5b1f17b1804b1-3fe8d816a40so2391065e9.1 for <50274@debbugs.gnu.org>; Fri, 18 Aug 2023 11:07:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1692382039; x=1692986839; h=mime-version:user-agent:message-id:in-reply-to:date:references :subject:cc:to:from:from:to:cc:subject:date:message-id:reply-to; bh=9V4dUmLOYTtUECp2awu/7div1ZcJcCgYd2oakespfLc=; b=EGRfi83L82mYLjku6sigzNr5x4lRPkKB3Z+FDO+EOmPQ35lww82N9HF+g4DIgDLro6 RRvsdKpDjZE653JWgQyz1/SYQfpOofxHcyhgEg6mK6ZVhRHCDJmuBpa+n9V0Z0itarLv P6OdvBS17sXlcTcjsIZUyzddE5KvpKFSeOavjss+WT5Li931C94GlY1VTdPRIx+9hPYb xsSHN4Svo8vTWImLQMOWN/4UtPyD82t8BG4qXHq7/519L+PVxqqDqdWLhlyzO2KaeO/F 0gPd0sEkBkBT+nclwSaumGLlg9fPaUCD+9mQIGdYCcm7c4vimsqVqA2Gkl2iEPNF92xY 6yXg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1692382039; x=1692986839; h=mime-version:user-agent:message-id:in-reply-to:date:references :subject:cc:to:from:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=9V4dUmLOYTtUECp2awu/7div1ZcJcCgYd2oakespfLc=; b=LerBvo2rl6maV4Tcp40z7a4ezVrjOKECCVZ7EtO9FWme3n01YnFXeFzDP1I6BirkEs i+gI5eeZT8isxr305JLRLMWKulGHKSk3YUWilIOueU3EwqUNJoXuAtLh2UiGuTXqmRNV 7ZlMfX9CFqWDGrEZEeRKCYYTAIHJZzPx7ItSNwuYIWE3sHqjQoQql8UhlNDedsubj1ZE dTm5V+5BJeh0tkzQ1x+m3hq7gf1PyiFZ4GadNNQEHI38AAiGkFdsqPkqIa+7Dx7l77bR +Wg5kpeXa67fajgJy7STzGQj+mCOycd+Bj6nL9xANiEdyYsCaOPYyQTNC7HQCHK33yln Unuw== X-Gm-Message-State: AOJu0Yy44bwgiku5Cz5qRDgmvtcqMXCcnqg+MjRGERk9QQsDgPKelLKI wYVBvGDF+p+2tg9/rpWyO9XGL2ENFrE= X-Google-Smtp-Source: AGHT+IGFlLXLgTtxA+f0dTgGravfNoaZgr42xaqL06txrsK01Myag4mzlrIHfOpvpphvdVz9IMuGWQ== X-Received: by 2002:a05:600c:22d4:b0:3fe:dc5d:ee05 with SMTP id 20-20020a05600c22d400b003fedc5dee05mr524722wmg.3.1692382038902; Fri, 18 Aug 2023 11:07:18 -0700 (PDT) Received: from lili (roam-nat-fw-prg-194-254-61-43.net.univ-paris-diderot.fr. [194.254.61.43]) by smtp.gmail.com with ESMTPSA id l23-20020a1ced17000000b003fe2de3f94fsm3567513wmh.12.2023.08.18.11.07.18 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 18 Aug 2023 11:07:18 -0700 (PDT) From: Simon Tournier References: <20210830163918.19419-1-jgart@dismail.de> Date: Fri, 18 Aug 2023 19:55:53 +0200 In-Reply-To: (takev@disroot.org's message of "Mon, 31 Jul 2023 18:21:37 -0700") Message-ID: <86o7j4p74m.fsf_-_@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain 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-Scanner: mx2.migadu.com X-Migadu-Spam-Score: 2.81 X-Spam-Score: 2.81 X-Migadu-Queue-Id: 1580E49119 X-TUID: 8MyArHfMQINv Hi, On Mon, 31 Jul 2023 at 18:21, TakeV wrote: > I was wondering if this patch requires any more work or attention? If the > patch/bug is stale, would it be okay if I continued working on it in order to > get it merge ready? I was thinking about implementing something similar, and > saw this ticket, so I thought I would ask. Well, from my understanding, it remains some work: 1. Rely on latest-repository-commit instead, 2. Do not make it Git specific but open the door for other VCSes. Do you want to give a try? Cheers, simon