index-import icon indicating copy to clipboard operation
index-import copied to clipboard

Only rewrite unit files when outdated

Open kastiglione opened this issue 5 years ago • 1 comments

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.

kastiglione avatar Jun 21 '19 00:06 kastiglione

I think this is addressed by #52?

brentleyjones avatar Sep 07 '22 19:09 brentleyjones