summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2015-04-07propellor spinJoey Hess
2015-04-07split out a moduleJoey Hess
2015-04-02/dev/null any error from propellor --checkJoey Hess
This includes "unknown option" from old versions of propellor..
2015-04-02Make propellor resistent to changes to shared libraries, such as libffiJoey 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-22simplify setup process for minimal config modeJoey Hess
Allow cloning a branch. Updated wrapper to check for propellor.cabal and not try to update if it's not present, to handle this case.
2015-03-21propellor spinJoey Hess
2015-03-16propellor spinJoey Hess
2015-03-13propellor spinJoey Hess
2015-03-13propellor spinJoey Hess
2015-03-12propellor spinJoey Hess
2015-03-12propellor spinJoey Hess
2015-03-12need openssl for shellinabox with sslJoey Hess
2015-03-12propellor spinJoey Hess
2015-03-12propellor spinJoey Hess
2015-03-12propellor spinJoey Hess
2015-03-12propellor spinJoey Hess
2015-03-12propellor spinJoey Hess
2015-03-12seems that setting postfix/destinations to " " makes debconf put in aJoey Hess
default config, not appropriate for a client relay. Set to localhost instead.
2015-03-12propellor spinJoey Hess
2015-03-12propellor spinJoey Hess
2015-03-12propellor spinJoey Hess
2015-03-12propellor spinJoey Hess
2015-03-12propellor spinJoey Hess
2015-03-12propellor spinJoey Hess
2015-03-12propellor spinJoey Hess
2015-03-11propellor spinJoey Hess
2015-03-11propellor spinJoey Hess
2015-03-11propellor spinJoey Hess
2015-03-11propellor spinJoey Hess
2015-03-11propellor spinJoey Hess
2015-03-11propellor spinJoey Hess
2015-03-11propellor spinJoey Hess
2015-03-11propellor spinJoey Hess
2015-03-11propellor spinJoey Hess
2015-03-11propellor spinJoey Hess
2015-03-06propellor spinJoey Hess
2015-02-28better deps installationJoey Hess
Less special cases, and will work more broadly.
2015-02-28support installing build deps using pure cabal, rather than debian packagesJoey Hess
for non-debian systems
2015-02-28avoid using the makefile when bootstrapping with --spinJoey Hess
2015-02-28Propellor now builds itself without needing the Makefile.Joey Hess
2015-02-27propellor spinJoey Hess
2015-02-27propellor spinJoey Hess
2015-02-27propellor spinJoey Hess
2015-02-27propellor spinJoey Hess
2015-02-25Add shebang to cron.daily etc files.Joey Hess
2015-02-19endpointJoey Hess
2015-02-16When running shimmed (eg in a docker container), improve process name ↵Joey Hess
visible in ps.
2015-02-13propellor spinJoey Hess
2015-02-12ssh user perm fixesJoey 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-10propellor spinJoey Hess