From owner-freebsd-git@freebsd.org Sat Dec 26 19:58:00 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 4E7E84C16BE for ; Sat, 26 Dec 2020 19:58:00 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (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 (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4D3F3X1jv2z4dmj for ; Sat, 26 Dec 2020 19:58:00 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from mail-qv1-f42.google.com (mail-qv1-f42.google.com [209.85.219.42]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) (Authenticated sender: kevans) by smtp.freebsd.org (Postfix) with ESMTPSA id 290872A6CB for ; Sat, 26 Dec 2020 19:58:00 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: by mail-qv1-f42.google.com with SMTP id d11so3371639qvo.11 for ; Sat, 26 Dec 2020 11:58:00 -0800 (PST) X-Gm-Message-State: AOAM533SyVY0Jbf9hcMaeb6PQfNWgl5FlwRwdLR9j0npH8TE/xVIigBL eaPwj8d90ramn9fXgEqW0ITDabyMbYkL6VsK8BM= X-Google-Smtp-Source: ABdhPJxxXpPyzXOUPfEtsf+KZ6gEs9qhj51vkV35r+04CmdgJFQOGsi4B9+2kEBkbOLBDjkv8Z+2NfMRI83LTEzYAOQ= X-Received: by 2002:a05:6214:6af:: with SMTP id s15mr40438405qvz.34.1609012679826; Sat, 26 Dec 2020 11:57:59 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Kyle Evans Date: Sat, 26 Dec 2020 13:57:49 -0600 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: stable branch notes To: Warner Losh Cc: freebsd-git Content-Type: text/plain; charset="UTF-8" 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: Sat, 26 Dec 2020 19:58:00 -0000 On Sat, Dec 26, 2020 at 12:26 PM Warner Losh wrote: > On Sat, Dec 26, 2020 at 11:12 AM Kyle Evans wrote: >> >> Hello! >> >> So Warner's got a git2svn exporter that will keep svn up-to-date, but >> will it backfill stable/12 notes (so to speak, if it's even possible) >> to indicate the svn revision that a git commit ended up with? > > No. It includes the hash so you can find the hash, but it doesn't try to backfill notes. > >> >> I'm staring at the EN template and trying to figure out if I'll be >> able to use the cgit interface to fill it out or if I'd need to use >> svnweb for this going forward, assuming that SA/EN will continue to >> refer to svn commits to match the release process for those branches. > > I think we're going to have to reference both, alas, and that the 'both' might be a bit of a manual process. If it's too much of a hassle, we could have a post-post process that does the backfill, but that seemed a bridge too far in compatibility. > > Warner Sure, sounds reasonable, thanks! IMO this is probably way too infrequent to bother with adding in if it's not already there, especially if the svn commit will contain the hash already.