Fix unix mtime triggers for ud-generate
authorPeter Palfrader <peter@palfrader.org>
Fri, 2 Aug 2013 21:31:45 +0000 (23:31 +0200)
committerPeter Palfrader <peter@palfrader.org>
Fri, 2 Aug 2013 21:31:45 +0000 (23:31 +0200)
Previously we only checked if a file had been modified since our last
run.  That didn't catch changes that were only made visible for the next
run.  I.e. a file was changed on some host, ud-generate runs finds no
need to re-generate and stores timestamp X to its statefile.  We rsync
that file to us and on the next ud-geneate run it finds no files
modified since X.


No differences found