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

refactor!: Remove tools.syncfs() #1698

Merged
merged 1 commit into from May 1, 2024
Merged

Conversation

buhtz
Copy link
Member

@buhtz buhtz commented Apr 22, 2024

Remove the function tools.syncfs() and its unit test. It was used in shutdown() only. Shutodwn cause an unmount which itself cause synfs on OS level. No need for BIT to do it explict. Additionally minor PEP8 improvements.

No changelog because the modification do not modify, break or remove existing behavior in BIT.

Close #1685

@buhtz buhtz added the PR: Merge after creative-break Merge after creative-break (min. 1 week) label Apr 23, 2024
@buhtz buhtz merged commit bd8a768 into bit-team:dev May 1, 2024
1 check passed
@buhtz buhtz deleted the refactor/1685synfs branch May 1, 2024 20:24
dw4102 pushed a commit to dw4102/backintime that referenced this pull request May 4, 2024
Was used in shutdown() only. Shutodwn cause an unmount which itself cause synfs on OS level. No need for BIT to do it explicit. Behavior of BIT do not change.

Additionally minor PEP8 improvements.

Close bit-team#1685

Finish rpmbuild & specfile creation

feat: RPM package building support
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR: Merge after creative-break Merge after creative-break (min. 1 week)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove "tools.syncfs()"
1 participant