From commits-return-7972-archive-asf-public=cust-asf.ponee.io@zookeeper.apache.org Fri Sep 20 08:19:11 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 670C2180608 for ; Fri, 20 Sep 2019 10:19:11 +0200 (CEST) Received: (qmail 15085 invoked by uid 500); 20 Sep 2019 08:19:10 -0000 Mailing-List: contact commits-help@zookeeper.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@zookeeper.apache.org Delivered-To: mailing list commits@zookeeper.apache.org Received: (qmail 15074 invoked by uid 99); 20 Sep 2019 08:19:10 -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, 20 Sep 2019 08:19:10 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 0054181DD9; Fri, 20 Sep 2019 08:19:09 +0000 (UTC) Date: Fri, 20 Sep 2019 08:19:09 +0000 To: "commits@zookeeper.apache.org" Subject: [zookeeper] branch branch-3.5 updated: ZOOKEEPER-3552: Source tarbal for branch-3.5 does not set execution permissions to "configure" file MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <156896754966.28193.15911177790519084564@gitbox.apache.org> From: nkalmar@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: zookeeper X-Git-Refname: refs/heads/branch-3.5 X-Git-Reftype: branch X-Git-Oldrev: 75c6a32d97c8281b652831d93110db7913eda26c X-Git-Newrev: 81d5b0ec6f596cd8b7e63addc65698803c72d30f X-Git-Rev: 81d5b0ec6f596cd8b7e63addc65698803c72d30f 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. nkalmar pushed a commit to branch branch-3.5 in repository https://gitbox.apache.org/repos/asf/zookeeper.git The following commit(s) were added to refs/heads/branch-3.5 by this push: new 81d5b0e ZOOKEEPER-3552: Source tarbal for branch-3.5 does not set execution permissions to "configure" file 81d5b0e is described below commit 81d5b0ec6f596cd8b7e63addc65698803c72d30f Author: Enrico Olivelli AuthorDate: Fri Sep 20 10:19:01 2019 +0200 ZOOKEEPER-3552: Source tarbal for branch-3.5 does not set execution permissions to "configure" file Remove explicit permissions for the binary tarbal, this way Maven will pick up the current file permissions. Author: Enrico Olivelli Reviewers: Norbert Kalmar Closes #1093 from eolivelli/fix/fix-perm-source-package-35 --- zookeeper-assembly/src/main/assembly/source-package.xml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/zookeeper-assembly/src/main/assembly/source-package.xml b/zookeeper-assembly/src/main/assembly/source-package.xml index 8135e62..1978afb 100644 --- a/zookeeper-assembly/src/main/assembly/source-package.xml +++ b/zookeeper-assembly/src/main/assembly/source-package.xml @@ -36,8 +36,6 @@ **/target/** zookeeper-assembly - ${rw.file.permission} - ${rwx.file.permission} ${project.basedir}/../zookeeper-client @@ -45,8 +43,6 @@ **/target/** zookeeper-client - ${rw.file.permission} - ${rwx.file.permission} ${project.basedir}/../zookeeper-contrib @@ -54,8 +50,6 @@ **/target/** zookeeper-contrib - ${rw.file.permission} - ${rwx.file.permission} ${project.basedir}/../zookeeper-docs @@ -63,8 +57,6 @@ **/target/** zookeeper-docs - ${rw.file.permission} - ${rwx.file.permission} ${project.basedir}/../zookeeper-it @@ -72,8 +64,6 @@ **/target/** zookeeper-it - ${rw.file.permission} - ${rwx.file.permission} ${project.basedir}/../zookeeper-jute @@ -81,8 +71,6 @@ **/target/** zookeeper-jute - ${rw.file.permission} - ${rwx.file.permission} ${project.basedir}/../zookeeper-recipes @@ -90,8 +78,6 @@ **/target/** zookeeper-recipes - ${rw.file.permission} - ${rwx.file.permission} ${project.basedir}/../zookeeper-server @@ -99,8 +85,6 @@ **/target/** zookeeper-server - ${rw.file.permission} - ${rwx.file.permission} ${project.basedir}/.. @@ -115,7 +99,6 @@ checktyle.xml checktyleSuppressions.xml - ${rw.file.permission}