leo65535 opened a new pull request, #705: URL: https://github.com/apache/ratis/pull/705
## What changes were proposed in this pull request? There are some module files are missing in relase package, like examples, lib, ratis-shell, etc. When we download the relase package and untar it, http://archive.apache.org/dist/ratis/2.3.0/ ``` [dcadmin@dcadmin-work ratis]$ ll apache-ratis-2.3.0 total 40 drwxr-xr-x 7 dcadmin dcadmin 212 Jan 22 2020 dev-support drwxr-xr-x 7 dcadmin dcadmin 176 Jan 22 2020 docs drwxrwxr-x 2 dcadmin dcadmin 4096 Aug 5 19:51 jars -rw-r--r-- 1 dcadmin dcadmin 19399 Jan 22 2020 LICENSE -rw-r--r-- 1 dcadmin dcadmin 11325 Jan 22 2020 NOTICE -rw-r--r-- 1 dcadmin dcadmin 1201 Jan 22 2020 README.md ``` After patch ``` [dcadmin@dcadmin-work ratis-assembly]$ ll apache-ratis-3.0.0-SNAPSHOT/ total 76 drwxr-xr-x 2 dcadmin dcadmin 19 Aug 5 19:40 bin -rw-r--r-- 1 dcadmin dcadmin 2648 Jan 22 2020 BUILDING.md drwxr-xr-x 2 dcadmin dcadmin 30 Aug 5 19:40 conf drwxr-xr-x 7 dcadmin dcadmin 212 Aug 5 19:40 dev-support drwxr-xr-x 5 dcadmin dcadmin 40 Jan 22 2020 examples drwxr-xr-x 3 dcadmin dcadmin 19 Jan 22 2020 lib drwxr-xr-x 2 dcadmin dcadmin 35 Aug 5 19:40 libexec -rw-r--r-- 1 dcadmin dcadmin 13394 Jan 22 2020 LICENSE -rw-r--r-- 1 dcadmin dcadmin 5246 Jan 22 2020 NOTICE -rw-r--r-- 1 dcadmin dcadmin 37579 Jan 22 2020 pom.xml drwxr-xr-x 6 dcadmin dcadmin 55 Jan 22 2020 ratis-shell -rw-r--r-- 1 dcadmin dcadmin 1201 Jan 22 2020 README.md -rw-r--r-- 1 dcadmin dcadmin 1905 Jan 22 2020 start-build-env.sh ``` ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/RATIS-1660 ## How was this patch tested? (Please explain how this patch was tested. Ex: unit tests, manual tests) (If this patch involves UI changes, please attach a screen-shot; otherwise, remove this) -- 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]
