Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Source tarball: Apply executable file permissions to py scripts. #12852

Merged
merged 1 commit into from Nov 22, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci-license.yaml
Expand Up @@ -86,4 +86,4 @@ jobs:

- name: license check
if: ${{ steps.check_changes.outputs.docs_only != 'true' }}
run: src/check-binary-license ./distribution/server/target/apache-pulsar-*-bin.tar.gz
run: src/check-binary-license.sh ./distribution/server/target/apache-pulsar-*-bin.tar.gz
2 changes: 1 addition & 1 deletion distribution/io/pom.xml
Expand Up @@ -111,7 +111,7 @@
<goal>exec</goal>
</goals>
<configuration>
<executable>${project.basedir}/../../src/pulsar-io-gen</executable>
<executable>${project.basedir}/../../src/pulsar-io-gen.sh</executable>
<outputFile>${project.basedir}/target/pulsar-io-gen.output</outputFile>
<arguments>
<argument>conf</argument>
Expand Down
1 change: 1 addition & 0 deletions src/assembly-source-package.xml
Expand Up @@ -90,6 +90,7 @@
<outputDirectory>/src</outputDirectory>
<includes>
<include>*.sh</include>
<include>*.py</include>
</includes>
<fileMode>0755</fileMode>
</fileSet>
Expand Down
File renamed without changes.
File renamed without changes.