From owner-dev-commits-src-all@freebsd.org Mon May 31 15:43:18 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 C9D95649673; Mon, 31 May 2021 15:43:18 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-io1-f48.google.com (mail-io1-f48.google.com [209.85.166.48]) (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 4Fv01f49kDz3kSF; Mon, 31 May 2021 15:43:18 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: by mail-io1-f48.google.com with SMTP id k22so12331616ioa.9; Mon, 31 May 2021 08:43:18 -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=tQKzbgHR67tJy6w579DbPg0ydFXKPD7N0PTAHM+AEPs=; b=ueOuw0NlYuTLxPpe2FfCmrLyYgqimNG5Pa7F8m8NjquuHrUJU5VME6hyn94uSnjWp+ OhC3X+qyD4xFo34g4kBzJlCV97fo494+nNs0ckYT7l16HUWpn8dzyMSxlrqA4qhEy5/g oUUQM47LF0Ws0Z5rSyUQMZ+XxtKUU3y6kXBl5YV7pc+CRZ8YPLhYqi3M1yTNj4FifPyq o5bzBHC5xfvhyc0W1es9YVEeybZV2uaQvMnLFIdAfh7eupvjPO+Hx2lam8svH8c+WMkA 9UmIItx52hz3SfkpN5Wq+zRWumcNBnk0MNjHr4WsMgA8MmOtjpfeU8eDZGz14ZN5SZou zEpg== X-Gm-Message-State: AOAM5330Tdteyi7s+vKdxG/UNJLiOx2/FwGAWtobNZdxYiY6JToL4MLd CnwItREEnnxvrccHWd+IgDhTLmOa8OEq1lTSONKvCjdt X-Google-Smtp-Source: ABdhPJw+dJcnQ/eVqIv46na8VvwwbKMXEtghZ0bwQScbot6L5f43IIFjajdsNIFcOl5fiI/aLa2Z68ND7kQ/E/wS69E= X-Received: by 2002:a05:6638:37a6:: with SMTP id w38mr21126545jal.106.1622475796785; Mon, 31 May 2021 08:43:16 -0700 (PDT) MIME-Version: 1.0 References: <202105302249.14UMnbcl094541@gitrepo.freebsd.org> In-Reply-To: <202105302249.14UMnbcl094541@gitrepo.freebsd.org> From: Ed Maste Date: Mon, 31 May 2021 11:43:01 -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: 4Fv01f49kDz3kSF 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 15:43:18 -0000 On Sun, 30 May 2021 at 18:49, Alan Somers wrote: > > The branch main has been updated by asomers: > > URL: https://cgit.FreeBSD.org/src/commit/?id=5a20c351ea457d2beae661c197fcaa97c9ec0637 > > commit 5a20c351ea457d2beae661c197fcaa97c9ec0637 > Author: Alan Somers > AuthorDate: 2021-05-30 21:54:46 +0000 > Commit: Alan Somers > CommitDate: 2021-05-30 22:49:07 +0000 ... > +# Maintainers are encouraged to visit: > +# https://reviews.freebsd.org/herald > +# > +# and configure Phabricator notifications for parts of the tree which they > +# maintain. Notifications can automatically be sent when someone proposes a > +# revision or makes a commit to the specified subtree. 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?