From debbugs-submit-bounces@debbugs.gnu.org Mon Oct 12 05:43:23 2020 Received: (at 43893) by debbugs.gnu.org; 12 Oct 2020 09:43:23 +0000 Received: from localhost ([127.0.0.1]:41747 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kRuMU-0000eM-PJ for submit@debbugs.gnu.org; Mon, 12 Oct 2020 05:43:23 -0400 Received: from eggs.gnu.org ([209.51.188.92]:35110) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kRuMT-0000e9-1y for 43893@debbugs.gnu.org; Mon, 12 Oct 2020 05:43:21 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:40139) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kRuMN-0000jc-PA; Mon, 12 Oct 2020 05:43:15 -0400 Received: from [2001:660:6102:320:e120:2c8f:8909:cdfe] (port=54030 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kRuMM-0002sv-JT; Mon, 12 Oct 2020 05:43:15 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Maxim Cournoyer Subject: Re: bug#43893: [PATCH] maint: update-guix-package: Ensure sources are clean. References: <87eem7qcxc.fsf@gmail.com> <20201010050852.19975-1-maxim.cournoyer@gmail.com> <871ri5j13g.fsf@gnu.org> <875z7gtupi.fsf@gmail.com> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 21 =?utf-8?Q?Vend=C3=A9miaire?= an 229 de la =?utf-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Mon, 12 Oct 2020 11:43:13 +0200 In-Reply-To: <875z7gtupi.fsf@gmail.com> (Maxim Cournoyer's message of "Sun, 11 Oct 2020 15:43:05 -0400") Message-ID: <87lfgbvky6.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 43893 Cc: 43893@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Hi, Maxim Cournoyer skribis: > Ludovic Court=C3=A8s writes: > > [...] > >>> * build-aux/update-guix-package.scm (git-add-worktree): New procedure. >>> (main): Use it to checkout a clean copy of the used commit, and compute= the >>> hash from it. Print a user warning after completion. >> >> I=E2=80=99m not quite enthusiastic about the tool creating a worktree be= hind my >> back. > > May I ask why? It's not something you'd (need to) be aware of (it > doesn't leave traces in my v2 as 'git worktree prune' clears up the > temporary worktree entries), and it's quite cheap to create. To me, this is all my workspace, and I generally assume I=E2=80=99m the onl= y one touching it; it=E2=80=99s more about the mental model, I guess. Thanks, Ludo=E2=80=99.