From owner-freebsd-git@freebsd.org Sat Dec 26 18:26:50 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 55E4A4C005C for ; Sat, 26 Dec 2020 18:26:50 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: from mail-qt1-x831.google.com (mail-qt1-x831.google.com [IPv6:2607:f8b0:4864:20::831]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4D3C2L1sRjz4Yb3 for ; Sat, 26 Dec 2020 18:26:49 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: by mail-qt1-x831.google.com with SMTP id c14so4576603qtn.0 for ; Sat, 26 Dec 2020 10:26:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bsdimp-com.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=O3ATxPBGdyiEHrKdHerkp2OfJv4f/UeSvoT8KV+XDk4=; b=akz6Z2IxPy8Zjn4gynrK4DU9IgReYmi+IGIWrir93Aepq6od85FHjfbc22xhmfFaLS wV41dyvdAT9P7jPQUNk24VaKOctrbl5crmv6HBsysZCPtRb5PJvypTVzU3zjBXs1eWJT K1rQbzis48kQ7HA/sKfjxQkKadQs9A0A9AFeb6AYZzOhUU1rV8WLSb+7jLjNgtpKI1Cm 7JAb1RVIpOajWqW4YKfLgDMiFLgRQUoO9GF//aC5GSSc8YqaLISQFrEGgQ0TrnAkMzBh FwRmYRP6PWJ+kwBSqS54yIogNs9rd159Mn9+yZBocZCRbcSy5qWFxbm70HdHzetf4y9l 17oA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=O3ATxPBGdyiEHrKdHerkp2OfJv4f/UeSvoT8KV+XDk4=; b=MxUV1Msi9pcO4ldO6RcCkR5xRGvwYSdR5c2KdCT38a1ZrxEln35zUHngoknJBhV4BH jh1R9aKkuc+yw0kY6N8htxUj+Ezox8vb7N0d0t/CLeV/LGX33lPW7gzecHTc+pbBVSly jmdadPYMEGWdpmRdubQhihKVy0VpJiG6+cEBIUvxiu1en+RkpRZ4eHBjGkJB93hHjEcn M/UbGcYims3cn4w1k2mTNFOtEYHvVOvf4BayW0pNtDaWBr1MpvLBzSxPbrZASoKADIsb krGh8N2xMSS2orkp7hat3jXaKKxzcYResohveBuuDA9Xs/g8sXhZbknPlo2ETvrR7f+B B5zQ== X-Gm-Message-State: AOAM532lmKD9pIeFwTqsbJ+NhvcjYTGMT66PXqV3VZbtxnBf8Z3MnmC5 O1RDj7gJFjNCYTp/Mm7krwg0UqlrlgQ8xHGdtLuq68gpHBQKEQ== X-Google-Smtp-Source: ABdhPJy/1I9Idd4URiroB3cB1yIp8rkq1aezKrPFId2JIEy9RpX/VUCSsPVeisIkM0CYt1SiZvH6NVvx4PhPZfDu1BY= X-Received: by 2002:ac8:58d2:: with SMTP id u18mr36747587qta.235.1609007208865; Sat, 26 Dec 2020 10:26:48 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Warner Losh Date: Sat, 26 Dec 2020 11:26:35 -0700 Message-ID: Subject: Re: stable branch notes To: Kyle Evans Cc: freebsd-git X-Rspamd-Queue-Id: 4D3C2L1sRjz4Yb3 X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.34 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 18:26:50 -0000 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