From commits-return-107567-archive-asf-public=cust-asf.ponee.io@lucene.apache.org Fri Apr 12 16:25:33 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 2FBEE180784 for ; Fri, 12 Apr 2019 18:25:33 +0200 (CEST) Received: (qmail 15988 invoked by uid 500); 12 Apr 2019 16:25:31 -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 15929 invoked by uid 99); 12 Apr 2019 16:25:31 -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; Fri, 12 Apr 2019 16:25:31 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 984AF814D9; Fri, 12 Apr 2019 16:25:31 +0000 (UTC) Date: Fri, 12 Apr 2019 16:25:33 +0000 To: "commits@lucene.apache.org" Subject: [lucene-solr] 02/02: LUCENE-2562: Fix smoker for 'luke' module. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit From: tomoko@apache.org In-Reply-To: <155508633139.4023.16032810107852373879@gitbox.apache.org> References: <155508633139.4023.16032810107852373879@gitbox.apache.org> X-Git-Host: gitbox.apache.org X-Git-Repo: lucene-solr X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Rev: 6e28cd60a8247ad1339bea2ae9dfbb912507594b X-Git-NotificationType: diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated Message-Id: <20190412162531.984AF814D9@gitbox.apache.org> This is an automated email from the ASF dual-hosted git repository. tomoko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/lucene-solr.git commit 6e28cd60a8247ad1339bea2ae9dfbb912507594b Author: Tomoko Uchida AuthorDate: Fri Apr 12 23:12:46 2019 +0900 LUCENE-2562: Fix smoker for 'luke' module. --- dev-tools/scripts/smokeTestRelease.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-tools/scripts/smokeTestRelease.py b/dev-tools/scripts/smokeTestRelease.py index 82f3d27..a6f0990 100644 --- a/dev-tools/scripts/smokeTestRelease.py +++ b/dev-tools/scripts/smokeTestRelease.py @@ -661,7 +661,7 @@ def verifyUnpacked(java, project, artifact, unpackPath, gitRevision, version, te if project == 'lucene': # TODO: clean this up to not be a list of modules that we must maintain - extras = ('analysis', 'backward-codecs', 'benchmark', 'classification', 'codecs', 'core', 'demo', 'docs', 'expressions', 'facet', 'grouping', 'highlighter', 'join', 'memory', 'misc', 'queries', 'queryparser', 'replicator', 'sandbox', 'spatial', 'spatial-extras', 'spatial3d', 'suggest', 'test-framework', 'licenses') + extras = ('analysis', 'backward-codecs', 'benchmark', 'classification', 'codecs', 'core', 'demo', 'docs', 'expressions', 'facet', 'grouping', 'highlighter', 'join', 'luke', 'memory', 'misc', 'queries', 'queryparser', 'replicator', 'sandbox', 'spatial', 'spatial-extras', 'spatial3d', 'suggest', 'test-framework', 'licenses') if isSrc: extras += ('build.xml', 'common-build.xml', 'module-build.xml', 'top-level-ivy-settings.xml', 'default-nested-ivy-settings.xml', 'ivy-versions.properties', 'ivy-ignore-conflicts.properties', 'version.properties', 'tools', 'site') else: