diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-10-28 11:47:39 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-10-28 11:47:39 -0400 |
| commit | 1f0e7001aafb91e7ed168505db1aa62a8b070234 (patch) | |
| tree | 3d4ed609672e91b581d1baa705f0f014658afb4f /src/Propellor/Spin.hs | |
| parent | 92cc0610586f0875286a945ea21477f0fc852f08 (diff) | |
propellor spin
Diffstat (limited to 'src/Propellor/Spin.hs')
| -rw-r--r-- | src/Propellor/Spin.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Propellor/Spin.hs b/src/Propellor/Spin.hs index 49d80460..ef3dc2d1 100644 --- a/src/Propellor/Spin.hs +++ b/src/Propellor/Spin.hs @@ -208,8 +208,10 @@ updateServer target relay hst connect haveprecompiled getprivdata = loop (Just NeedPrivData) -> do print "START GET PRIVDATA" + hFlush stdout pd <- getprivdata print ("GOT PRIVDATA", M.size pd) + hFlush stdout sendPrivData hn toh pd loop (Just NeedGitClone) -> do |
