You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Michael Stack (Jira)" <ji...@apache.org> on 2019/10/04 22:34:00 UTC

[jira] [Resolved] (HBASE-23121) create-release is not pushing artifacts to repository.a.o

     [ https://issues.apache.org/jira/browse/HBASE-23121?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Stack resolved HBASE-23121.
-----------------------------------
      Assignee: Michael Stack
    Resolution: Fixed

Pushed below change in release-build.sh

-    for file in $(find "${modules}" -type f)
+    for file in $(find ${modules} -type f)

> 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)