From owner-freebsd-doc Fri Jul 13 15:32:38 2001 Delivered-To: freebsd-doc@freebsd.org Received: from coffee.q9media.com (coffee.q9media.com [216.94.229.19]) by hub.freebsd.org (Postfix) with ESMTP id A376237B401 for ; Fri, 13 Jul 2001 15:32:34 -0700 (PDT) (envelope-from mike@coffee.q9media.com) Received: (from mike@localhost) by coffee.q9media.com (8.11.2/8.11.2) id f6DMmYu25349; Fri, 13 Jul 2001 18:48:34 -0400 (EDT) (envelope-from mike) Date: Fri, 13 Jul 2001 18:48:34 -0400 (EDT) Message-Id: <200107132248.f6DMmYu25349@coffee.q9media.com> To: doc@FreeBSD.org From: Mike Barcroft Subject: Committer Guide Change [RFC] Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I would appreciate comments on the patch at the end of this message, also available at: http://testbed.q9media.net/freebsd/committers-guide.20010713.patch Best regards, Mike Barcroft ----------------------------------------------------------------------- committers-guide.20010713.patch o Document 'MFC after:' line in commit log. Index: en_US.ISO8859-1/articles/committers-guide/article.sgml =================================================================== RCS file: /home/ncvs/doc/en_US.ISO8859-1/articles/committers-guide/article.sgml,v retrieving revision 1.77 diff -u -r1.77 article.sgml --- en_US.ISO8859-1/articles/committers-guide/article.sgml 2001/07/13 15:36:28 1.77 +++ en_US.ISO8859-1/articles/committers-guide/article.sgml 2001/07/13 22:20:11 @@ -2215,6 +2215,13 @@ The name of the project (if any) from which the code was obtained. + + + MFC after: + If you wish to receive an e-mail reminder to MFC (merge + from current) at a later date, specify the number of days, + weeks, or months after which a MFC is planned. + @@ -2272,13 +2279,33 @@ Obtained from: OpenBSD + + Commit log for a change to -CURRENT with a planned + commit to -STABLE to follow at a later date. + + You want to commit some code which will be merged + from -CURRENT into the -STABLE branch after two weeks. + + ... + +MFC after: 2 weeks + + Where 2 is the number of days, + weeks, or months after which a MFC is planned. The + weeks option may be day, days, week, + weeks, month, months, or may be left off (in which case, days + will be assumed). + + In some cases you may need to combine some of these. Consider the situation where a user has submitted a PR containing code from the NetBSD project. You are looking at the PR, but it's not an area of the tree you normally work in, so you've decided to get the change reviewed by the - arch mailing list. + arch mailing list. Since the change is + complex you opt to MFC after one month, to allow adequate + testing. The extra information to include in the commit would look something like @@ -2286,7 +2313,8 @@ PR: foo/54321 Submitted by: John Smith <John.Smith@example.com> Reviewed by: -arch -Obtained from: NetBSD +Obtained from: NetBSD +MFC after: 1 month To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message