Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Jul 2020 06:04:21 +0000 (UTC)
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org
Subject:   svn commit: r362983 - stable/12/share/man/man7
Message-ID:  <202007070604.06764Ls7089731@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: lwhsu
Date: Tue Jul  7 06:04:21 2020
New Revision: 362983
URL: https://svnweb.freebsd.org/changeset/base/362983

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

Modified:
  stable/12/share/man/man7/development.7
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/share/man/man7/development.7
==============================================================================
--- stable/12/share/man/man7/development.7	Tue Jul  7 02:43:53 2020	(r362982)
+++ stable/12/share/man/man7/development.7	Tue Jul  7 06:04:21 2020	(r362983)
@@ -24,7 +24,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd August 22, 2018
+.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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007070604.06764Ls7089731>