From owner-svn-doc-head@freebsd.org Tue Apr 17 10:54:37 2018 Return-Path: Delivered-To: svn-doc-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EBB9BF9927F; Tue, 17 Apr 2018 10:54:36 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 95C9D8750A; Tue, 17 Apr 2018 10:54:36 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 90C8A3912; Tue, 17 Apr 2018 10:54:36 +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 w3HAsaVI064617; Tue, 17 Apr 2018 10:54:36 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w3HAsa2s064616; Tue, 17 Apr 2018 10:54:36 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201804171054.w3HAsa2s064616@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Tue, 17 Apr 2018 10:54:36 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r51558 - head/en_US.ISO8859-1/articles/committers-guide X-SVN-Group: doc-head X-SVN-Commit-Author: mat X-SVN-Commit-Paths: head/en_US.ISO8859-1/articles/committers-guide X-SVN-Commit-Revision: 51558 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Apr 2018 10:54:37 -0000 Author: mat Date: Tue Apr 17 10:54:36 2018 New Revision: 51558 URL: https://svnweb.freebsd.org/changeset/doc/51558 Log: Expand a bit the last step of the exp-run procedure. Sponsored by: Absolight 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 Mon Apr 16 16:11:13 2018 (r51557) +++ head/en_US.ISO8859-1/articles/committers-guide/article.xml Tue Apr 17 10:54:36 2018 (r51558) @@ -5072,11 +5072,32 @@ Do you want to commit? (no = start a shell) [y/n] - 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. + &a.portmgr; will replies with a possible + fallout. + + + + Depending on the fallout: + + + + If there is no fallout, the procedure stops + here, and the change can be committed, pending + any other approval required. + + + + If there is fallout, it + must be fixed, either by + fixing the ports directly in the ports tree, or + adding to the submitted patch. + + When this is done, go back to step 6 saying + the fallout was fixed and wait for the exp-run + to be run again. Repeat as long as there are + broken ports. + +