Date: Tue, 17 Sep 2019 19:05:03 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r53417 - in head/en_US.ISO8859-1: articles/committers-guide books/porters-handbook/makefiles Message-ID: <201909171905.x8HJ53tO068365@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills (ports committer) Date: Tue Sep 17 19:05:03 2019 New Revision: 53417 URL: https://svnweb.freebsd.org/changeset/doc/53417 Log: Remove blanket exception for teams Summary: This rule doesn't seem to make sense any more. Let's remove it. Reviewers: #portmgr, adamw, mat Reviewed By: #portmgr, adamw, mat Differential Revision: https://reviews.freebsd.org/D21158 Modified: head/en_US.ISO8859-1/articles/committers-guide/article.xml head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml Modified: head/en_US.ISO8859-1/articles/committers-guide/article.xml ============================================================================== --- head/en_US.ISO8859-1/articles/committers-guide/article.xml Tue Sep 17 16:50:30 2019 (r53416) +++ head/en_US.ISO8859-1/articles/committers-guide/article.xml Tue Sep 17 19:05:03 2019 (r53417) @@ -5085,17 +5085,6 @@ Do you want to commit? (no = start a shell) [y/n]</scr maintained by those groups.</para> </important> - <warning> - <para>Blanket approval does not apply to ports that are - maintained by teams like <email - role="nolink">autotools@FreeBSD.org</email>, <email - role="nolink">x11@FreeBSD.org</email>, <email - role="nolink">gnome@FreeBSD.org</email>, or <email - role="nolink">kde@FreeBSD.org</email>. These teams - use external repositories and can have work that would - conflict with changes that would normally fall under - blanket approval.</para> - </warning> </answer> </qandaentry> Modified: head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml Tue Sep 17 16:50:30 2019 (r53416) +++ head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml Tue Sep 17 19:05:03 2019 (r53417) @@ -4061,15 +4061,7 @@ PATCHFILES= patch1:test</programlisting> <para>Some types of fixes have <quote>blanket approval</quote> from the &a.portmgr;, allowing any committer to fix those categories of problems on any port. These fixes do not need - approval from the maintainer. Blanket approval does not apply - to ports that are maintained by teams like <email - role="nolink">autotools@FreeBSD.org</email>, <email - role="nolink">x11@FreeBSD.org</email>, <email - role="nolink">gnome@FreeBSD.org</email>, or <email - role="nolink">kde@FreeBSD.org</email>. These teams use - external repositories and can have work that would conflict - with changes that would normally fall under blanket - approval.</para> + approval from the maintainer.</para> <para>Blanket approval for most ports applies to fixes like infrastructure changes, or trivial and
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909171905.x8HJ53tO068365>