summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-05-22bump standards-versionJoey Hess
2016-05-22Merge branch 'joeyconfig'Joey Hess
2016-05-22prep releaseJoey Hess
2016-05-22split out module to work around badly named symbol in directory-1.2.6.2Joey Hess
Sadly my bug report about this is not going to get fixed it seems, so I have to drag around a whole added module file just to deal with it. https://github.com/haskell/directory/issues/52
2016-05-22merge Utility from git-annexJoey Hess
2016-05-22update ghc version; 8.0.1 is releasedJoey Hess
2016-05-22commentJoey Hess
2016-05-22Added a commentspwhitton
2016-05-21reviewJoey Hess
2016-05-21todoJoey Hess
2016-05-21Merge branch 'master' of ssh://propellor.branchable.comJoey Hess
2016-05-21followupJoey Hess
2016-05-21submit merge requestspwhitton
2016-05-20remove commented out codeJoey Hess
2016-05-17mention certbotJoey Hess
2016-05-17clean up after mergeJoey Hess
2016-05-17changelogJoey Hess
2016-05-17updateJoey Hess
2016-05-17add descriptionsJoey Hess
2016-05-17setting up joeyconfig after mergeJoey Hess
2016-05-15add Borg moduleFélix Sipma
2016-05-14Added a commentspwhitton
2016-05-10commentJoey Hess
2016-05-10clean up after mergeJoey Hess
2016-05-10Merge branch 'joeyconfig'Joey Hess
2016-05-10followupJoey Hess
2016-05-10correct licenseJoey Hess
2016-05-10post questionspwhitton
2016-05-09(no commit message)jelmer
2016-05-07bug fix upload is pendingspwhitton
2016-05-07changelogJoey Hess
2016-05-07Compiling propellor on GHC 8.0.1-rc4davean
ConstrainedClassMethods was added in GHC 7.6.1.3 so I think its sufficiently backwards compatible for you?
2016-05-05workaroundJoey Hess
2016-05-05propellor spinJoey Hess
2016-05-05propellor spinJoey Hess
2016-05-05setting up joeyconfig after mergeJoey Hess
2016-05-05Merge branch 'master' into joeyconfigJoey Hess
2016-05-05Run letsencrypt with --noninteractive.Joey Hess
2016-05-03bug ownershipspwhitton
2016-05-02clean up after mergeJoey Hess
2016-05-02Merge branch 'joeyconfig'Joey Hess
2016-05-02correctionJoey Hess
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.