stillalex commented on PR #1976:
URL: https://github.com/apache/solr/pull/1976#issuecomment-1763494048
Step `7 - Stop promoting old releases `
```
*9.3.0*
Run these commands to delete proposed versions from distribution directory.
Note, as long as we have some releases (7.x, 8.x) in Lucene dist repo and
other
releases (9.0 ->) in the Solr dist repo, we may need to delete two places.
WARNING: Validate that the proposal is correct!
cd ~/.solr-releases/9.4.0/solr
# Delete from Lucene dist area
svn rm -m "Stop publishing old Solr releases" \
https://dist.apache.org/repos/dist/release/lucene/solr/9.3.0
# Delete from new Solr dist area
svn rm -m "Stop publishing old Solr releases" \
https://dist.apache.org/repos/dist/release/solr/solr/9.3.0
You will get prompted before running each individual command.
Q: Do you want me to run these commands now? (y/n): y
# Delete from Lucene dist area
Q: Shall I run 'svn rm -m "Stop publishing old Solr releases"
https://dist.apache.org/repos/dist/release/lucene/solr/9.3.0' in folder
'/Users/alexdeparvu/.solr-releases/9.4.0/solr' (y/n): y
Wait until command completes... Full log in
/Users/alexdeparvu/.solr-releases/9.4.0/RC2/logs/stop_promoting_old/01_svn-rm-solr.log
# Delete from Lucene dist area
svn: E160013: URL
'https://dist.apache.org/repos/dist/release/lucene/solr/9.3.0' does not exist
WARN: Command svn rm -m "Stop publishing old Solr releases"
https://dist.apache.org/repos/dist/release/lucene/solr/9.3.0 returned with error
WARNING: One or more commands failed, you may want to check the logs
```
this fails to delete old Solr release because Lucene entry is not there.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]