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

Check mtime of dest file if present #2

Merged
merged 6 commits into from
Sep 7, 2013
Merged

Check mtime of dest file if present #2

merged 6 commits into from
Sep 7, 2013

Conversation

tschaub
Copy link
Owner

@tschaub tschaub commented Sep 7, 2013

Currently, the time of the last successful run of a particular target is used to compare to the target's src files. If the target is configured with dest files as well, the mtime of the dest files should be used to limit src files.

tschaub added a commit that referenced this pull request Sep 7, 2013
Check mtime of dest file if present.  This only has an effect in cases where a target has multiple dest files and a previous run failed after one or more of the dest files had been created.
@tschaub tschaub merged commit 82fca06 into master Sep 7, 2013
@tschaub tschaub deleted the dest-mtime branch September 13, 2013 23:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant