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

Steve Rowe updated LUCENE-7543:
-------------------------------
    Attachment: LUCENE-7543.patch

Patch that cleans up the DOAP files in several ways (removed unreleased 
versions; added missing versions; put versions in proper order; removed all 
{{<branch>}} mentions from versions, since they are not included in the DOAP 
schema ([https://github.com/edumbill/doap/blob/master/schema/doap.rdf]); 
replaced SVN repo link with Git repo link; added missing XML tags between 
releases), and improves {{changes2html.pl}} (removed file reading routine, 
since {{XML::Simple}} has native file-reading capabilities; improved trailing 
{{.0}} matching in versions; normalized dates to always be formatted with 
2-digit months and days-of-month).

One DOAP file improvement we might consider in the future: the DOAP format 
supports {{<file-release>}} tag(s) within {{<release>}}-s, pointing to 
downloadable release distribution(s).  E.g. Apache Maven uses this feature in 
its DOAP file: 
[https://git-wip-us.apache.org/repos/asf?p=maven.git;a=blob_plain;f=doap_Maven.rdf;hb=HEAD].
  However, projects.apache.org doesn't display this information right now (e.g. 
[https://projects.apache.org/project.html?maven]).

I think it's ready.  I'll commit shortly.

> Make changes-to-html target an offline operation
> ------------------------------------------------
>
>                 Key: LUCENE-7543
>                 URL: https://issues.apache.org/jira/browse/LUCENE-7543
>             Project: Lucene - Core
>          Issue Type: Task
>            Reporter: Steve Rowe
>         Attachments: LUCENE-7543.patch, LUCENE-7543.patch, LUCENE-7543.patch
>
>
> Currently changes-to-html pulls release dates from JIRA, and so fails when 
> JIRA is inaccessible (e.g. from behind a firewall).
> SOLR-9711 advocates adding a build sysprop to ignore JIRA connection 
> failures, but I'd rather make the operation always offline.
> In an offline discussion, [~hossman] advocated moving Lucene's and Solr's 
> {{doap.rdf}} files, which contain all of the release dates that the 
> changes-to-html now pulls from JIRA, from the CMS Subversion repository 
> (downloadable from the website at http://lucene.apache.org/core/doap.rdf and 
> http://lucene.apache.org/solr/doap.rdf) to the Lucene/Solr git repository. If 
> we did that, then the process could be entirely offline if release dates were 
> taken from the local {{doap.rdf}} files instead of downloaded from JIRA.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to