mirror of
https://github.com/KDE/kde-linux.git
synced 2026-04-18 13:40:01 -04:00
with file mtimes stabilized, we now have dirs lighting up like a christmas tree in my diff scripts. give them a stable mtime to get consistency between builds. the idea here is that if we set the mtime of all dirs to their latest content's mtime we'll implicitly stabilize the dirs through stabilizing the files somewhat unfortunately we need to do this in a single thread because otherwise we'd have to segment deep trees and I really don't want to venture there for such an otherwise simple program a future option might be to also put dirs in our json but realistically that only makes a difference for empty dirs (since they have no content from which to derive the mtime). so let's see where we get with this. we can always add dir records in the json later