[
https://issues.apache.org/jira/browse/SOLR-15361?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chris M. Hostetter updated SOLR-15361:
--------------------------------------
Status: Reopened (was: Reopened)
Ok, let's try this again ... as noted in a comment in this new patch...
{noformat}
// NOTE: we don't use the convinence DSL of the 'signing' extension to define
our 'Sign' tasks because
// that (by default) adds our signature files to the 'archives' configuration
-- which is what
// assemble & installDist try to copy/sync, so they wouldn't work w/o GPG
installed (which would be bad).
{noformat}
instead the patch adds explicit configurations (w/ named artifacts) for solrTgz
and solrZip and declares new tasks that depend on those configurations
(FWIW: these new configurations are something that i was looking to add as part
of SOLR-15335 -- but hadn't posted a patch yet -- so that docker/build.gradle
can 'consume' the specific artifacts it needs)
[~dweiss] - WDYT?
> 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
>
>
> 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: [email protected]
For additional commands, e-mail: [email protected]