summaryrefslogtreecommitdiff
path: root/doc/usage.mdwn
diff options
context:
space:
mode:
authorJoey Hess2017-12-31 11:06:05 -0400
committerJoey Hess2017-12-31 11:06:05 -0400
commit242e24ace0a0cebd49d1173b68ee0dc3bd07aa1f (patch)
treee611dbea619f6655ba137f1dbfb6bef31526f3c1 /doc/usage.mdwn
parent54a85b53f65a5b11168223c9ff6157d13cf975cc (diff)
document propellor.buildsystem
Diffstat (limited to 'doc/usage.mdwn')
-rw-r--r--doc/usage.mdwn5
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.