Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
feat: for small files, compare checksums to determine if job needs to…
… run if input file is newer than output file (#1568) * feat: for small files, compare checksums to determine if job needs to run if input file is newer than output file * check local existence * read file in binary mode * fixed rewrite, now being output file based * do not calculate checksum of directories * fix: fix order of checksum eligibility test * fixes * skip reading of empty file for checksum creation * allow forcing checksum generation
- Loading branch information
1 parent
c8d81d0
commit 1ae85c6
Showing
3 changed files
with
97 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters