From nobody Wed Dec 21 12:56:31 2022 X-Original-To: stable@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4NcYNx4T23z1Gq7S for ; Wed, 21 Dec 2022 12:56:49 +0000 (UTC) (envelope-from peo@nethead.se) Received: from ns1.nethead.se (ns1.nethead.se [5.150.237.139]) (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 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "ns1.nethead.se", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4NcYNw27rFz44CR for ; Wed, 21 Dec 2022 12:56:48 +0000 (UTC) (envelope-from peo@nethead.se) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=nethead.se header.s=NETHEADSE header.b=iavEeH+8; spf=pass (mx1.freebsd.org: domain of peo@nethead.se designates 5.150.237.139 as permitted sender) smtp.mailfrom=peo@nethead.se; dmarc=pass (policy=none) header.from=nethead.se X-Virus-Scanned: amavisd-new at Nethead AB DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=nethead.se; s=NETHEADSE; t=1671627398; bh=8TU2Bl285cZgpGErA23xULrT56BwzQktSdHgAE3Zpgs=; h=Date:To:From:Subject; b=iavEeH+84FroM93Ym92UM1MYiaYcMhq1fsx8DhlHDGUfPXfwgGf0rkcyJLDn9FJj9 sw229e1OHE3Va87Soqm3lSW0EfODXotjksX4UrH2ssJL40OUZBcHGnMIIOzTtucnU5 JU+9NLe66dC2kdjdp2nLiFhjSuEawBY61BxDpnxg= Message-ID: <3eae7bee-d0e2-da47-bd15-cf9f72d583ff@nethead.se> Date: Wed, 21 Dec 2022 13:56:31 +0100 List-Id: Production branch of FreeBSD source code List-Archive: https://lists.freebsd.org/archives/freebsd-stable List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:102.0) Gecko/20100101 Thunderbird/102.5.1 To: stable@freebsd.org Content-Language: en-US From: Per olof Ljungmark Subject: Help with git - fetch earlier src version Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spamd-Result: default: False [-3.98 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_SHORT(-0.98)[-0.983]; DMARC_POLICY_ALLOW(-0.50)[nethead.se,none]; R_SPF_ALLOW(-0.20)[+ip4:5.150.237.139]; R_DKIM_ALLOW(-0.20)[nethead.se:s=NETHEADSE]; MIME_GOOD(-0.10)[text/plain]; MLMMJ_DEST(0.00)[stable@freebsd.org]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; RCVD_COUNT_ZERO(0.00)[0]; ARC_NA(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; ASN(0.00)[asn:8473, ipnet:5.150.192.0/18, country:SE]; FROM_HAS_DN(0.00)[]; DKIM_TRACE(0.00)[nethead.se:+]; TO_MATCH_ENVRCPT_ALL(0.00)[]; TO_DN_NONE(0.00)[]; MID_RHS_MATCH_FROM(0.00)[] X-Rspamd-Queue-Id: 4NcYNw27rFz44CR X-Spamd-Bar: --- X-ThisMailContainsUnwantedMimeParts: N I am facing the same issue as in https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268492 or possibly https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267421 with a T490 laptop. Can someone please help with the git command to fetch an earlier version, for example the one for the amd64 December 9th. snapshot? Instead of git clone -b stable/13 --depth 1 https://git.freebsd.org/src.git /usr/src (this of course if the issue is not already fixed with current 13-STABLE) Thanks, Per