From commits-return-99556-archive-asf-public=cust-asf.ponee.io@lucene.apache.org Fri Mar 16 01:58:10 2018 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 [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id DA88E180718 for ; Fri, 16 Mar 2018 01:58:09 +0100 (CET) Received: (qmail 83444 invoked by uid 500); 16 Mar 2018 00:58:08 -0000 Mailing-List: contact commits-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list commits@lucene.apache.org Received: (qmail 83302 invoked by uid 99); 16 Mar 2018 00:58:08 -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; Fri, 16 Mar 2018 00:58:08 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id E2809F6664; Fri, 16 Mar 2018 00:58:07 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: sarowe@apache.org To: commits@lucene.apache.org Date: Fri, 16 Mar 2018 00:58:10 -0000 Message-Id: <554a0929590a44789d6208d2f03239e9@git.apache.org> In-Reply-To: <79920015f428458d8894d667d548852d@git.apache.org> References: <79920015f428458d8894d667d548852d@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [4/6] lucene-solr:branch_7x: SOLR-10912: attempted personality plugins fix: trying just junit/javac instead of unit/compile (which didn't actually do anything at all) SOLR-10912: attempted personality plugins fix: trying just junit/javac instead of unit/compile (which didn't actually do anything at all) Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/077f19bd Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/077f19bd Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/077f19bd Branch: refs/heads/branch_7x Commit: 077f19bdc5bc6b4a27d5604f6e83f166457374a7 Parents: 285bc55 Author: Steve Rowe Authored: Thu Mar 15 15:38:05 2018 -0400 Committer: Steve Rowe Committed: Thu Mar 15 20:57:22 2018 -0400 ---------------------------------------------------------------------- dev-tools/test-patch/lucene-solr-yetus-personality.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/077f19bd/dev-tools/test-patch/lucene-solr-yetus-personality.sh ---------------------------------------------------------------------- diff --git a/dev-tools/test-patch/lucene-solr-yetus-personality.sh b/dev-tools/test-patch/lucene-solr-yetus-personality.sh index 39929c5..0638c76 100644 --- a/dev-tools/test-patch/lucene-solr-yetus-personality.sh +++ b/dev-tools/test-patch/lucene-solr-yetus-personality.sh @@ -28,7 +28,7 @@ # 4) Add a "_rebuild" function to call out to ant to perform the validation method. # See examples of the above-described function types ^^ below. -PLUGIN_LIST="ant,jira,compile,unit,test4tests" +PLUGIN_LIST="ant,jira,javac,junit,test4tests" PLUGIN_LIST+=",testoutput,checkluceneversion,ratsources,checkforbiddenapis,checklicenses" PLUGIN_LIST+=",validatesourcepatterns,validaterefguide" personality_plugins "${PLUGIN_LIST}"