[jira] [Commented] (HBASE-25376) [create-release] Fix double .asc

2020-12-10 Thread Hudson (Jira)


[ 
https://issues.apache.org/jira/browse/HBASE-25376?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17247474#comment-17247474
 ] 

Hudson commented on HBASE-25376:


Results for branch master
[build #154 on 
builds.a.o|https://ci-hadoop.apache.org/job/HBase/job/HBase%20Nightly/job/master/154/]:
 (x) *{color:red}-1 overall{color}*

details (if available):

(/) {color:green}+1 general checks{color}
-- For more information [see general 
report|https://ci-hadoop.apache.org/job/HBase/job/HBase%20Nightly/job/master/154/General_20Nightly_20Build_20Report/]






(/) {color:green}+1 jdk8 hadoop3 checks{color}
-- For more information [see jdk8 (hadoop3) 
report|https://ci-hadoop.apache.org/job/HBase/job/HBase%20Nightly/job/master/154/JDK8_20Nightly_20Build_20Report_20_28Hadoop3_29/]


(x) {color:red}-1 jdk11 hadoop3 checks{color}
-- For more information [see jdk11 
report|https://ci-hadoop.apache.org/job/HBase/job/HBase%20Nightly/job/master/154/JDK11_20Nightly_20Build_20Report_20_28Hadoop3_29/]


(/) {color:green}+1 source release artifact{color}
-- See build output for details.


(/) {color:green}+1 client integration test{color}


> [create-release] Fix double .asc
> 
>
> Key: HBASE-25376
> URL: https://issues.apache.org/jira/browse/HBASE-25376
> Project: HBase
>  Issue Type: Bug
>  Components: create-release
>Reporter: Michael Stack
>Assignee: Michael Stack
>Priority: Major
> Fix For: 3.0.0-alpha-1
>
> Attachments: Screen Shot 2020-12-09 at 8.24.07 AM.png, Screen Shot 
> 2020-12-09 at 8.24.56 AM.png
>
>
> We are signing the signature file when we run the create-release which 
> results in *.jar.asc.asc files up in maven repository. It looks to be this 
> line in release-util.sh maven_deploy:
> - declare -a mvn_goals=(clean install)
>  + declare -a mvn_goals=(clean)
>  
>  
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (HBASE-25376) [create-release] Fix double .asc

2020-12-09 Thread Michael Stack (Jira)


[ 
https://issues.apache.org/jira/browse/HBASE-25376?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17246658#comment-17246658
 ] 

Michael Stack commented on HBASE-25376:
---

!Screen Shot 2020-12-09 at 8.24.56 AM.png!

 

This staged release was done with the script before the fix. Notice .asc.asc.

 

This is after the fix... no .asc.asc

 

!Screen Shot 2020-12-09 at 8.24.07 AM.png!

> [create-release] Fix double .asc
> 
>
> Key: HBASE-25376
> URL: https://issues.apache.org/jira/browse/HBASE-25376
> Project: HBase
>  Issue Type: Bug
>  Components: create-release
>Reporter: Michael Stack
>Assignee: Michael Stack
>Priority: Major
> Attachments: Screen Shot 2020-12-09 at 8.24.07 AM.png, Screen Shot 
> 2020-12-09 at 8.24.56 AM.png
>
>
> We are signing the signature file when we run the create-release which 
> results in *.jar.asc.asc files up in maven repository. It looks to be this 
> line in release-util.sh maven_deploy:
> - declare -a mvn_goals=(clean install)
>  + declare -a mvn_goals=(clean)
>  
>  
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)