From owner-freebsd-git@freebsd.org Sat Jul 11 09:37:03 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 8C21535D026 for ; Sat, 11 Jul 2020 09:37:03 +0000 (UTC) (envelope-from uqs@freebsd.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 4B3lDb21C4z3RbN for ; Sat, 11 Jul 2020 09:37:03 +0000 (UTC) (envelope-from uqs@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 432EB35D126; Sat, 11 Jul 2020 09:37:03 +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 42F6435CF4A for ; Sat, 11 Jul 2020 09:37:03 +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 4B3lDZ5ngyz3Rxg; Sat, 11 Jul 2020 09:37:02 +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.15.2/8.15.2) with ESMTPS id 06B9axrQ016624 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Sat, 11 Jul 2020 11:36:59 +0200 (CEST) (envelope-from uqs@freebsd.org) Date: Sat, 11 Jul 2020 11:36:59 +0200 From: Ulrich =?utf-8?B?U3DDtnJsZWlu?= To: Rene Ladan Cc: git@freebsd.org Subject: Re: ports 2020Q3 branch not present? Message-ID: <20200711093659.GA16439@acme.spoerlein.net> References: <20200710212416.GA89164@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200710212416.GA89164@freefall.freebsd.org> User-Agent: Mutt/1.12.2 (2019-09-21) X-Rspamd-Queue-Id: 4B3lDZ5ngyz3Rxg X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [0.00 / 15.00]; local_wl_from(0.00)[freebsd.org]; ASN(0.00)[asn:39540, ipnet:2a05:fc87::/32, country:CH] X-BeenThere: freebsd-git@freebsd.org X-Mailman-Version: 2.1.33 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: Sat, 11 Jul 2020 09:37:03 -0000 On Fri, 2020-07-10 at 21:24:16 +0000, Rene Ladan wrote: > Hello, > > I noticed that ports 2020Q3 branched is not present in the git ports tree > at cgit-beta.freebsd.org > > It was branched from subversion HEAD as r541028 on 2020-07-02 12:04:18 UTC > The other quarterly branches all seem to be present. Indeed, thanks for the report! I changed the location the branches are being pushed to and messed this up, actually. Now, the big question is whether we want these branches under refs/heads so that everyone will pull them by default (rather wasteful?) or whether we stick them someplace else, so people checking them out will need to add a custom "fetch" line (like we do this for vendor branches over in src). Thoughts? I'm strongly favoring the latter. Cheers Uli