You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/10/27 06:39:58 UTC

[jira] [Commented] (BEAM-841) Releases should produce proper MD5/SHA1 checksums

    [ https://issues.apache.org/jira/browse/BEAM-841?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15610895#comment-15610895 ] 

ASF GitHub Bot commented on BEAM-841:
-------------------------------------

GitHub user wikier opened a pull request:

    https://github.com/apache/incubator-beam/pull/1206

    [BEAM-841] Add maven-gpg-plugin to support releases preparation

    Be sure to do all of the following to help us incorporate your contribution
    quickly and easily:
    
     - [X] Make sure the PR title is formatted like:
       `[BEAM-<Jira issue #>] Description of pull request`
     - [X] Make sure tests pass via `mvn clean verify`. (Even better, enable
           Travis-CI on your fork and ensure the whole test matrix passes).
     - [X] Replace `<Jira issue #>` in the title with the actual Jira issue
           number, if there is one.
     - [X] If this contribution is large, please file an Apache
           [Individual Contributor License Agreement](https://www.apache.org/licenses/icla.txt).
    
    ---
    
    This patch makes use of `maven-gpg-plugin` to produce signatures and checksum of a release, addressing [BEAM-841](https://issues.apache.org/jira/browse/BEAM-841) problems.
    


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/wikier/incubator-beam master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-beam/pull/1206.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 #1206
    
----
commit 74fb142597b9833ac56b87570564df8373a5010b
Author: Sergio Fernández <se...@wikier.org>
Date:   2016-10-27T06:25:39Z

    configured maven-gpg-plugin for the release profile

----


> Releases should produce proper MD5/SHA1 checksums
> -------------------------------------------------
>
>                 Key: BEAM-841
>                 URL: https://issues.apache.org/jira/browse/BEAM-841
>             Project: Beam
>          Issue Type: Improvement
>          Components: build-system
>            Reporter: Sergio Fernández
>            Priority: Trivial
>
> Currently {{09 7B 6A 0A C9 3E 71 C1  05 0C 71 65 E9 0C 4F AE}} is used, while most of the tools use the simpler format {{097b6a0ac93e71c1050c7165e90c4fae}} to allow automatically checking.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)