From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 55C1D15800A for ; Fri, 11 Aug 2023 01:06:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5281C2BC020; Fri, 11 Aug 2023 01:06:51 +0000 (UTC) Received: from keymaster.home (ns1.xn--wesstrm-f1a.se [IPv6:2a00:d880:5:1b9::8526]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DC5A02BC016 for ; Fri, 11 Aug 2023 01:06:50 +0000 (UTC) Received: from [192.168.254.0] (umbriel.home [192.168.254.0]) by keymaster.home (8.17.1/8.17.1) with ESMTP id 37B16mAn032390 for ; Fri, 11 Aug 2023 03:06:49 +0200 (CEST) (envelope-from gentoo-bugzilla@pp.dyndns.biz) Message-ID: Date: Fri, 11 Aug 2023 03:06:47 +0200 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.14.0 Subject: Re: [gentoo-user] Need some help with location of git clone when bisecting with 9999-ebuilds Content-Language: en-GB To: gentoo-user@lists.gentoo.org References: <128f8d2d-f773-539f-cca3-01cd5b49ffd6@pp.dyndns.biz> From: =?UTF-8?Q?Morgan_Wesstr=c3=b6m?= In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Archives-Salt: 8ce34566-84ec-4c80-b1f4-32408e775920 X-Archives-Hash: 12403104cb0ec3dce11ba866e59455db Thank you, Yixun. On 2023-08-11 02:23, Yixun Lan wrote: > understanding git bisect should be enough to keep you going.. Yes, I actually just ended up doing what git bisect does but manually for now. >> 2) Can I tell emerge not to clean the build directory between bisects so it >> only recompiles the source files that actually changes between commits? > it would be great to have this feature, but I don't know.. > or I'd not personally bother to go this way My old machine takes 50 minutes to compile wine so it would've been great. Guess it's time for me to upgrade. ;) > EGIT_OVERRIDE_COMMIT_WINE_WINE? have you checked the emerge log? it's obvious I noticed that by chance when I was looking in the log to check whether it accepted the commit hash I fed it or not. But I ended up just using the deprecated EGIT_COMMIT for this bisect and running it manually. Since most of the time is spent compiling it wasn't that much work but I'll be sure to try a more automated method next time now that I got the last pieces of the puzzle. :) Just out of curiosity, what decides what the suffix to those EGIT_OVERRIDE_ variables will become? I was unable to find any info of those in the Gentoo Development Guide, although I only looked at the description of the git-r3.eclass and that might have been the wrong place. Regards Morgan