propellor spin
This commit is contained in:
parent
fcfd18578f
commit
d5091b6082
|
@ -211,6 +211,7 @@ spin hn hst = do
|
|||
sendprivdata toh privdata
|
||||
loop
|
||||
Just NeedGitPush -> do
|
||||
print "NeedGitPush"
|
||||
sendMarked toh gitPushMarker ""
|
||||
unlessM (boolSystem "git" [Param "send-pack", Param "--thin", Param "."]) $
|
||||
warningMessage "git send-pack failed"
|
||||
|
|
Loading…
Reference in New Issue