szetszwo commented on PR #711: URL: https://github.com/apache/ratis/pull/711#issuecomment-1213371038
@leo65535 , FYI, the scripts in our 2.3.0 release also do not have execute permission after untar: ```shell $ls -l apache-ratis-2.3.0/dev-support/checks total 72 -rw-r--r--@ 1 szetszwo staff 3396 Jan 22 2020 _mvn_unit_report.sh -rw-r--r--@ 1 szetszwo staff 1189 Jan 22 2020 author.sh -rw-r--r--@ 1 szetszwo staff 1000 Jan 22 2020 build.sh -rw-r--r--@ 1 szetszwo staff 1937 Jan 22 2020 checkstyle.sh -rw-r--r--@ 1 szetszwo staff 1695 Jan 22 2020 findbugs.sh -rw-r--r--@ 1 szetszwo staff 1268 Jan 22 2020 rat.sh -rw-r--r--@ 1 szetszwo staff 1384 Jan 22 2020 shellcheck.sh -rw-r--r--@ 1 szetszwo staff 1197 Jan 22 2020 sonar.sh -rw-r--r--@ 1 szetszwo staff 1249 Jan 22 2020 unit.sh ``` In the project dir, the original scripts do have execute permission ```shell $ls -l dev-support/checks total 72 -rwxr-xr-x 1 szetszwo staff 3396 May 19 08:14 _mvn_unit_report.sh -rwxr-xr-x 1 szetszwo staff 1189 May 19 08:14 author.sh -rwxr-xr-x 1 szetszwo staff 1005 May 19 08:14 build.sh -rwxr-xr-x 1 szetszwo staff 1937 May 19 08:14 checkstyle.sh -rwxr-xr-x 1 szetszwo staff 1695 May 19 08:14 findbugs.sh -rwxr-xr-x 1 szetszwo staff 1268 May 19 08:14 rat.sh -rwxr-xr-x 1 szetszwo staff 1384 May 19 08:14 shellcheck.sh -rwxr-xr-x 1 szetszwo staff 1197 May 19 08:14 sonar.sh -rwxr-xr-x 1 szetszwo staff 1249 May 19 08:14 unit.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]
