From commits-return-1341-archive-asf-public=cust-asf.ponee.io@yetus.apache.org Tue May 7 14:59:26 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 9E57318064C for ; Tue, 7 May 2019 16:59:26 +0200 (CEST) Received: (qmail 7349 invoked by uid 500); 7 May 2019 14:59:26 -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 7340 invoked by uid 99); 7 May 2019 14:59:26 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 May 2019 14:59:26 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id DC4718727E; Tue, 7 May 2019 14:59:20 +0000 (UTC) Date: Tue, 07 May 2019 14:59:20 +0000 To: "commits@yetus.apache.org" Subject: [yetus] branch master updated: YETUS-877. Typo in mvn-custom-repos parameter MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <155724116085.6968.15634692293102940722@gitbox.apache.org> From: busbey@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: yetus X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 8df783b006c719df41441aeaca6bc25c0e6f4711 X-Git-Newrev: 157f62917dfc65442aed4c4822b2de35b1049700 X-Git-Rev: 157f62917dfc65442aed4c4822b2de35b1049700 X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. busbey pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/yetus.git The following commit(s) were added to refs/heads/master by this push: new 157f629 YETUS-877. Typo in mvn-custom-repos parameter 157f629 is described below commit 157f62917dfc65442aed4c4822b2de35b1049700 Author: Peter Somogyi AuthorDate: Tue May 7 13:56:33 2019 +0200 YETUS-877. Typo in mvn-custom-repos parameter Signed-off-by: Sean Busbey --- asf-site-src/source/documentation/in-progress/precommit-buildtools.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asf-site-src/source/documentation/in-progress/precommit-buildtools.md b/asf-site-src/source/documentation/in-progress/precommit-buildtools.md index 73911a4..ffc0bd0 100644 --- a/asf-site-src/source/documentation/in-progress/precommit-buildtools.md +++ b/asf-site-src/source/documentation/in-progress/precommit-buildtools.md @@ -170,7 +170,7 @@ test-patch always passes --batch-mode to maven to force it into non-interactive Under many common configurations, maven (as of 3.3.3 and lower) may not properly handle being executed by multiple processes simultaneously, especially given that some tests require the `mvn install` command to be used. -To assist, `test-patch` supports a `--mvn-custom-repo` option to set the `-Dmaven.repo.local` value to a per-instance repository directory keyed to the project and branch being used for the test. If the `--jenkins` flag is also passed, the instance will be tied to the Jenkins `${EXECUTOR_NUMBER}` value. Otherwise, the instance value will be randomly generated via `${RANDOM}`. If the repository has not been used in 30 days, it will be automatically deleted when any test run for that pr [...] +To assist, `test-patch` supports a `--mvn-custom-repos` option to set the `-Dmaven.repo.local` value to a per-instance repository directory keyed to the project and branch being used for the test. If the `--jenkins` flag is also passed, the instance will be tied to the Jenkins `${EXECUTOR_NUMBER}` value. Otherwise, the instance value will be randomly generated via `${RANDOM}`. If the repository has not been used in 30 days, it will be automatically deleted when any test run for that p [...] By default, `test-patch` uses `${HOME}/yetus-m2` as the base directory to store these custom maven repositories. That location may be changed via the `--mvn-custom-repos-dir` option.