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 BEC6415800A for ; Fri, 11 Aug 2023 16:38:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 012702BC048; Fri, 11 Aug 2023 16:38:17 +0000 (UTC) Received: from smtp.hosts.co.uk (smtp.hosts.co.uk [85.233.160.19]) (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 A1FBB2BC03E for ; Fri, 11 Aug 2023 16:38:16 +0000 (UTC) Received: from host86-149-69-230.range86-149.btcentralplus.com ([86.149.69.230] helo=[192.168.1.99]) by smtp.hosts.co.uk with esmtpa (Exim) (envelope-from ) id 1qUV9T-0000aA-3e for gentoo-user@lists.gentoo.org; Fri, 11 Aug 2023 17:38:15 +0100 Message-ID: <4852e363-2d97-8efb-d4ff-4404e20b3d4b@youngman.org.uk> Date: Fri, 11 Aug 2023 17:38:14 +0100 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: Wols Lists In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Archives-Salt: 3efe4729-bbed-4b76-b79b-ec26b4f2c7d8 X-Archives-Hash: 26c1380d16f1e58008ebb40346cb490b On 11/08/2023 01:23, Yixun Lan wrote: >> 1) Where should I store the git clone of the repository and how do I tell >> emerge to read the source files from there, when emerging the 9999 ebuild, >> instead of downloading them from the Internet as usual? > how about have a local clone of wine repository? and feed it to live ebuild > and you can do the bisect of this local repo.. I have a dedicated ~/gitstuff for most of my stuff, but the obvious other place is /usr/src (/wine). Cheers, Wol