GitHub user PepperJo opened a pull request: https://github.com/apache/incubator-crail/pull/56
Fix source and binary release tarball's names and checksums You can merge this pull request into a Git repository by running: $ git pull https://github.com/PepperJo/incubator-crail fix_sourcetar Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-crail/pull/56.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #56 ---- commit 5e7d93d6b2e9478f17f323756170b54e69287b13 Author: Jonas Pfefferle <pepperjo@...> Date: 2018-10-25T13:43:14Z [Build] Generate correct source tarball Disable generation of source tarball inherited from Apache parent pom since the name of the artifact does not adhere to apche-crail-X.Y-incubating-src. Instead generate source tarball in the assembly module. Add excludes to avoid committing build files. https://jira.apache.org/jira/projects/CRAIL/issues/CRAIL-56 Signed-off-by: Jonas Pfefferle <peppe...@apache.org> commit fe2c896112ce86e8f3de0bc32159d7f02ce7cb7d Author: Jonas Pfefferle <pepperjo@...> Date: 2018-10-25T13:50:02Z [Build] Generate checksum files Generate checksum SHA-512 files for release tarballs. https://jira.apache.org/jira/projects/CRAIL/issues/CRAIL-56 Signed-off-by: Jonas Pfefferle <peppe...@apache.org> ---- ---