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

Houston Putman edited comment on SOLR-15361 at 4/26/21, 4:40 PM:
-----------------------------------------------------------------

{quote}signing {
  useGpgCmd() // so gpg-agent can be used
}
{quote}
Did you mean to have this twice in the patch?

 

I've tried running this locally, but I get the error:
{quote}$ ./gradlew signDist -Psigning.gnupg.keyName=50E3EE......
 > Task :solr:packaging:signDistTar FAILED
 gpg: signing failed: No such file or directory
 gpg: signing failed: No such file or directory

FAILURE: Build failed with an exception.
 * What went wrong:
 Execution failed for task ':solr:packaging:signDistTar'.{quote}


was (Author: houston):
{quote}signing {
  useGpgCmd() // so gpg-agent can be used
}{quote}
Did you mean to have this twice in the patch?

 

I've tried running this locally, but I get the error:
{quote}$ ./gradlew signDist -Psigning.gnupg.keyName=50E3EE......
> Task :solr:packaging:signDistTar FAILED
gpg: signing failed: No such file or directory
gpg: signing failed: No such file or directory

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':solr:packaging:signDistTar'.
{quote}

> update gradle build to support gpg signing of tgz/zip distributions
> -------------------------------------------------------------------
>
>                 Key: SOLR-15361
>                 URL: https://issues.apache.org/jira/browse/SOLR-15361
>             Project: Solr
>          Issue Type: Task
>      Security Level: Public(Default Security Level. Issues are Public) 
>            Reporter: Chris M. Hostetter
>            Assignee: Chris M. Hostetter
>            Priority: Major
>             Fix For: main (9.0)
>
>         Attachments: SOLR-15361.patch, SOLR-15361.patch, SOLR-15361.patch, 
> SOLR-15361.patch
>
>
> the gradle build does not currently have any support for gpg signing the 
> distributions we produce.
> this is neccessary for releases, and for being able to "smoke test" our 
> Dockerfiles prior to release (by creating mock download servers to confirm 
> {{docker build}} can correctly fetch the {{tgz}} & {{tgz.asc}} files we point 
> it at)



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

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org
For additional commands, e-mail: issues-h...@solr.apache.org

Reply via email to