From owner-freebsd-git@freebsd.org Thu Dec 3 21:01:11 2020 Return-Path: Delivered-To: freebsd-git@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 2EAC24AF3E7 for ; Thu, 3 Dec 2020 21:01:11 +0000 (UTC) (envelope-from uqs@freebsd.org) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 4Cn7Y30pq6z4lL0 for ; Thu, 3 Dec 2020 21:01:11 +0000 (UTC) (envelope-from uqs@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 1B8A84AF916; Thu, 3 Dec 2020 21:01:11 +0000 (UTC) Delivered-To: git@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 1A2E94AF472 for ; Thu, 3 Dec 2020 21:01:11 +0000 (UTC) (envelope-from uqs@freebsd.org) Received: from acme.spoerlein.net (acme.spoerlein.net [IPv6:2a05:fc87:1:5::15]) (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 RSA-PSS (2048 bits) client-digest SHA256) (Client CN "www.spoerlein.net", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Cn7Y26Fdhz4l6d for ; Thu, 3 Dec 2020 21:01:10 +0000 (UTC) (envelope-from uqs@freebsd.org) Received: from localhost (acme.spoerlein.net [IPv6:2a05:fc87:1:5:0:0:0:15]) by acme.spoerlein.net (8.16.1/8.15.2) with ESMTPS id 0B3L125R077161 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Thu, 3 Dec 2020 22:01:03 +0100 (CET) (envelope-from uqs@freebsd.org) Date: Thu, 3 Dec 2020 22:01:02 +0100 From: Ulrich =?utf-8?B?U3DDtnJsZWlu?= To: Bakul Shah Cc: git@freebsd.org Subject: Re: git fetch --all from cgit-beta.freebsd.org stopped working Message-ID: References: <2644324C-6AF6-463D-B604-73009CD01739@iitbombay.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <2644324C-6AF6-463D-B604-73009CD01739@iitbombay.org> User-Agent: Mutt/2.0.1 (2020-11-14) X-Rspamd-Queue-Id: 4Cn7Y26Fdhz4l6d X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-BeenThere: freebsd-git@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Discussion of git use in the FreeBSD project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Dec 2020 21:01:11 -0000 On Thu, 2020-12-03 at 07:45:03 -0800, Bakul Shah wrote: >On Dec 3, 2020, at 2:47 AM, Ulrich Spörlein wrote: >> >> Please note that cgit-beta updates only about 4-5 times a day and can lag for 5-6h or more. Is that what you're seeing here? > >It had lagged for more than a day but it is working again. Sorry for the noise & >Thanks for your response. Hmm, I had to fix some excessive loose objects that tripped up the auto gc runs, but I thought the warning message during git push was just that, a warning, not an error. IOW, it was probably my fault somehow ... Cheers Uli