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

Michael Stack commented on HBASE-23121:
---------------------------------------

[~busbey] for when you go messing.

Here is the problem:

{code}
# Change into the thirdparty dir in your local repo
$ cd ~/k/.m2/repository/org/apache/hbase/thirdparty
# We've made a list of modules in the create-release script. This does same 
thing in essence
$ modules=$(ls)
# Run the find command as it was to repro the failure I was seeing
$ for file in $(find "${modules}" -type f); do echo $file; done
find: hbase-shaded-gson
hbase-shaded-miscellaneous
hbase-shaded-netty
hbase-shaded-protobuf
hbase-thirdparty: No such file or directory
# If you remove the quotes, you get all the files under all the modules which 
is what we want to upload....
{code}

> create-release is not pushing artifacts to repository.a.o
> ---------------------------------------------------------
>
>                 Key: HBASE-23121
>                 URL: https://issues.apache.org/jira/browse/HBASE-23121
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Michael Stack
>            Assignee: Michael Stack
>            Priority: Major
>
> A commenting of a variable made it so we failed finding items just-published 
> to local repo. Let me fix. This bug killed RC2 of hbase-thirdparty.



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

Reply via email to