szetszwo commented on PR #711: URL: https://github.com/apache/ratis/pull/711#issuecomment-1213372443
The script files inside apache-ratis-2.3.0-bin.tar.gz also do not have execute permission ```shell $tar tvf apache-ratis-2.3.0-bin.tar.gz | grep sh -rw-r--r-- 0 root root 3396 Jan 22 2020 apache-ratis-2.3.0/dev-support/checks/_mvn_unit_report.sh -rw-r--r-- 0 root root 1189 Jan 22 2020 apache-ratis-2.3.0/dev-support/checks/author.sh -rw-r--r-- 0 root root 1000 Jan 22 2020 apache-ratis-2.3.0/dev-support/checks/build.sh -rw-r--r-- 0 root root 1937 Jan 22 2020 apache-ratis-2.3.0/dev-support/checks/checkstyle.sh -rw-r--r-- 0 root root 1695 Jan 22 2020 apache-ratis-2.3.0/dev-support/checks/findbugs.sh -rw-r--r-- 0 root root 1268 Jan 22 2020 apache-ratis-2.3.0/dev-support/checks/rat.sh -rw-r--r-- 0 root root 1384 Jan 22 2020 apache-ratis-2.3.0/dev-support/checks/shellcheck.sh -rw-r--r-- 0 root root 1197 Jan 22 2020 apache-ratis-2.3.0/dev-support/checks/sonar.sh -rw-r--r-- 0 root root 1249 Jan 22 2020 apache-ratis-2.3.0/dev-support/checks/unit.sh -rw-r--r-- 0 root root 1690 Jan 22 2020 apache-ratis-2.3.0/dev-support/ci/common.sh -rw-r--r-- 0 root root 2103 Jan 22 2020 apache-ratis-2.3.0/dev-support/ci/nightly-build.sh -rw-r--r-- 0 root root 2113 Jan 22 2020 apache-ratis-2.3.0/dev-support/ci/precommit-build.sh -rw-r--r-- 0 root root 1091 Jan 22 2020 apache-ratis-2.3.0/dev-support/intellij/install-runconfig.sh -rw-r--r-- 0 root root 6319 Jan 22 2020 apache-ratis-2.3.0/dev-support/make_rc.sh -rw-r--r-- 0 root root 1382 Jan 22 2020 apache-ratis-2.3.0/dev-support/run-test-repeatedly.sh -rw-r--r-- 0 root root 1345 Jan 22 2020 apache-ratis-2.3.0/dev-support/vagrant/bin/start_ratis_load_gen.sh -rw-r--r-- 0 root root 1066 Jan 22 2020 apache-ratis-2.3.0/dev-support/vagrant/bin/start_ratis_server.sh -rw-r--r-- 0 root root 2509 Jan 22 2020 apache-ratis-2.3.0/dev-support/vagrant/run_all_tests.sh -rw-r--r-- 0 root root 1594 Jan 22 2020 apache-ratis-2.3.0/dev-support/yetus-personality.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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
