summaryrefslogtreecommitdiff
path: root/propellor.cabal
AgeCommit message (Collapse)Author
2014-11-21email updateJoey Hess
2014-11-21split out info typesJoey Hess
2014-11-21propellor spinJoey Hess
2014-11-20incomplete systemd container supportJoey Hess
2014-11-20propellor spinJoey Hess
2014-11-20starting work on a Chroot moduleJoey Hess
factored out info up-propigation code rom Docker
2014-11-20fix docker container provisioningJoey Hess
Since the containers are no longer on the host list, they were not found while provisioning, oops. To fix, had to add to a host's info a map of the containers docked to it. Unfortunately, that required Propellor.Types.Info be glommed into Propellor.Types, since it needed to refer to Host.
2014-11-19Added support for using debootstrap from propellor.Joey Hess
Most of the hard part was making it be able to install debootstrap from source, for use on non-debian-derived systems.
2014-11-19big 1.0Joey Hess
2014-11-19propellor spinJoey Hess
2014-11-18clean up Propellr.CmdLine exportsJoey Hess
2014-11-18broke out Server moduleJoey Hess
2014-11-18factor out ssh moduleJoey Hess
2014-11-18factor out git repo moduleJoey Hess
2014-11-18reorg and clean up bootstrap protocolJoey Hess
2014-11-15Convert GpgKeyId to newtypeJoey Hess
2014-11-11propellor spinJoey Hess
2014-11-11split out gpg keyring related stuffJoey Hess
2014-11-10basic prosody supportFélix Sipma
Signed-off-by: Félix Sipma <felix.sipma@no-log.org>
2014-11-08prep releaseJoey Hess
2014-10-31added firewall propertiesArnaud Bailly
2014-10-30basic nginx supportFélix Sipma
2014-10-24prep releaseJoey Hess
2014-10-10prep releaseJoey Hess
2014-08-19fix man page installationJoey Hess
2014-08-19reorg manpageJoey Hess
2014-08-19prep releaseJoey Hess
2014-08-19local repo fully working nowJoey Hess
2014-08-19Included the config.hs symlink to config-simple.hs in the cabal and Debian ↵Joey Hess
packages.
2014-08-04prep releaseJoey Hess
2014-07-09Remove .gitignore from cabal file list, to avoid build failure on Debian. ↵Joey Hess
Closes: #754334
2014-07-07propellor spinJoey Hess
2014-07-06prep releaseJoey Hess
2014-07-06propellor spinJoey Hess
2014-07-06propellor spinJoey Hess
2014-06-09propellor spinJoey Hess
2014-06-09Attr is renamed to Info.Joey Hess
2014-06-07combineProperties no longer stops when a property fails; now it continues ↵Joey Hess
trying to satisfy all properties on the list before propigating the failure. Audited all of my calls to combineProperties and they should be fine with this behavior.. which suggests it's the right behavior.
2014-05-31typoJoey Hess
2014-05-31build w/o optimisationsJoey Hess
I hope this will reign in ghc memory use
2014-05-31propellor spinJoey Hess
2014-05-29prep releaseJoey Hess
2014-05-24use a license name that cabal recognisesJoey Hess
2014-05-23propellor spinJoey Hess
2014-05-17prep releaseJoey 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.
2014-05-10Licence changed from GPL to BSD.Joey Hess
2014-05-09rename file because of OSX brain-damageJoey Hess
2014-04-24prep releaseJoey Hess
2014-04-24add -threaded for wrapper programJoey Hess
general principles; don't want to have to worry about whether it may grow threads