From commits-return-1346-archive-asf-public=cust-asf.ponee.io@yetus.apache.org Tue May 14 04:52:00 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 91E90180671 for ; Tue, 14 May 2019 06:52:00 +0200 (CEST) Received: (qmail 20069 invoked by uid 500); 14 May 2019 04:51:59 -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 20060 invoked by uid 99); 14 May 2019 04:51:59 -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, 14 May 2019 04:51:59 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id AD6CF8735E; Tue, 14 May 2019 04:51:59 +0000 (UTC) Date: Tue, 14 May 2019 04:51:59 +0000 To: "commits@yetus.apache.org" Subject: [yetus] branch master updated: YETUS-881. findbugs bw-compat support needs delete_parameter() calls (#54) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <155780951964.31039.9026896282627958692@gitbox.apache.org> From: aw@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: 601c145a024f81aed189c319673b2e1c8a3d9e7e X-Git-Newrev: 047829203e877810cf201b98458589e168b9511a X-Git-Rev: 047829203e877810cf201b98458589e168b9511a 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. aw 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 0478292 YETUS-881. findbugs bw-compat support needs delete_parameter() calls (#54) 0478292 is described below commit 047829203e877810cf201b98458589e168b9511a Author: Allen Wittenauer AuthorDate: Mon May 13 21:51:55 2019 -0700 YETUS-881. findbugs bw-compat support needs delete_parameter() calls (#54) --- precommit/src/main/shell/test-patch.d/spotbugs.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/precommit/src/main/shell/test-patch.d/spotbugs.sh b/precommit/src/main/shell/test-patch.d/spotbugs.sh index 45a9ac9..45fed81 100755 --- a/precommit/src/main/shell/test-patch.d/spotbugs.sh +++ b/precommit/src/main/shell/test-patch.d/spotbugs.sh @@ -557,9 +557,11 @@ function findbugs_parse_args for i in "$@"; do case ${i} in --findbugs-home=*) + delete_parameter "${i}" SPOTBUGS_HOME=${i#*=} ;; --findbugs-strict-precheck) + delete_parameter "${i}" SPOTBUGS_WARNINGS_FAIL_PRECHECK=true ;; esac