| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-10-16 | Merge branch 'joeyconfig' | Joey Hess | |
| 2015-10-16 | Added Propellor.Property.Spin, which can be used to make a host be a ↵ | Joey Hess | |
| controller of other hosts. The hard part of this is avoiding loops of controllers. To make that work, a ControllerChain is passed to the host that's spun, and is added to the Info of the host being spun, where the controller property can check it to detect an avoid a loop. That needed an expansion of the CmdLine data type. I made the new ControlledRun only be used when there is a ControllerChain provided. This avoids breaking backwards compatability with old propellor deployments, as --spin still uses SimpleRun. Note: Making an old propellor deployment be controlled by a controller won't work until it's been updated to this commit, so it knows about the ControlledRun parameter. (Untested) | |||
| 2015-10-16 | Merge branch 'joeyconfig' | Joey Hess | |
| 2015-10-14 | recent changes broke the baseurl | Joey Hess | |
| 2015-10-14 | fileProperty, and properties derived from it now write the new file content ↵ | Joey Hess | |
| via origfile.propellor-new~, instead of to a randomly named temp file. This allows them to clean up any temp file that may have been left by an interrupted run of propellor. Also converted the new isSymlinkedTo property to use the same implementation, with some simplifications. | |||
| 2015-10-14 | excess newline | Joey Hess | |
| 2015-10-14 | Add File.isSymlinkedTo | Per Olofsson | |
| Signed-off-by: Per Olofsson <pelle@dsv.su.se> | |||
| 2015-10-10 | reorg sections | Joey Hess | |
| 2015-10-10 | wording | Joey Hess | |
| 2015-10-10 | example for withOS | Joey Hess | |
| 2015-10-10 | Merge branch 'joeyconfig' | Joey Hess | |
| 2015-10-10 | improve docs in Propellor.Property | Joey Hess | |
| 2015-10-10 | propellor spin | Joey Hess | |
| 2015-10-10 | tighten focus of Propellor module, adding Propellor.Base for all the exports | Joey Hess | |
| 2015-10-10 | propellor spin | Joey Hess | |
| 2015-10-10 | note | Joey Hess | |
| 2015-10-10 | propellor spin | Joey Hess | |
| 2015-10-10 | propellor spin | Joey Hess | |
| 2015-10-10 | propellor spin | Joey Hess | |
| 2015-10-10 | Improved documentation, particularly of the Propellor module. | Joey Hess | |
| This involved some code changes, including some renaming of instance methods. (ABI change) | |||
| 2015-10-09 | Merge branch 'joeyconfig' | Joey Hess | |
| 2015-10-08 | Add Apt.hasForeignArch. | Per Olofsson | |
| Signed-off-by: Per Olofsson <pelle@dsv.su.se> | |||
| 2015-10-08 | Uwsgi: replace HostName by AppName | Félix Sipma | |
| Signed-off-by: Félix Sipma <felix.sipma@no-log.org> | |||
| 2015-10-08 | add basic Uwsgi module | Félix Sipma | |
| Signed-off-by: Félix Sipma <felix.sipma@no-log.org> | |||
| 2015-10-04 | Merge branch 'joeyconfig' | Joey Hess | |
| 2015-10-04 | Fix --add-key to not fail committing when no privdata file exists yet. | Joey Hess | |
| 2015-10-02 | Merge branch 'joeyconfig' | Joey Hess | |
| 2015-10-01 | change contact email | Félix Sipma | |
| Signed-off-by: Félix Sipma <felix.sipma@no-log.org> | |||
| 2015-09-30 | Merge branch 'joeyconfig' | Joey Hess | |
| 2015-09-30 | change HostContext for containers | Joey Hess | |
| Privdata that uses HostContext inside a container will now have the name of the container as its context, rather than the name of the host(s) where the container is used. This allows eg, having different passwords for a user in different containers. Note that previously, propellor would prompt using the container name as the context, but not actually use privdata using that context; so this is a bug fix. I don't entirely like the implementation; I had to put the code to change the context in PropAccum, and it's not generalized past PrivInfo. | |||
| 2015-09-30 | force copy when destination exists | Joey Hess | |
| 2015-09-30 | Merge branch 'joeyconfig' | Joey Hess | |
| 2015-09-29 | propellor spin | Joey Hess | |
| 2015-09-29 | exports for haddock | Joey Hess | |
| 2015-09-29 | add Maintainer entries for contributed modules | Joey Hess | |
| These show up in the haddock documentation on the sidebar. The author emails are not hyperlinked, so hopefully this is not a spam source. Keeping track of Maintainers of modules is becoming necessary because I don't use all these modules and am not the best person to maintain them, beyond simple changes to keep them building. I'll loop in the Maintainer if there's a bug etc on their module. | |||
| 2015-09-29 | Add basic Kerberos module. | Jelmer Vernooij | |
| 2015-09-29 | Merge branch 'joeyconfig' | Joey Hess | |
| 2015-09-28 | Write same username to aiccu config as for which the password was obtained. | Jelmer Vernooij | |
| Without this change, the plain username always ends up in aiccu.conf. This breaks setups where a tunnel-specific password is in use. | |||
| 2015-09-28 | Add Logcheck module. | Jelmer Vernooij | |
| 2015-09-25 | Merge branch 'joeyconfig' | Joey Hess | |
| 2015-09-25 | propellor spin | Joey Hess | |
| 2015-09-25 | Guard against power loss etc when building propellor, by updating the ↵ | Joey Hess | |
| executable atomically. | |||
| 2015-09-23 | Merge branch 'joeyconfig' | Joey Hess | |
| 2015-09-23 | remove git signing key when it's the key to be removed | Joey Hess | |
| 2015-09-23 | Added --rm-key. | Joey Hess | |
| 2015-09-23 | Merge branch 'joeyconfig' | Joey Hess | |
| 2015-09-23 | propellor spin | Joey Hess | |
| 2015-09-23 | add "ancient" git-annex autobuilder using debian stable i386 | Joey Hess | |
| 2015-09-21 | Unbound: fix bug with duplicate "server" section | Félix Sipma | |
| Signed-off-by: Félix Sipma <felix.sipma@no-log.org> | |||
| 2015-09-21 | Unbound: fix bug with duplicate "server" section | Félix Sipma | |
| Signed-off-by: Félix Sipma <felix.sipma@no-log.org> | |||
