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 1833A15808B for ; Mon, 11 Apr 2022 05:40:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7DCB3E09B6; Mon, 11 Apr 2022 05:39:50 +0000 (UTC) Received: from danwin1210.de (danwin1210.de [IPv6:2a01:4f8:c010:d56::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X448 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3B37DE0993 for ; Mon, 11 Apr 2022 05:39:45 +0000 (UTC) Received: from danwin1210.de (unknown [10.9.0.4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X448 server-signature ECDSA (P-384) client-signature ED448) (Client CN "danwin1210.me", Issuer "danwin1210.me" (verified OK)) by mail.danwin1210.de (Postfix) with ESMTPS id 26EC61F473 for ; Mon, 11 Apr 2022 05:39:43 +0000 (UTC) Received: from localhost (unknown [10.9.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by danwin1210.de (Postfix) with ESMTPSA id 8129A3C05D for ; Mon, 11 Apr 2022 05:39:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=danwin1210.de; s=20211204-rsa; t=1649655582; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=iyH9KEY12RRrIQuhCUYvPFMQPtYHs2w5ILnY93G1TW8=; b=ubFUv8+vi/Jn6qaxncs7TiisrlJCSGQjeWTAizI/J5/DLHMRu/LrhNpT634vMCGk7ionbU JB/EEru/qg1fDkk4XdsXCW9qN9iQgtUe4Ioyjjw0iEdx2WqpHg4A8B1gwg6O8aSrGotRIW ZAXLS8/LlcCxodyuIK9FDSJMAPrLYKkTwn+rV4pKK25T4Mbdo1bCQ6hJgr7ozgEBpCyKNl 6Fj62/ATUENJWPAzlUDpYNUh/HqW+5cTgmUqBVwDO0g3s9j0JIVr8+lu2l15VO0HI9E70H gLnZElHP7sZuj1pcgv+4XrkXbLLbsPLigzsRPExw9BfxekbcfK6FJqQStKIRIQ== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=danwin1210.de; s=20211204-ed25519; t=1649655582; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=iyH9KEY12RRrIQuhCUYvPFMQPtYHs2w5ILnY93G1TW8=; b=p/iLmpImkdfFAXnsEJ1ll2ivsUhsdS1udzuVcqkWRQTqNi6KJZYd1+hwdslVtYeIj3HcRp MIazSFUafXGzr/DA== Date: Mon, 11 Apr 2022 08:39:39 +0300 From: Dex Conner To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] How to only recompile git ebuild without fetching any sources? Message-ID: <20220411053939.gaj4ogwxv3j4synr@localhost> References: <20220410210652.rnhfnax2rz5kq4nr@localhost> <5584180.DvuYhMxLoT@invader> 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 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="mhvsbn4xoka6usnf" Content-Disposition: inline In-Reply-To: <5584180.DvuYhMxLoT@invader> X-Archives-Salt: bc201ecd-f494-46cc-a0d5-1732b94a406e X-Archives-Hash: b551a020e0c632f4d34fdfd8f41649a6 --mhvsbn4xoka6usnf Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 22/04/10 11:14PM, Marco Rebhan wrote: > On Sunday, 10 April 2022 23:06:52 CEST Dex Conner wrote: > > I have a 9999 ebuild with EGIT_REPO_URI option set and whenever I do > > emerge -av it tries to fetch sources again. Is there a way > > for me to only recompile without any source update? >=20 > Hi Dex, >=20 > Setting EVCS_OFFLINE=3D1 should work. There's some documentation on that= =20 > variable here: > https://devmanual.gentoo.org/eclass-reference/git-r3.eclass/index.html >=20 > -Marco Thank you! Is there maybe a way to set this with emerge / something else=20 on a case by case basis without editing the ebuild each time? --mhvsbn4xoka6usnf Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEE2ISlnG4xsFQ7Mswex1Y9SzFDEmcFAmJTvxsACgkQx1Y9SzFD EmcuiQ/7BMrF1dk6Kf9UsMUgCa+DqXwJvcCSTksAcBp7uAr+JdFntql71GMIbDQN NrZn0yEqVBXRRk6O12jGRsHTa6skPfrpuMnfrlB3Ck8DsnM/XL0QRxJvzoNHSXyU /+OJbV1fGSLFKl7ckcbplQUEq3sqR6uXlGmE//ofK0HZLrv3yDAgx9M3d09jbk78 aoLPsea1OFyIi7FKg/ErCHAqUnpEDfKVXdt09p6XsySImXnuGUDExRP2JkFe0CIf 0tPNSjZtY8+hLBFNUocPFqQeRdCrT8aqikWsyCU6FG+Pp//bfRCGY6N2E6+pg48i JjSdkmXXtK2EQtM94QlFfwry9l4qcrH17/xc1w55CtyS1zfLtU9p0FRqjxzhgHQO V2pjiN2tuzFHzOYRRVUzBlaANWNzEzh1exSjLe7/KsbM/yYcYloTtgzACNyg7k8A QdZTwOeoUi7nAzaHWVnNuvJkpm1rflnALQ/3MLqeWEJQOPWIZ6YmB+c7tWvZNJFp T7nhJd/8Uxtp/h/x1m5cMYFOUEbZ13WN2/JULRM4tZ+jkN3iX1+6UjziH+CYxs2d 6mHrfI27btNPZQFc7BqotJFRN+r7LNpp+2y4/305oM9iykRio0EhOBPi4cvOxM3O GoSyipeA0X608JxsVSfv4v7lg5FqLq0YHAU6CDdIov6dDqp0ySI= =FxP9 -----END PGP SIGNATURE----- --mhvsbn4xoka6usnf--