Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix backup extension when modifying solrconfig.xml #76

Merged
merged 2 commits into from
Sep 6, 2024
Merged

Conversation

adriendupuis
Copy link
Contributor

@adriendupuis adriendupuis commented Sep 5, 2024

🎫 Issue IBX-XXXXX

Related PRs:

Description:

A solrconfig.xml.bar appears in 4.6.10 that wasn't there on 4.5.7
This is due to a typo in backup file extension in sed, only .bak files are removed while cleaning up afterward.

For QA:

It doesn't change anything about Solr config, it just avoids to have unnecessary solrconfig.xml.bar file in the generated config.

Documentation:

N/A

So line 129 can remove it.
Consistency w/ generate-solr-config.sh
Copy link

sonarcloud bot commented Sep 5, 2024

@adriendupuis adriendupuis changed the title Fix sed ext Fix backup extension when modifying solrconfig.xml Sep 5, 2024
@adamwojs adamwojs requested a review from a team September 5, 2024 12:04
@alongosz alongosz requested a review from a team September 5, 2024 12:06
@adamwojs adamwojs merged commit 30e5e1a into main Sep 6, 2024
19 checks passed
@adamwojs adamwojs deleted the fix-sed-ext branch September 6, 2024 14:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants