summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-11-20internalJoey Hess
2014-11-20fix pagespecJoey Hess
2014-11-20fixJoey Hess
2014-11-20titlesJoey Hess
2014-11-20adding blog feedsJoey Hess
2014-11-20incomplete systemd container supportJoey Hess
2014-11-20propellor spinJoey Hess
2014-11-20propellor spinJoey Hess
2014-11-20fix chroot info propigationJoey Hess
2014-11-20propellor spinJoey Hess
2014-11-20propellor spinJoey Hess
2014-11-20remove unused Eq instance for InfoJoey Hess
Its implementation was .. shady at best, as Host has no Eq
2014-11-20propellor spinJoey Hess
2014-11-20starting work on a Chroot moduleJoey Hess
factored out info up-propigation code rom Docker
2014-11-20propellor spinJoey Hess
2014-11-20propellor spinJoey Hess
2014-11-20git commit may or may not be signedJoey Hess
2014-11-20propellor spinJoey Hess
2014-11-20propellor spinJoey Hess
2014-11-20propellor spinJoey Hess
2014-11-20propellor spinJoey Hess
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-19fooJoey Hess
2014-11-19propellor spinJoey Hess
2014-11-19separate docker container typeJoey Hess
Docker containers are now a separate data type, cannot be included in the main host list, and are instead passed to Docker.docked. (API change)
2014-11-19sigel didn't work outJoey Hess
Unicode output failed in docker, due to no locales, and would be generally shakey from haskell in all the environments propellor needs to run in.
2014-11-19propellor spinJoey Hess
2014-11-19propellor spinJoey Hess
2014-11-19propellor spinJoey Hess
2014-11-19propellor spinJoey Hess
2014-11-19correct versionJoey Hess
2014-11-19propellor spinJoey Hess
2014-11-19unicode ahoyJoey Hess
2014-11-19fix param orderJoey Hess
2014-11-19propellor spinJoey Hess
2014-11-19avoid double-build in --spinJoey Hess
It was fetching from the central repo, then building that, and then running the client-to-client git update, and the building after that. Remove the first build, as all that linking does take time.
2014-11-19propellor spinJoey Hess
2014-11-19remove excess verbosity from messageJoey Hess
2014-11-19propellor spinJoey Hess
2014-11-19allow debootstrapped to be revertedJoey Hess
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-19add fallback combinatorJoey Hess
2014-11-19flag API changesJoey Hess
2014-11-19updateJoey Hess
2014-11-19big 1.0Joey Hess
2014-11-19improve displayJoey Hess
2014-11-19propellor spinJoey Hess
2014-11-19propellor spinJoey Hess
2014-11-19propellor spinJoey Hess
2014-11-19propellor spinJoey Hess