diff options
| author | Joey Hess <joeyh@joeyh.name> | 2017-07-04 12:23:41 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2017-07-04 12:25:11 -0400 |
| commit | c503e4f8458f4794ef153f3eda2cceb9c9741804 (patch) | |
| tree | e542c90c8e4eb2bbdc9fcc72abe84fd002034f44 /src/Propellor/Bootstrap.hs | |
| parent | 79828d66051db6dd0bdcda0953244cda2dc2231f (diff) | |
Bootstrap.bootstrappedFrom: Fix bug that caused propellor to only be built from the bootstrapped config the first time.
When the config changes, the bootstrapped propellor needs to get rebuilt.
This commit was sponsored by Fernando Jimenez on Patreon.
Diffstat (limited to 'src/Propellor/Bootstrap.hs')
| -rw-r--r-- | src/Propellor/Bootstrap.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Propellor/Bootstrap.hs b/src/Propellor/Bootstrap.hs index a3b7f315..4b3f2da2 100644 --- a/src/Propellor/Bootstrap.hs +++ b/src/Propellor/Bootstrap.hs @@ -3,6 +3,8 @@ module Propellor.Bootstrap ( checkBinaryCommand, installGitCommand, buildPropellor, + checkDepsCommand, + buildCommand, ) where import Propellor.Base |
