From 242e24ace0a0cebd49d1173b68ee0dc3bd07aa1f Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 31 Dec 2017 11:06:05 -0400 Subject: document propellor.buildsystem --- doc/usage.mdwn | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc/usage.mdwn') 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. -- cgit v1.2.3