diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2017-08-14 15:12:13 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2017-08-14 15:12:13 +0000 |
commit | 8d6970fd841b805bd3b44109c0589f96b6730068 (patch) | |
tree | 83b3ed9f9bb792b707f82175201dd2f6761842fb /en_US.ISO8859-1/articles/committers-guide | |
parent | 2316b460bdc2013bcff9bd442f69ec4021f9c669 (diff) |
Notes
Diffstat (limited to 'en_US.ISO8859-1/articles/committers-guide')
-rw-r--r-- | en_US.ISO8859-1/articles/committers-guide/article.xml | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/en_US.ISO8859-1/articles/committers-guide/article.xml b/en_US.ISO8859-1/articles/committers-guide/article.xml index fe2f7bcf16..7005cb14c6 100644 --- a/en_US.ISO8859-1/articles/committers-guide/article.xml +++ b/en_US.ISO8859-1/articles/committers-guide/article.xml @@ -4518,6 +4518,69 @@ Relnotes: yes</programlisting> </answer> </qandaentry> + <qandaentry xml:id="ports-qa-blanket"> + <question> + <para>Are there any changes that can be committed without + approval?</para> + </question> + + <answer> + <para>The following blanket approvals are in effect:</para> + + <itemizedlist> + + <listitem> + <para>Fixes that do not result in a change in contents + of the resulting package. For example:</para> + + <itemizedlist> + <listitem> + <para><filename>pkg-descr</filename>: + <literal>WWW:</literal> URL updates (existing + 404, moved or incorrect)</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> + <para>Build, runtime or packaging fixes, if the + quarterly branch version is currently broken.</para> + + <important> + <para>These fixes <emphasis>must</emphasis> be + tested on the quarterly branch.</para> + </important> + </listitem> + + <listitem> + <para>Missing dependencies (detected, linked against + but not registered via + <varname><replaceable>*</replaceable>_DEPENDS</varname>).</para> + </listitem> + + <listitem> + <para>Fixing <link + xlink:href="&url.books.porters-handbook;/uses-shebangfix.html">shebangs</link>, + stripping installed libraries and binaries, and + plist fixes.</para> + </listitem> + + <listitem> + <para>Backport of security and reliability fixes which + only result in <varname>PORTREVISION</varname> bumps + and no changes to enabled features. for example, + adding a patch fixing a buffer overflow.</para> + </listitem> + </itemizedlist> + + <important> + <para>No unauthorized commits can ever be made without + approval of either &a.ports-secteam; or + &a.portmgr;.</para> + </important> + </answer> + </qandaentry> + <qandaentry xml:id="ports-qa-misc-commit-mfh"> <question> <para>What is the procedure for merging commits to the |