From owner-dev-commits-src-main@freebsd.org Mon May 31 19:21:12 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 642D664D453; Mon, 31 May 2021 19:21:12 +0000 (UTC) (envelope-from asomers@gmail.com) Received: from mail-oi1-f172.google.com (mail-oi1-f172.google.com [209.85.167.172]) (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 4Fv4s42F9kz4jy9; Mon, 31 May 2021 19:21:12 +0000 (UTC) (envelope-from asomers@gmail.com) Received: by mail-oi1-f172.google.com with SMTP id a21so2320122oiw.3; Mon, 31 May 2021 12:21:12 -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=huAGsL4frnV84rFv9vM+Aib9d8Li4G1trift9zMrNrM=; b=MDl9al9Kz9zs/j3ycZ0IqQOxw2Nv1km7JhNK7lum2JNHPU3tuKm2Rx+SIV/IEVW0U9 i5oWP4VT1/6tyuQTUij6FHaVRkEjYtoW+JdsfB+jKpFJ1wvHucRhSkk4tC9fvBnF+xId erDSRpxENhSwx+PiYXJ0c8IkS6/ef9Yk6sb1TB4Jr1Ja1WuH6sLpFQ/+KNXUP5GGOjKR wVsfdmIy+4WYI3iJn0Wo4M8K+uT0xUDGc6AvNdqK5EiyMApXLBQlwoBZGogfra8MxqTx aFaFtw3QYfrYY4OMgeYnM6PT8tOwiwCwPjnuolF2wcatIpPUvXs+v8b3EyW/P2j+o3vo Z24A== X-Gm-Message-State: AOAM533uu8OEHMYA/M/5ZCuQLeaIS8MXDrOlbdlW+sl8Ma4uYOAuE2rX C8tavDsY1U70yc6A7O8fR4fFgOW1HLdxP+3ICROtyWA/UqQKlA== X-Google-Smtp-Source: ABdhPJwd4/rfgNT7iH3sDkqmBp2ZXM1VmYC9B8VslrYA5NVjcbuKmvVMs6CPK5vFM2K2+eRBryL/tY0eT5v9m08cNxU= X-Received: by 2002:a05:6808:8c6:: with SMTP id k6mr401287oij.55.1622488870923; Mon, 31 May 2021 12:21:10 -0700 (PDT) MIME-Version: 1.0 References: <202105302249.14UMnbcl094541@gitrepo.freebsd.org> In-Reply-To: From: Alan Somers Date: Mon, 31 May 2021 13:20:59 -0600 Message-ID: Subject: Re: git: 5a20c351ea45 - main - [skip ci] add a CODEOWNERS file To: Warner Losh Cc: Ed Maste , src-committers , "" , dev-commits-src-main@freebsd.org X-Rspamd-Queue-Id: 4Fv4s42F9kz4jy9 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: 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:21:12 -0000 On Mon, May 31, 2021 at 1:16 PM Warner Losh wrote: > > > 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. >> >> 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? > > > It also works on gitlab, FWIW. The format is standard. Bummer we can't > generate it based on where it is published... > > Warner > We could move it from .github/ into the top-level directory. Github is happy with that. Is Gitlab happy too?