summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-05-12changelogJoey Hess
2015-05-12Docker images related properties.Antoine Eiche
- a property to pull image from standard Docker Hub registry. - a property to build image from a local directory (with a Dockerfile).
2015-05-12add Docker.Container field labels containerImage and containerHostAntoine Eiche
2015-05-10disable ghc 7.10's obnoxious warning about tabs for indentationJoey Hess
2015-05-10disable ghc 7.10's obnoxious warnings about every line using tab to indentJoey Hess
2015-05-07cmdProperty' renamed to cmdPropertyEnv to make way for a new, more generic ↵Joey Hess
cmdProperty' (API change)
2015-05-07merge from git-annexJoey Hess
2015-05-06prep releaseJoey Hess
2015-04-29propellor spinJoey Hess
2015-04-29propellor spinJoey Hess
2015-04-29propellor spinJoey Hess
2015-04-29propellor spinJoey Hess
2015-04-29propellor spinJoey Hess
2015-04-29remove unused importJoey Hess
2015-04-29changelogJoey Hess
2015-04-29propellor spinJoey Hess
2015-04-29avoid checking build deps if cabal configures okJoey Hess
2015-04-29propellor spinJoey Hess
2015-04-29propellor spinJoey Hess
2015-04-29propellor spinJoey Hess
2015-04-29propellor spinJoey Hess
2015-04-29Ensure build deps are installed before building propellor in --spin and cron ↵Joey Hess
job, even if propellor was already built before, to deal with upgrades that add new dependencies.
2015-04-29propellor spinJoey Hess
2015-04-29propellor spinJoey Hess
2015-04-29propellor spinJoey Hess
2015-04-25won't be ueing stable hereJoey Hess
2015-04-25Removed Obnam.latestVersion which was only needed for Debian wheezy backport.Joey Hess
2015-04-25update exampleJoey Hess
2015-04-23propellor spinJoey Hess
2015-04-23fix type signature, filepath and string params were flippedJoey Hess
thanks, gueux
2015-04-22propellor spinJoey Hess
2015-04-22propellor spinJoey Hess
2015-04-22propellor spinJoey Hess
2015-04-22updateJoey Hess
2015-04-22updateJoey Hess
2015-04-22tooJoey Hess
2015-04-22changelogJoey Hess
2015-04-22ensureProperty takes a list of commands to run, but Git.bareRepoJelmer Vernooij
previously passed a list of arguments instead. Signed-Off-By: Jelmer Vernooij <jelmer@debian.org>
2015-04-22prep releaseJoey Hess
2015-04-22propellor spinJoey Hess
2015-04-22use new propertyJoey Hess
2015-04-22API change: Added User and Group newtypes, and Properties that used to use ↵Joey Hess
the type UserName = String were changed to use them. Note that UserName is kept and PrivData still uses it in its sum type. This is to avoid breaking PrivData serialization.
2015-04-21propellor spinJoey Hess
2015-04-21propellor spinJoey Hess
2015-04-21propellor spinJoey Hess
2015-04-21propellor spinJoey Hess
2015-04-21propellor spinJoey Hess
2015-04-19debCdn changed to new httpredir.debian.org official replacement for ↵Joey Hess
http.debian.net.
2015-04-19Added hasLoginShell and shellEnabled.Joey Hess
My code with some improvements from weinzwang.
2015-04-19cleanupJoey Hess