| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-05-06 | Merge branch 'joeyconfig' | Joey Hess | |
| 2015-05-06 | prep release | Joey Hess | |
| 2015-04-29 | changelog | Joey Hess | |
| 2015-04-29 | Ensure 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-29 | propellor spin | Joey Hess | |
| 2015-04-28 | Merge branch 'joeyconfig' | Joey Hess | |
| 2015-04-25 | Removed Obnam.latestVersion which was only needed for Debian wheezy backport. | Joey Hess | |
| 2015-04-22 | Merge branch 'joeyconfig' | Joey Hess | |
| 2015-04-22 | changelog | Joey Hess | |
| 2015-04-22 | Merge branch 'joeyconfig' | Joey Hess | |
| Conflicts: privdata.joey/privdata.gpg | |||
| 2015-04-22 | propellor spin | Joey Hess | |
| 2015-04-22 | API 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-21 | Merge branch 'joeyconfig' | Joey Hess | |
| 2015-04-19 | debCdn changed to new httpredir.debian.org official replacement for ↵ | Joey Hess | |
| http.debian.net. | |||
| 2015-04-19 | Merge branch 'joeyconfig' | Joey Hess | |
| 2015-04-19 | Added hasLoginShell and shellEnabled. | Joey Hess | |
| My code with some improvements from weinzwang. | |||
| 2015-04-02 | Merge branch 'joeyconfig' | Joey Hess | |
| 2015-04-02 | Make propellor resistent to changes to shared libraries, such as libffi | Joey Hess | |
| * Make propellor resistent to changes to shared libraries, such as libffi, which might render the propellor binary unable to run. This is dealt with by checking the binary both when running propellor on a remote host, and by Cron.runPropellor. If the binary doesn't work, it will be rebuilt. * Note that since a new switch had to be added to allow testing the binary, upgrading to this version will cause a rebuild from scratch of propellor. | |||
| 2015-03-14 | Merge branch 'joeyconfig' | Joey Hess | |
| 2015-03-14 | remove announcedir target | Joey Hess | |
| 2015-03-12 | Merge branch 'joeyconfig' | Joey Hess | |
| Conflicts: privdata.joey/privdata.gpg | |||
| 2015-03-12 | prep | Joey Hess | |
| 2015-03-12 | propellor spin | Joey Hess | |
| 2015-03-11 | propellor spin | Joey Hess | |
| 2015-03-09 | Merge branch 'joeyconfig' | Joey Hess | |
| 2015-03-09 | prep release | Joey Hess | |
| 2015-02-28 | Merge branch 'joeyconfig' | Joey Hess | |
| 2015-02-28 | avoid using the makefile when bootstrapping with --spin | Joey Hess | |
| 2015-02-28 | Propellor now builds itself without needing the Makefile. | Joey Hess | |
| 2015-02-27 | propellor spin | Joey Hess | |
| 2015-02-25 | Add shebang to cron.daily etc files. | Joey Hess | |
| 2015-02-16 | When running shimmed (eg in a docker container), improve process name ↵ | Joey Hess | |
| visible in ps. | |||
| 2015-02-12 | Merge branch 'joeyconfig' | Joey Hess | |
| 2015-02-12 | prep release | Joey Hess | |
| 2015-02-12 | Merge branch 'joeyconfig' | Joey Hess | |
| Conflicts: privdata.joey/privdata.gpg | |||
| 2015-02-12 | ssh user perm fixes | Joey Hess | |
| * Ssh.authorizedKey: Make the authorized_keys file and .ssh directory be owned by the user, not root. * Ssh.knownHost: Make the .ssh directory be owned by the user, not root. | |||
| 2015-02-10 | Fix Git.daemonRunning to restart inetd after enabling the git server. | Joey Hess | |
| 2015-02-08 | propellor spin | Joey Hess | |
| 2015-02-01 | propellor spin | Joey Hess | |
| 2015-01-29 | changelog | Joey Hess | |
| 2015-01-25 | Merge branch 'joeyconfig' | Joey Hess | |
| 2015-01-25 | typo | Joey Hess | |
| 2015-01-25 | Merge branch 'joeyconfig' | Joey Hess | |
| 2015-01-25 | prep release | Joey Hess | |
| 2015-01-25 | update | Joey Hess | |
| 2015-01-25 | Merge branch 'joeyconfig' | Joey Hess | |
| Conflicts: doc/todo/info_propigation_out_of_nested_properties.mdwn privdata.joey/privdata.gpg | |||
| 2015-01-24 | GADT properties seem to work (untested) | Joey Hess | |
| * Property has been converted to a GADT, and will be Property NoInfo or Property HasInfo. This was done to make sure that ensureProperty is only used on properties that do not have Info. Transition guide: - Change all "Property" to "Property NoInfo" or "Property WithInfo" (The compiler can tell you if you got it wrong!) - To construct a RevertableProperty, it is useful to use the new (<!>) operator - Constructing a list of properties can be problimatic, since Property NoInto and Property WithInfo are different types and cannot appear in the same list. To deal with this, "props" has been added, and can built up a list of properties of different types, using the same (&) and (!) operators that are used to build up a host's properties. | |||
| 2015-01-23 | OS.preserveNetwork finally written | Joey Hess | |
| 2015-01-23 | Added more network interface configuration properties. | Joey Hess | |
| 2015-01-21 | Added journald configuration properties. | Joey Hess | |
