Return-Path: X-Original-To: apmail-yetus-commits-archive@minotaur.apache.org Delivered-To: apmail-yetus-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5674719100 for ; Sun, 17 Apr 2016 21:07:30 +0000 (UTC) Received: (qmail 72165 invoked by uid 500); 17 Apr 2016 21:07:30 -0000 Delivered-To: apmail-yetus-commits-archive@yetus.apache.org Received: (qmail 72126 invoked by uid 500); 17 Apr 2016 21:07:30 -0000 Mailing-List: contact commits-help@yetus.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@yetus.apache.org Delivered-To: mailing list commits@yetus.apache.org Received: (qmail 71817 invoked by uid 99); 17 Apr 2016 21:07:30 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 17 Apr 2016 21:07:30 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id BBD91E03CE; Sun, 17 Apr 2016 21:07:29 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: aw@apache.org To: commits@yetus.apache.org Date: Sun, 17 Apr 2016 21:07:39 -0000 Message-Id: <6e8be844650f4615b942268950a32d6a@git.apache.org> In-Reply-To: <41ee1269685d4e79b3abbfa79a892534@git.apache.org> References: <41ee1269685d4e79b3abbfa79a892534@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [11/19] yetus git commit: YETUS-351. documentation changes for build driver YETUS-351. documentation changes for build driver Signed-off-by: Allen Wittenauer Project: http://git-wip-us.apache.org/repos/asf/yetus/repo Commit: http://git-wip-us.apache.org/repos/asf/yetus/commit/b036828e Tree: http://git-wip-us.apache.org/repos/asf/yetus/tree/b036828e Diff: http://git-wip-us.apache.org/repos/asf/yetus/diff/b036828e Branch: refs/heads/YETUS-156 Commit: b036828ef4da12051113d1a12af8f1b5ac26e6b6 Parents: c64cd29 Author: Allen Wittenauer Authored: Tue Mar 29 17:19:41 2016 -0700 Committer: Allen Wittenauer Committed: Sun Apr 17 14:07:17 2016 -0700 ---------------------------------------------------------------------- .../documentation/in-progress/precommit-qbt.md | 37 ++++++++++++++++++++ 1 file changed, 37 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/yetus/blob/b036828e/asf-site-src/source/documentation/in-progress/precommit-qbt.md ---------------------------------------------------------------------- diff --git a/asf-site-src/source/documentation/in-progress/precommit-qbt.md b/asf-site-src/source/documentation/in-progress/precommit-qbt.md new file mode 100644 index 0000000..2cb8036 --- /dev/null +++ b/asf-site-src/source/documentation/in-progress/precommit-qbt.md @@ -0,0 +1,37 @@ + + +qbt +=== + +`qbt` is a command to execute test-patch without a patch. It uses +the same plug-ins and the same options as test-patch. The only +difference is that no patch file, location, etc should be supplied. +It is meant to be a way to easily get test-patch's output on your +current source tree. It is suitable to be run as a regularly +scheduled build as part of your overall development strategy. + +When using an automation tool, it may be useful to use the +`--console-report-file` option to send the summary email to a +file. This can then be used with systems like Jenkin's +email-ext plug-in to send the output as an emailed report: + +``` +${FILE,path=""} +```