From owner-dev-commits-src-all@freebsd.org Mon May 31 19:11:45 2021 Return-Path: Delivered-To: dev-commits-src-all@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 9D6A164CDEC; Mon, 31 May 2021 19:11:45 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-il1-f169.google.com (mail-il1-f169.google.com [209.85.166.169]) (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 4Fv4f93jctz4jgC; Mon, 31 May 2021 19:11:45 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: by mail-il1-f169.google.com with SMTP id x18so5247759ila.10; Mon, 31 May 2021 12:11:45 -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:references:in-reply-to:from:date :message-id:subject:to:cc; bh=4BL4iZMCxGP59sXt2UvKu+9ZGtnjQ1cEGBUOwUzB7eM=; b=prV8aqdERJJQEyvHfVFItqLLWr5qVOHT4uGsDnWn04lvXl5H9/FuiqgZmLUBqPsSvh /wRckK3R8QNj04etC4N9Y4MpWkZzZ/m+IP1biZ1kgGglKEV3icwF5NOVJ8EZizJLTxbF EYWFyfolclSwusQbRDvhDWH4gT/JGKcdmX3KHhW3M5R1Hx8VqFh1LJu0UUk8HBnzrMDA THmnmg2DzfJEODDVTdZl7/yokAsC+vAldQkwUK0P1oggIjpnXIUSSX3N4JrYNddUJqO6 kyR0XQK/5q3PIxyvHF/XOYwDSd8bmPmvb3+uv0GPq0K0t0V8D2LYd6RTH26DXUHPmymQ uCVg== X-Gm-Message-State: AOAM530xo/Ygogxx6XwuVaBuygiYBF/OCTF005iaH/KhUK1NX44iMnKK LkDm1s3MD54a3WN2m9fpOgfBkVfop0aFHD5FqFk7Yg3K X-Google-Smtp-Source: ABdhPJw4tPno52YcSy/ZGz9Qx9OreJzhbCP8o6P0qCRL0xmGoxneeSnRpvjNdI3rhMFiYIAQVcJ6eRYz4NYFk+Ro7ks= X-Received: by 2002:a92:ad07:: with SMTP id w7mr18128261ilh.98.1622488303326; Mon, 31 May 2021 12:11:43 -0700 (PDT) MIME-Version: 1.0 References: <202105302249.14UMnbcl094541@gitrepo.freebsd.org> In-Reply-To: From: Ed Maste Date: Mon, 31 May 2021 15:11:26 -0400 Message-ID: Subject: Re: git: 5a20c351ea45 - main - [skip ci] add a CODEOWNERS file To: Alan Somers Cc: src-committers , "" , dev-commits-src-main@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 4Fv4f93jctz4jgC 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-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the src repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 May 2021 19:11:45 -0000 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. 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?