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

Only rewrite unit files when outdated #6

Open
kastiglione opened this issue Jun 21, 2019 · 1 comment
Open

Only rewrite unit files when outdated #6

kastiglione opened this issue Jun 21, 2019 · 1 comment

Comments

@kastiglione
Copy link
Contributor

Unit files are unconditionally imported (read-remap-write), even if they already exist in the destination. index-import could do this conditionally, for example only if the timestamp of the source is newer than the timestamp of the destination. With this feature, index-import could be called twice, with the second time being a no-op.

@brentleyjones
Copy link
Contributor

I think this is addressed by #52?

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

No branches or pull requests

2 participants