From owner-svn-doc-all@freebsd.org Tue Aug 16 12:29:50 2016 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 06D6CBBBCFB; Tue, 16 Aug 2016 12:29:50 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AF9561418; Tue, 16 Aug 2016 12:29:49 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7GCTmT2078415; Tue, 16 Aug 2016 12:29:48 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7GCTmbr078414; Tue, 16 Aug 2016 12:29:48 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201608161229.u7GCTmbr078414@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Tue, 16 Aug 2016 12:29:48 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r49289 - head/en_US.ISO8859-1/articles/committers-guide X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Aug 2016 12:29:50 -0000 Author: mat Date: Tue Aug 16 12:29:48 2016 New Revision: 49289 URL: https://svnweb.freebsd.org/changeset/doc/49289 Log: Document how to ask for an exp-run. It seems that people do not find the exp-run flag when opening a PR. Reviewed by: bcr, wblock Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D7503 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 Tue Aug 16 12:18:14 2016 (r49288) +++ head/en_US.ISO8859-1/articles/committers-guide/article.xml Tue Aug 16 12:29:48 2016 (r49289) @@ -4820,6 +4820,69 @@ Do you want to commit? (no = start a she + + + + How can an experimental test build of the ports tree + (exp-run) be requested? + + + + An exp-run must be completed before patches with a + significant ports impact are committed. The patch can + be against the ports tree or the base system. + + Full package builds will be done with the patches + provided by the submitter, and the submitter is required + to fix detected problems (fallout) + before commit. + + + + Go to the Bugzilla + new PR page. + + + + Select the product your patch is about. + + + + Fill in the bug report as normal. Remember to + attach the patch. + + + + If at the top it says Show Advanced + Fields click on it. It will now say + Hide Advanced Fields. Many new + fields will be available. If it already says + Hide Advanced Fields, no need to do + anything. + + + + In the Flags section, set the + exp-run one to ?. + As for all other fields, hovering the mouse over any + field shows more details. + + + + Submit. + + + + When the &a.portmgr; replies, fix the fallout. + The fallout might be a bug in the original patch or + other ports that need to be fixed. Both need to be + addressed. Update the patch to repair all the + fallout and repeat. + + + +