[
https://issues.apache.org/jira/browse/COMDEV-436?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17476317#comment-17476317
]
Houston Putman commented on COMDEV-436:
---------------------------------------
Just by adding {{.yaml}} , {{.yml}} and {{.prov}} to the list with this heading
"# Note: this eliminates binary archives; not sure whether that is intentional
or not." in
[https://svn.apache.org/repos/asf/comdev/projects.apache.org/trunk/scripts/cronjobs/parsereleases.py]
would solve most of the issues, we would just have to either rename our helm
charts or find another way to "get rid of them" in this list.
> parsereleases produces false releases for solr
> ----------------------------------------------
>
> Key: COMDEV-436
> URL: https://issues.apache.org/jira/browse/COMDEV-436
> Project: Community Development
> Issue Type: Improvement
> Reporter: Jan Høydahl
> Priority: Major
>
> See the "solr" section of
> [https://projects.apache.org/json/foundation/releases.json]
> {code:java}
> "solr": {
> "all.yaml": "2021-11-11",
> "index.yaml": "2021-11-11",
> "solr-0.5.0": "2021-11-11",
> "solr-0.5.0.tgz.prov": "2021-11-11",
> "solr-operator-0.5.0": "2021-11-11",
> "solr-operator-0.5.0.tgz.prov": "2021-11-11",
> "solr-operator-v0.5.0": "2021-11-11",
> "solrbackups.yaml": "2021-11-11",
> "solrclouds.yaml": "2021-11-11",
> "solrprometheusexporters.yaml": "2021-11-11",
> "zookeeperclusters.yaml": "2021-11-11"
> },
> {code}
> The script mistakes some files as releases, which are really not.
> Currently the Solr downloads repo [https://downloads.apache.org/solr/]
> contains only one release for the "solr-opereator" project, which is not a
> traditional java code release, but rather k8s Helm-charts and CRDs. The Solr
> main releases are currently in "lucene" so we don't expect them to show up
> here until the 9.0 release.
> So the expected output for the current contents is simply:
> {code:java}
> "solr": {
> "solr-operator-0.5.0": "2021-11-11",
> },
> {code}
--
This message was sent by Atlassian Jira
(v8.20.1#820001)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]