summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/Chroot/Util.hs
AgeCommit message (Collapse)Author
2017-10-25fix build warningsJoey Hess
2017-10-19Use isUnpopulated when creating a chroot or restoring a backupignore-lost-n-foundNicolas Schodet
2016-04-28Fix build with directory-1.2.6.2.Joey Hess
It's now exporting a conflicting isSymbolicLink https://github.com/haskell/directory/issues/52 Only a few places in propellor use isSymbolicLink, but to prevent future problems, made as much of it as possible import Utility.Directory, which re-exports System.Directory without the conflicting symbol. (Utility.Tmp and System.Console.Concurrent.Internal cannot import Utility.Directory due to cycles, and don't use isSymbolicLink anyway.)
2015-12-19Clean build with ghc 7.10.Joey Hess
Import Prelude after modules that cause warnings due to AMP change
2015-10-20Chroot: Converted to use a ChrootBootstrapper type classJoey Hess
So other ways to bootstrap chroots can easily be added in separate modules. (API change)
2015-09-02propellor spinJoey Hess
2015-09-01removal of chroot on disk image rebuildJoey Hess
2014-12-04more work on OS takeoverJoey Hess
2014-11-22propellor spinJoey Hess