summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/File.hs
AgeCommit message (Collapse)Author
2014-07-17Fix bug in File.containsLines that caused lines that were already in the ↵Joey Hess
file to sometimes be appended to the end.
2014-07-17better hasPrivContentExposedJoey Hess
Avoid locking down and then lossening the file mode; just use the default/current mode from the beginning.
2014-07-06propellor spinJoey Hess
2014-05-14moved source code to srcJoey Hess
This is to work around OSX's brain-damange regarding filename case insensitivity. Avoided moving config.hs, because it's a config file. Put in a symlink to make build work.