diff options
| author | Joey Hess <joeyh@joeyh.name> | 2017-12-31 11:06:05 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2017-12-31 11:06:05 -0400 |
| commit | 242e24ace0a0cebd49d1173b68ee0dc3bd07aa1f (patch) | |
| tree | e611dbea619f6655ba137f1dbfb6bef31526f3c1 | |
| parent | 54a85b53f65a5b11168223c9ff6157d13cf975cc (diff) | |
document propellor.buildsystem
| -rw-r--r-- | doc/usage.mdwn | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/usage.mdwn b/doc/usage.mdwn index 3d32538f..fb19250e 100644 --- a/doc/usage.mdwn +++ b/doc/usage.mdwn @@ -160,6 +160,11 @@ spin when the foo branch is not checked out. `git config propellor.forbid-dirty-spin true` will configure propellor to refuse to spin when there are uncommitted changes in the `~/.propellor` repository. +`git config propellor.buildsystem stack` makes propellor use stack for +building itself, rather than the default cabal. This only controls the +local build of propellor; Hosts can have properties set to control how +propellor is built on them. + The usual git configuration controls which centralized repository (if any) propellor pushes and pulls from. |
