Commit Graph

2566 Commits

Author SHA1 Message Date
Joey Hess 6372decc6c
propellor spin 2015-05-16 15:44:57 -04:00
Joey Hess c094c63441
propellor spin 2015-05-16 15:27:11 -04:00
Joey Hess ffd0cece6c
propellor spin 2015-05-16 15:26:36 -04:00
Joey Hess 8a33ee4b3d
propellor spin 2015-05-16 15:25:15 -04:00
Joey Hess 9dad326a66
propellor spin 2015-05-16 15:21:15 -04:00
Joey Hess dd7cfffcac comment typo 2015-05-16 13:30:58 -04:00
Joey Hess ed9203928b add trivial HasImage instance for Image 2015-05-16 13:28:19 -04:00
Antoine Eiche a781e43b22 Add HasImage type class which provides getImageName method to extract an image name. Image related functions now require a HasImage instance. 2015-05-16 13:26:43 -04:00
Joey Hess 04d04fe917 changelog 2015-05-12 11:06:45 -04:00
Antoine Eiche c83c68115f Docker images related properties.
- a property to pull image from standard Docker Hub registry.
- a property to build image from a local directory (with a Dockerfile).
2015-05-12 11:05:47 -04:00
Antoine Eiche 3790a65dd5 add Docker.Container field labels containerImage and containerHost 2015-05-12 11:03:13 -04:00
Joey Hess 4b5b9f253f disable ghc 7.10's obnoxious warning about tabs for indentation 2015-05-10 17:20:20 -04:00
Joey Hess 6da8efb463 disable ghc 7.10's obnoxious warnings about every line using tab to indent 2015-05-10 14:41:12 -04:00
Joey Hess 63ccccb1bb cmdProperty' renamed to cmdPropertyEnv to make way for a new, more generic cmdProperty' (API change) 2015-05-07 12:16:48 -04:00
Joey Hess 53a084632c merge from git-annex 2015-05-07 12:08:26 -04:00
Joey Hess 160eff0eb7 prep release 2015-05-06 14:29:03 -04:00
Joey Hess a90591f90d
propellor spin 2015-04-29 14:57:55 -04:00
Joey Hess e0795e294d
propellor spin 2015-04-29 14:54:28 -04:00
Joey Hess 6b899c94b2
propellor spin 2015-04-29 14:52:04 -04:00
Joey Hess ce98d1f747
propellor spin 2015-04-29 14:48:39 -04:00
Joey Hess 5396e0ece6
propellor spin 2015-04-29 14:47:34 -04:00
Joey Hess e4432caa12 remove unused import 2015-04-29 14:44:56 -04:00
Joey Hess fec92abcc8 changelog 2015-04-29 14:43:50 -04:00
Joey Hess c0a0572ddb
propellor spin 2015-04-29 14:42:04 -04:00
Joey Hess 6288393b4b avoid checking build deps if cabal configures ok 2015-04-29 14:41:46 -04:00
Joey Hess 2148a75746
propellor spin 2015-04-29 14:36:17 -04:00
Joey Hess abf13ccf25
propellor spin 2015-04-29 14:36:09 -04:00
Joey Hess 90e9fe259c
propellor spin 2015-04-29 14:35:58 -04:00
Joey Hess 27e3542f8e
propellor spin 2015-04-29 14:32:01 -04:00
Joey Hess a584268334 Ensure build deps are installed before building propellor in --spin and cron job, even if propellor was already built before, to deal with upgrades that add new dependencies. 2015-04-29 14:31:54 -04:00
Joey Hess cdce8317c7
propellor spin 2015-04-29 14:28:34 -04:00
Joey Hess 15ab46fd52
propellor spin 2015-04-29 14:28:09 -04:00
Joey Hess 681e4dbbcb
propellor spin 2015-04-29 14:26:13 -04:00
Joey Hess 960745b95e won't be ueing stable here 2015-04-25 11:24:47 -04:00
Joey Hess 1706ca682e Removed Obnam.latestVersion which was only needed for Debian wheezy backport. 2015-04-25 11:23:54 -04:00
Joey Hess 45c6957dc5 update example 2015-04-25 11:23:46 -04:00
Joey Hess 7964ed7caf
propellor spin 2015-04-23 11:58:37 -04:00
Joey Hess 89b6629464 fix type signature, filepath and string params were flipped
thanks, gueux
2015-04-23 09:24:23 -04:00
Joey Hess 4c86f8adf5
propellor spin 2015-04-22 22:36:45 -04:00
Joey Hess f083b9942c
propellor spin 2015-04-22 22:32:57 -04:00
Joey Hess 51b40aefab
propellor spin 2015-04-22 22:18:31 -04:00
Joey Hess 4b73fcf2fe update 2015-04-22 21:06:18 -04:00
Joey Hess 329281586c update 2015-04-22 21:05:28 -04:00
Joey Hess 8cb797ed4a too 2015-04-22 21:04:53 -04:00
Joey Hess f59527cca4 changelog 2015-04-22 21:00:41 -04:00
Jelmer Vernooij c7a156a8c3 ensureProperty takes a list of commands to run, but Git.bareRepo
previously passed a list of arguments instead.

Signed-Off-By: Jelmer Vernooij <jelmer@debian.org>
2015-04-22 20:59:14 -04:00
Joey Hess 4bd933118d prep release 2015-04-22 13:49:18 -04:00
Joey Hess fb598feeac
propellor spin 2015-04-22 13:49:00 -04:00
Joey Hess a3c1e8ada3 use new property 2015-04-22 13:48:52 -04:00
Joey Hess f35ef9d697 API change: Added User and Group newtypes, and Properties that used to use 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-22 13:04:39 -04:00