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

2016-12-19 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on BEAM-841:
-

Github user wikier closed the pull request at:

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


> 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
>Affects Versions: 0.3.0-incubating
>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)


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

2016-12-18 Thread JIRA

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

Jean-Baptiste Onofré commented on BEAM-841:
---

We use the gpg sign from the Apache POM: 
http://repo.maven.apache.org/maven2/org/apache/apache/18/apache-18.pom

{code}


 org.apache.maven.plugins
 maven-gpg-plugin
  
  
   sign-release-artifacts
   
sign
   
  
 

{code}

So, I would optionally create this PR on the Apache POM, as it's not directly 
relevant to Beam.

> 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
>Affects Versions: 0.3.0-incubating
>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)