summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/File.hs
AgeCommit message (Expand)Author
2017-07-05Added File.checkOverwrite.Joey Hess
2017-07-05File.isCopyOf: Fix bug that prevented this property from working when the des...Joey Hess
2017-07-05rename confusing f' to srcJoey Hess
2017-07-05XFCE and applyPath propertiesJoey Hess
2017-02-26Added ConfigurableValue type classJoey Hess
2017-02-02Merge remote-tracking branch 'upstream/master' into pinSean Whitton
2017-02-02better exampleJoey Hess
2017-02-02haddock formattingJoey Hess
2017-02-02Added Propellor.Property.File.configFileName and related functions to generat...Joey Hess
2017-01-31fix removal of blocksSean Whitton
2017-01-31add File.containsBlockSean Whitton
2017-01-31document File.containsLinesSean Whitton
2016-06-19fix descJoey Hess
2016-06-19reordered more commonly used stuff firstJoey Hess
2016-06-19Generalized fileProperty can now operate on files as either a series of lines...Joey Hess
2016-06-19Write privdata files in binary rather than textAndrew Schurman
2016-03-26more portingJoey Hess
2016-03-24convert ensurePropertyJoey Hess
2016-03-24converted to metatypesJoey Hess
2016-03-06eek, nasty debug left inJoey Hess
2016-03-06Locale.available: Run locale-gen, instead of dpkg-reconfigure locales, which ...Joey Hess
2015-12-15Merged Utility changes from git-annex.Joey Hess
2015-12-05UncheckedProperty for cmdProperty et alJoey Hess
2015-10-26Add File.isCopyOfPer Olofsson
2015-10-23Add File.basedOnPer Olofsson
2015-10-21Added Ssh properties to remove authorized_keys and known_hosts lines.Joey Hess
2015-10-16add a LinkTarget type to disambiguate parameters of isSymlinkedToJoey Hess
2015-10-16clarify which param is whichJoey Hess
2015-10-14fileProperty, and properties derived from it now write the new file content v...Joey Hess
2015-10-14excess newlineJoey Hess
2015-10-14Add File.isSymlinkedToPer Olofsson
2015-10-10propellor spinJoey Hess
2015-09-20make sure aiccu.conf is only readable by root, even if it had a different mod...Joey Hess
2015-09-14clean up privdata excess/lacking newline issueJoey Hess
2015-09-13Follow some hlint suggestions.Mario Lang
2015-09-04Added Propellor.Property.Rsync.Joey Hess
2015-09-04wipJoey Hess
2015-04-23fix type signature, filepath and string params were flippedJoey Hess
2015-04-22API change: Added User and Group newtypes, and Properties that used to use th...Joey Hess
2015-01-29propellor spinJoey Hess
2015-01-24GADT properties seem to work (untested)Joey Hess
2015-01-03add hasPrivContentFromJoey Hess
2014-12-14broke up big function to describe PrivDataFieldJoey Hess
2014-12-09fix a case where fileProperty reported a change despite not making oneJoey Hess
2014-12-07Fixed privdata introspection for User.hasPassword and User.hasSomePasswordJoey Hess
2014-07-17Fix bug in File.containsLines that caused lines that were already in the file...Joey Hess
2014-07-17better hasPrivContentExposedJoey Hess
2014-07-06propellor spinJoey Hess
2014-05-14moved source code to srcJoey Hess