svn commit: r51042 - head/en_US.ISO8859-1/articles/committers-guide

John Baldwin jhb at FreeBSD.org
Wed Oct 4 20:12:21 UTC 2017


Author: jhb
Date: Wed Oct  4 20:12:20 2017
New Revision: 51042
URL: https://svnweb.freebsd.org/changeset/doc/51042

Log:
  Tweak Tier-1 description to not require Tinderbox by name.
  
  Instead, just require build and testing automation of some form (e.g.
  Jenkins-backed ci.freebsd.org).
  
  Reviewed by:	emaste

Modified:
  head/en_US.ISO8859-1/articles/committers-guide/article.xml

Modified: head/en_US.ISO8859-1/articles/committers-guide/article.xml
==============================================================================
--- head/en_US.ISO8859-1/articles/committers-guide/article.xml	Wed Oct  4 14:46:50 2017	(r51041)
+++ head/en_US.ISO8859-1/articles/committers-guide/article.xml	Wed Oct  4 20:12:20 2017	(r51042)
@@ -3912,9 +3912,9 @@ Relnotes:           yes</programlisting>
 	(features which are inherently architecture-specific, such as
 	support for hardware device drivers, may be exempt from this
 	requirement).  In general, all Tier 1 platforms must have
-	build and Tinderbox support either in the FreeBSD.org cluster,
-	or be easily available for all developers.  Embedded platforms
-	may substitute an emulator available in the &os; cluster
+	build and test automation support either in the FreeBSD.org cluster,
+	or easily available for all developers.  Embedded platforms
+	may substitute an emulator available in the FreeBSD.org cluster
 	for actual hardware.</para>
 
       <para>Tier 1 architectures are expected to be Production Quality


More information about the svn-doc-all mailing list