svn commit: r362539 - head/share/man/man7

Li-Wen Hsu lwhsu at FreeBSD.org
Tue Jun 23 11:40:12 UTC 2020


Author: lwhsu
Date: Tue Jun 23 11:40:11 2020
New Revision: 362539
URL: https://svnweb.freebsd.org/changeset/base/362539

Log:
  Mention CI system information in development(7)
  
  Approved by:	0mp, bcr
  MFC after:	2 weeks
  Sponsored by:	The FreeBSD Foundation
  Differential Revision:	https://reviews.freebsd.org/D25340

Modified:
  head/share/man/man7/development.7

Modified: head/share/man/man7/development.7
==============================================================================
--- head/share/man/man7/development.7	Tue Jun 23 10:56:15 2020	(r362538)
+++ head/share/man/man7/development.7	Tue Jun 23 11:40:11 2020	(r362539)
@@ -24,7 +24,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd May 16, 2019
+.Dd June 23, 2020
 .Dt DEVELOPMENT 7
 .Os
 .Sh NAME
@@ -103,6 +103,14 @@ suggest improvements, and, eventually, allows them to 
 commit it:
 .Pp
 .Lk https://reviews.FreeBSD.org
+.Pp
+To check the latest
+.Fx
+build and test status of CURRENT and STABLE branches,
+the continuous integration system is at:
+.Pp
+.Lk https://ci.FreeBSD.org
+.Pp
 .Sh EXAMPLES
 Check out the CURRENT branch, build it, and install, overwriting the current
 system:


More information about the svn-src-all mailing list