You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2021/08/29 15:50:12 UTC

[GitHub] [pulsar] zbentley commented on issue #11833: Build/packaging: source tarballs on Apache mirror are missing executable mode for some shell scrips (e.g. rename-netty-native-libs.sh).

zbentley commented on issue #11833:
URL: https://github.com/apache/pulsar/issues/11833#issuecomment-907815034


   There may be other shell scripts affected by being not executable; however, `rename-netty-native-libs.sh` is the only one that needs a `chmod` for `mvn -X clean package -DskipTests -Pcore-modules` (my minimal build) to succeed. It might be worth auditing the pom.xml files in this repo to make sure that either a) all shellscripts invoked are executable or b) all of them are invoked with an explicit interpreter, e.g. `/bin/sh`.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org