summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-05-02setting up joeyconfig after mergeJoey Hess
2016-05-02commentJoey Hess
2016-05-02narrow versionsspwhitton
2016-05-02note installation methodspwhitton
2016-05-02file bugspwhitton
2016-05-01add news item for propellor 3.0.3Joey Hess
2016-05-01releasing package propellor version 3.0.3Joey Hess
2016-05-01Remove Propellor.DotDir from the propellor library, as its use of ↵Joey Hess
Paths_propellor prevents use of the module out of propellor's tree. Failure looked like: /home/lukas/.propellor/.cabal-sandbox/lib/x86_64-linux-ghc-7.10.3/propellor-3.0. 1-0JokOieT9kY9W7enKSzFHh/libHSpropellor-3.0.1-0JokOieT9kY9W7enKSzFHh.a(DotDir.o) :(.text+0x591): undefined reference to `propezu0JokOieT9kY9W7enKSzzFHh_Pathszupropellor_getLibDir_closure' This module is only needed for the wrapper program anyway, which handles --init. This does mean that ./propellor --init in propellor's tree will fail even though the help shows --init as an option.
2016-04-30add news item for propellor 3.0.2Joey Hess
2016-04-30clean up after mergeJoey Hess
2016-04-30Merge branch 'joeyconfig'Joey Hess
2016-04-30prep releaseJoey Hess
2016-04-30setting up joeyconfig after mergeJoey Hess
2016-04-30Merge remote-tracking branch 'felix/attic' into joeyconfigJoey Hess
2016-04-29Attic: add commentsFélix Sipma
2016-04-29Attic: use/adapt restored from ObnamFélix Sipma
2016-04-28Attic: 'restored' and 'backup' only take one directory (API change)Félix Sipma
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.)
2016-04-28propellor spinJoey Hess
2016-04-28propellor spinJoey Hess
2016-04-27layoutJoey Hess
2016-04-27thoughtsJoey Hess
2016-04-27Merge branch 'master' of ssh://propellor.branchable.comJoey Hess
2016-04-27further thoughtsJoey Hess
2016-04-27layoutJoey Hess
2016-04-27Added a commentfrederik@ffbea6a549cb3f460d110386c0f634c1ddc6a68a
2016-04-26commentJoey Hess
2016-04-26(no commit message)frederik@ffbea6a549cb3f460d110386c0f634c1ddc6a68a
2016-04-23Attic: do not run prune if no KeepPolicy is specifiedFélix Sipma
2016-04-23propellor spinJoey Hess
2016-04-23clean up after mergeJoey Hess
2016-04-23added AtticRepo type aliasJoey Hess
2016-04-23setting up joeyconfig after mergeJoey Hess
2016-04-22Attic: add KeepPolicyFélix Sipma
2016-04-22Attic: add init, restored, and propellor 3.0 supportFélix Sipma
2016-04-22Attic: use "attic" instead of "/usr/bin/attic"Félix Sipma
2016-04-22add Attic propertyFélix Sipma
2016-04-15clean up after mergeJoey Hess
2016-04-15Merge branch 'joeyconfig'Joey Hess
2016-04-15responseJoey Hess
2016-04-15Merge branch 'master' of ssh://propellor.branchable.comJoey Hess
2016-04-15Added a commentpicca
2016-04-13move to todo, and closeJoey Hess
2016-04-13commentJoey Hess
2016-04-13undoJoey Hess
2016-04-13propellor spinJoey Hess
2016-04-13Merge branch 'master' of ssh://propellor.branchable.comJoey Hess
2016-04-13Added a comment: How to migrate this propertypicca
2016-04-12updateJoey Hess
2016-04-07Added Propellor.Property.Fstab, and moved the fstabbed property to there.Joey Hess