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 race when commiting packages. #21

Merged
merged 1 commit into from
Jan 29, 2022

Conversation

jean-airoldie
Copy link
Contributor

  • Wait for files to flush to disk before committing them.
  • Replace git glob * by . which is more efficient (no expension)
    and also includes files whose names being with a dot.

This fixes #20.

* Wait for files to flush to disk before committing them.
* Replace git glob `*` by `.` which is more efficient (no expension)
    and also includes files whose names being with a dot.

This fixes moriturus#20.
@moriturus moriturus changed the base branch from main to another_main January 29, 2022 15:02
@moriturus moriturus merged commit 36f4806 into moriturus:another_main Jan 29, 2022
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.

Ktra server commits empty files
2 participants