You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@crail.apache.org by PepperJo <gi...@git.apache.org> on 2018/10/25 14:08:45 UTC

[GitHub] incubator-crail pull request #56: Fix source and binary release tarball's na...

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 <pe...@...>
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 <pe...@apache.org>

commit fe2c896112ce86e8f3de0bc32159d7f02ce7cb7d
Author: Jonas Pfefferle <pe...@...>
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 <pe...@apache.org>

----


---

[GitHub] incubator-crail pull request #56: Fix source and binary release tarball's na...

Posted by PepperJo <gi...@git.apache.org>.
Github user PepperJo closed the pull request at:

    https://github.com/apache/incubator-crail/pull/56


---

[GitHub] incubator-crail pull request #56: Fix source and binary release tarball's na...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/incubator-crail/pull/56


---

[GitHub] incubator-crail issue #56: Fix source and binary release tarball's names and...

Posted by PepperJo <gi...@git.apache.org>.
Github user PepperJo commented on the issue:

    https://github.com/apache/incubator-crail/pull/56
  
    This fixes https://jira.apache.org/jira/projects/CRAIL/issues/CRAIL-56 for good


---

[GitHub] incubator-crail pull request #56: Fix source and binary release tarball's na...

Posted by PepperJo <gi...@git.apache.org>.
GitHub user PepperJo reopened 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 <pe...@...>
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 <pe...@apache.org>

commit fe2c896112ce86e8f3de0bc32159d7f02ce7cb7d
Author: Jonas Pfefferle <pe...@...>
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 <pe...@apache.org>

----


---