From owner-dev-commits-src-main@freebsd.org Mon May 31 19:39:44 2021 Return-Path: Delivered-To: dev-commits-src-main@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 1B7C764E12A for ; Mon, 31 May 2021 19:39:44 +0000 (UTC) (envelope-from jrtc27@jrtc27.com) Received: from mail-wm1-f46.google.com (mail-wm1-f46.google.com [209.85.128.46]) (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 4Fv5GR4S52z4mlL for ; Mon, 31 May 2021 19:39:43 +0000 (UTC) (envelope-from jrtc27@jrtc27.com) Received: by mail-wm1-f46.google.com with SMTP id l18-20020a1c79120000b0290181c444b2d0so538098wme.5 for ; Mon, 31 May 2021 12:39:43 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=+CCihiJooRSOhwIxLE+J4nrg8l+qfc01d05NjbMBQyM=; b=uNWBcg7pC0Ocmw1Jd4g7DLxJOZAWc4LZOp8lQOXZJZ1xQ7/06TetqMV2NjPQdmTOwy 43UtCjQ8F1rb4lMQXXuKs9lp4E4n1hIewBH6Paoj+8P51k0WKrRXqQ1BhCU/VQxVgh33 0o++rvuvSJjkt9nFxKz10kIDa/Gci8bjZIHCtwQV0F98BLzJ/lLShZEa0z9ec91Z2x9x hpXvyN3AFDuXISoWEmeEmvhr6aCxeSFzJZSDyxW2S3OXpWn6v6uAOuI694+M+KCdCtp4 ObJ1BND+cDAfEssnO7jUDy3EWt4MZA0GIea7BAZDbpBiONGEueK5xQKBUjpsE1IU5247 7qAg== X-Gm-Message-State: AOAM531nl12wHg9wwKVfL1hSYL2qtSbPJvy2mSA2T12PZXm40vC3VwuA ipwD+/99cLN51EY3mCqCf/9xJw== X-Google-Smtp-Source: ABdhPJx+x4cPMlibM3RgAIEqSLBoJLzL1iWuK1VqN0zsK88w/K5fMq+BFcmMRrFCMOa1miseFYIH5Q== X-Received: by 2002:a7b:cb55:: with SMTP id v21mr14634407wmj.19.1622489982259; Mon, 31 May 2021 12:39:42 -0700 (PDT) Received: from smtpclient.apple (trinity-students-nat.trin.cam.ac.uk. [131.111.193.104]) by smtp.gmail.com with ESMTPSA id k82sm361963wmf.11.2021.05.31.12.39.41 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Mon, 31 May 2021 12:39:42 -0700 (PDT) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 14.0 \(3654.100.0.2.22\)) Subject: Re: git: 5a20c351ea45 - main - [skip ci] add a CODEOWNERS file From: Jessica Clarke In-Reply-To: Date: Mon, 31 May 2021 20:39:41 +0100 Cc: Ed Maste , Alan Somers , src-committers , "" , dev-commits-src-main@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <0434E9D2-B0AA-4B5E-942A-A393A83DFFD1@freebsd.org> References: <202105302249.14UMnbcl094541@gitrepo.freebsd.org> To: Warner Losh X-Mailer: Apple Mail (2.3654.100.0.2.22) X-Rspamd-Queue-Id: 4Fv5GR4S52z4mlL X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-BeenThere: dev-commits-src-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for the main branch of the src repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 May 2021 19:39:44 -0000 On 31 May 2021, at 20:37, Warner Losh wrote: >=20 >=20 >=20 > On Mon, May 31, 2021 at 1:21 PM Jessica Clarke = wrote: > On 31 May 2021, at 20:16, Warner Losh wrote: > >=20 > >=20 > >=20 > > On Mon, May 31, 2021, 1:11 PM Ed Maste wrote: > > On Mon, 31 May 2021 at 11:51, Alan Somers = wrote: > > > > > >> > > >> I think this file isn't the right place for (another copy of) = this > > >> text; perhaps the CODEOWNERS file should just reference the = top-level > > >> MAINTAINERS? > > > > > > Except that CODEOWNERS is in a format that tools know how to = parse. If anything, MAINTAINERS should be a symlink to CODEOWNERS. > >=20 > > At least the file's location and user IDs suggest that it is = specific > > to GitHub; in any case I don't really care which one points to = which. > > I hope we can agree though that we don't really want two different > > files representing code ownership in different ways that both > > independently refer to a third mechanism for recording code = ownership > > that's external to the source tree? > >=20 > > It also works on gitlab, FWIW. The format is standard. Bummer we = can't generate it based on where it is published=E2=80=A6 >=20 > We could conceivably have a CODEOWNERS.master from which the others = can be generated via `make codeowners` whenever someone edits it. = Whether that=E2=80=99s worth the hassle of implementing though for a = file that shouldn=E2=80=99t regularly be changing is unclear. >=20 > Doing that's trivial... However, it would mean that the automatic = flagging that this file's presence gives wouldn't work... But then = again, there's no issues or pull requests at the gitlab mirror, so at = the moment it's a bit of a moot point. A hypothetical .gitlab/CODEOWNERS would be checked in as a generated = file, if that was unclear. Otherwise I=E2=80=99m not sure I understand = your first point? Jess