> I don't really know . I deleted the original artifacts after a week or > so as a part of the post release tasks
I assume you are talking about this post release step: https://cwiki.apache.org/confluence/display/LUCENE/ReleaseTodo#ReleaseTodo-Stopmirroringoldreleases The text says "Only the latest point release from each active branch should be kept…» meaning 7.7.3 shuld be kept but 7.7.2 should be deleted. In r39589 you also removed the 7.7.3 release… You need to find a way to push the artifacts again from your computer, since I believe there is no way to undo ’svn rm’.. > I don't really know what step puts the entry there in the releases.json. You don’t need to worry about releases.json, it is auto generated based on what is active on the mirrors. Once you re-upload 7.7.3 it will appear there again. Jan > 18. mai 2020 kl. 10:22 skrev Jan Høydahl <jan....@cominvent.com>: > > Noble, I believe you removed 7.7.3 from the mirrors shortly after adding it? > > See https://dist.apache.org/repos/dist/release/lucene/solr/ > <https://dist.apache.org/repos/dist/release/lucene/solr/> - there is only > 8.5.1 there. Please re-upload 7.7.3 and it will start mirroring again. > > Jan > >> 15. mai 2020 kl. 20:51 skrev Mike Drob <md...@apache.org >> <mailto:md...@apache.org>>: >> >> Thanks for pointing those commits out to me, Noble. I cherry-picked the doap >> and backcompat index changes to branch_8 and master. >> >> As for the releases... >> >> mdrob-imp:/tmp/lucene $ svn log | head >> ------------------------------------------------------------------------ >> r39590 | noble | 2020-05-13 21:02:20 -0500 (Wed, 13 May 2020) | 1 line >> >> Stop mirroring 7.7.2 releases >> ------------------------------------------------------------------------ >> r39589 | noble | 2020-05-13 21:02:02 -0500 (Wed, 13 May 2020) | 1 line >> >> Stop mirroring 7.7.3 releases >> >> I suspect this shouldn't have happened, and I was going to revert (svn >> reverse merge...) commit r39589 here to fix that, but there is waaay too >> much stuff in there that shouldn't be there, like a bunch of maven >> artifacts. Can you take a look at this and clean it up? As of right now, >> 7.7.3 is missing completely from >> https://projects.apache.org/json/foundation/releases.json >> <https://projects.apache.org/json/foundation/releases.json> (which continues >> to block the releaseWizard script). >> >> Thanks, >> Mike >> >> On Fri, May 15, 2020 at 2:56 AM Jan Høydahl <jan....@cominvent.com >> <mailto:jan....@cominvent.com>> wrote: >> ./poll-mirrors.py -version 7.7.3 >> >> 1 ↵ 11084 09:51:08 >> >> 2020-05-15 09:52:38 >> Polling 204 Apache Mirrors and Maven Central... >> XXXX.X.XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX.XXXXXXXXXXXXXXXX.XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX.XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX >> >> 7.7.3 is downloadable from Maven Central >> 7.7.3 is downloadable from 5/204 Apache Mirrors (2.45%) >> Sleeping for 262 seconds... >> >> The RM job is not done until it is done… >> >> Note that you need to apply >> https://issues.apache.org/jira/browse/LUCENE-9288 >> <https://issues.apache.org/jira/browse/LUCENE-9288> to the poll-mirrors >> script for it to work. Do you have any idea why only 5 mirrors are updated >> Noble? >> >> Jan >> >>> 14. mai 2020 kl. 19:41 skrev Mike Drob <md...@apache.org >>> <mailto:md...@apache.org>>: >>> >>> Noble, >>> >>> We're still missing a few: >>> >>> https://cwiki.apache.org/confluence/display/LUCENE/ReleaseTodo#ReleaseTodo-UpdatetheprojectDOAPfiles >>> >>> <https://cwiki.apache.org/confluence/display/LUCENE/ReleaseTodo#ReleaseTodo-UpdatetheprojectDOAPfiles> >>> https://cwiki.apache.org/confluence/display/LUCENE/ReleaseTodo#ReleaseTodo-GenerateBackcompatIndexes >>> >>> <https://cwiki.apache.org/confluence/display/LUCENE/ReleaseTodo#ReleaseTodo-GenerateBackcompatIndexes> >>> >>> Also, the release is not on the mirrors - >>> https://lucene.apache.org/core/downloads.html >>> <https://lucene.apache.org/core/downloads.html> >>> The link to >>> https://www.apache.org/dyn/closer.lua/lucene/java/7.7.3/lucene-7.7.3-src.tgz >>> >>> <https://www.apache.org/dyn/closer.lua/lucene/java/7.7.3/lucene-7.7.3-src.tgz> >>> doesn't resolve to anything... >>> >>> Mike >>> >>> On Wed, May 13, 2020 at 9:18 PM Noble Paul <noble.p...@gmail.com >>> <mailto:noble.p...@gmail.com>> wrote: >>> I just finished all the steps given in >>> https://cwiki.apache.org/confluence/display/LUCENE/ReleaseTodo >>> <https://cwiki.apache.org/confluence/display/LUCENE/ReleaseTodo> >>> >>> Please let me know if anything is missing. >>> I still don't see the solr release details in https://lucene.apache.org/ >>> <https://lucene.apache.org/> >>> >>> How do i do it? >>> >>> >>> On Thu, May 14, 2020 at 10:47 AM Noble Paul <noble.p...@gmail.com >>> <mailto:noble.p...@gmail.com>> wrote: >>> > >>> > I'll fix them today >>> > >>> > On Thu, May 14, 2020, 9:19 AM Mike Drob <md...@mdrob.com >>> > <mailto:md...@mdrob.com>> wrote: >>> >> >>> >> Thanks. I’ve found one small change for the release script so far, I >>> >> plan to batch all my notes together and commit them at the end of the >>> >> process. >>> >> >>> >> Right now I think I’m waiting on a few final steps from 7.7.3 to >>> >> complete and then we’ll be ready to roll with 8.5.2 >>> >> >>> >> On Wed, May 13, 2020 at 4:59 PM Jan Høydahl <jan....@cominvent.com >>> >> <mailto:jan....@cominvent.com>> wrote: >>> >>> >>> >>> Mike, I merged latest changes to releaseWizard to branch_8_5 as well. >>> >>> So you’ll be first to test the new instructions for updating the web >>> >>> site. So please be prepared for discovering quirks in that part of the >>> >>> releaseWizard. >>> >>> >>> >>> Jan >>> >>> >>> >>> > 7. mai 2020 kl. 19:13 skrev Mike Drob <md...@apache.org >>> >>> > <mailto:md...@apache.org>>: >>> >>> > >>> >>> > Devs, >>> >>> > >>> >>> > I know that we had 8.5.1 only a few weeks ago, but with the fix for >>> >>> > LUCENE-9350 I think we should consider another bug-fix. I know that >>> >>> > without it I will be explicitly recommending several users to stay >>> >>> > off of 8.5.x on their upgrade plans. There are some pretty scary >>> >>> > looking charts on SOLR-14428 that describe the impact of the bug in >>> >>> > more detail. >>> >>> > >>> >>> > I'd be happy to volunteer as RM for this, would probably be looking >>> >>> > at trying to get it a vote started sometime next week. >>> >>> > >>> >>> > Thanks, >>> >>> > Mike >>> >>> > >>> >>> > >>> >>> > https://issues.apache.org/jira/browse/SOLR-14428 >>> >>> > <https://issues.apache.org/jira/browse/SOLR-14428> >>> >>> > https://issues.apache.org/jira/browse/LUCENE-9350 >>> >>> > <https://issues.apache.org/jira/browse/LUCENE-9350> >>> >>> > >>> >>> > --------------------------------------------------------------------- >>> >>> > To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org >>> >>> > <mailto:dev-unsubscr...@lucene.apache.org> >>> >>> > For additional commands, e-mail: dev-h...@lucene.apache.org >>> >>> > <mailto:dev-h...@lucene.apache.org> >>> >>> > >>> >>> >>> >>> >>> >>> --------------------------------------------------------------------- >>> >>> To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org >>> >>> <mailto:dev-unsubscr...@lucene.apache.org> >>> >>> For additional commands, e-mail: dev-h...@lucene.apache.org >>> >>> <mailto:dev-h...@lucene.apache.org> >>> >>> >>> >>> >>> -- >>> ----------------------------------------------------- >>> Noble Paul >>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org >>> <mailto:dev-unsubscr...@lucene.apache.org> >>> For additional commands, e-mail: dev-h...@lucene.apache.org >>> <mailto:dev-h...@lucene.apache.org> >>> >> >