You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by lh...@apache.org on 2022/07/11 16:35:17 UTC

[pulsar] branch master updated: Make permissions of python docker image scripts effective (#16149)

This is an automated email from the ASF dual-hosted git repository.

lhotari pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new 8d3f7aa9497 Make permissions of python docker image scripts effective (#16149)
8d3f7aa9497 is described below

commit 8d3f7aa94970b7ce75b15fa5032ed178537aa2a1
Author: Massimiliano Mirelli <ma...@gmail.com>
AuthorDate: Mon Jul 11 19:35:11 2022 +0300

    Make permissions of python docker image scripts effective (#16149)
    
    Makes the fix introduced by https://github.com/apache/pulsar/pull/11951 effective.
---
 src/assembly-source-package.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/assembly-source-package.xml b/src/assembly-source-package.xml
index f5df61fffda..a099f8174f1 100644
--- a/src/assembly-source-package.xml
+++ b/src/assembly-source-package.xml
@@ -36,8 +36,10 @@
       <excludes>
         <!-- need special permissions -->
         <exclude>src/*.sh</exclude>
+        <exclude>src/*.py</exclude>
         <exclude>pulsar-client-cpp/docker/*.sh</exclude>
         <exclude>docker/pulsar/scripts/*.sh</exclude>
+        <exclude>docker/pulsar/scripts/*.py</exclude>
 
         <!-- Pulsar standalone -->
         <exclude>data/**</exclude>