From owner-freebsd-questions@freebsd.org Wed Feb 3 20:29:37 2021 Return-Path: Delivered-To: freebsd-questions@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 73C6652B5D3 for ; Wed, 3 Feb 2021 20:29:37 +0000 (UTC) (envelope-from casey@scottmail.org) Received: from bearcat.phantombsd.org (scottmail.org [209.206.250.76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4DWCw02vHFz3mYW for ; Wed, 3 Feb 2021 20:29:36 +0000 (UTC) (envelope-from casey@scottmail.org) Received: from localhost (localhost [127.0.0.1]) by bearcat.phantombsd.org (Postfix) with ESMTP id 62ADA2802DF; Wed, 3 Feb 2021 12:29:34 -0800 (PST) Received: from bearcat.phantombsd.org ([127.0.0.1]) by localhost (bearcat.phantombsd.org [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id LhQaf3A1oa5K; Wed, 3 Feb 2021 12:29:34 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by bearcat.phantombsd.org (Postfix) with ESMTP id 42143280A58; Wed, 3 Feb 2021 12:29:34 -0800 (PST) X-Virus-Scanned: amavisd-new at bearcat.phantombsd.org Received: from bearcat.phantombsd.org ([127.0.0.1]) by localhost (bearcat.phantombsd.org [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id R7F-eRgL5Z3w; Wed, 3 Feb 2021 12:29:34 -0800 (PST) Received: from bearcat.phantombsd.org (mail.scottmail.org [192.168.1.20]) by bearcat.phantombsd.org (Postfix) with ESMTP id 1E4C92802DF; Wed, 3 Feb 2021 12:29:34 -0800 (PST) Date: Wed, 3 Feb 2021 12:29:33 -0800 (PST) From: Casey Scott To: Yasuhiro Kimura Cc: freebsd-questions Message-ID: <2127629787.366.1612384173953.JavaMail.zimbra@scottmail.org> In-Reply-To: <20210204.044013.1294918917795136507.yasu@utahime.org> References: <633599346.139.1612366170901.JavaMail.zimbra@scottmail.org> <20210204.044013.1294918917795136507.yasu@utahime.org> Subject: Re: Source repo's haven't updated? MIME-Version: 1.0 X-Originating-IP: [192.168.1.20] X-Mailer: Zimbra 8.8.15_GA_3991 (ZimbraWebClient - GC88 (Mac)/8.8.15_GA_3980) Thread-Topic: Source repo's haven't updated? Thread-Index: snMst4uubYPRMxbw+F4SGf786B5BtA== X-Rspamd-Queue-Id: 4DWCw02vHFz3mYW X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of casey@scottmail.org designates 209.206.250.76 as permitted sender) smtp.mailfrom=casey@scottmail.org X-Spamd-Result: default: False [-2.30 / 15.00]; RCVD_TLS_LAST(0.00)[]; ARC_NA(0.00)[]; RCVD_COUNT_FIVE(0.00)[6]; HAS_XOIP(0.00)[]; FROM_HAS_DN(0.00)[]; RBL_DBL_DONT_QUERY_IPS(0.00)[209.206.250.76:from]; R_SPF_ALLOW(-0.20)[+a:scottmail.org.]; MID_RHS_MATCH_FROM(0.00)[]; MIME_GOOD(-0.10)[multipart/alternative,text/plain]; DMARC_NA(0.00)[scottmail.org]; NEURAL_HAM_LONG(-1.00)[-1.000]; SPAMHAUS_ZRD(0.00)[209.206.250.76:from:127.0.2.255]; TO_MATCH_ENVRCPT_SOME(0.00)[]; TO_DN_ALL(0.00)[]; NEURAL_HAM_SHORT(-1.00)[-1.000]; RCPT_COUNT_TWO(0.00)[2]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+,1:+,2:~]; ASN(0.00)[asn:209, ipnet:209.206.248.0/22, country:US]; SUBJECT_ENDS_QUESTION(1.00)[]; MAILMAN_DEST(0.00)[freebsd-questions] X-Mailman-Approved-At: Thu, 04 Feb 2021 06:23:35 +0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.34 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Feb 2021 20:29:37 -0000 I think I see what's going on here. git log is reporting against a different time zone. ---------------- commit 32ed3ad05e5aecd919e879e9440a5b2f86c794db (grafted, HEAD -> releng/12.2, origin/releng/12.2) Author: Ed Maste Date: Thu Jan 28 20:09:12 2021 -0500 Add UPDATING entry and bump version Approved by: so ---------------- vs. ---------------- (2021-01-29 01:17:51 +0000 ) from the site you provided. ---------------- Thank you. From: "Yasuhiro Kimura" To: "freebsd-questions" Sent: Wednesday, February 3, 2021 11:40:13 AM Subject: Re: Source repo's haven't updated? From: Casey Scott Subject: Source repo's haven't updated? Date: Wed, 3 Feb 2021 07:29:30 -0800 (PST) Since the last batch of Errata notices were sent last week, I've been watching for the 12.2 releng branch to be updated. While watching for them to update, I noticed the Git migration and have switched to Git. The releng/12.2 at [ https://git.freebsd.org/ | https://git.freebsd.org/ ] hasn't updated since 1/28 (SVN showed same date/time). Have they really not been updated? I just want to verify that I'm looking in the right place. You can check current status of releng/12.2 branch with following URL. https://cgit.freebsd.org/src/log/?h=releng/12.2 As you can see latest update of releng/12.2 is 2021-01-29 01:17:51 +0000. So your source tree is up to date. --- Yasuhiro Kimura _______________________________________________ freebsd-questions@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"