git commit may or may not be signed

This commit is contained in:
Joey Hess 2014-11-20 00:55:28 -04:00
parent 80e465185f
commit 0d4dd37ee7
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ updateFirst' cmdline next = ifM fetchOrigin
spin :: HostName -> Host -> IO () spin :: HostName -> Host -> IO ()
spin hn hst = do spin hn hst = do
void $ actionMessage "Git commit (signed)" $ void $ actionMessage "Git commit" $
gitCommit [Param "--allow-empty", Param "-a", Param "-m", Param "propellor spin"] gitCommit [Param "--allow-empty", Param "-a", Param "-m", Param "propellor spin"]
-- Push to central origin repo first, if possible. -- Push to central origin repo first, if possible.
-- The remote propellor will pull from there, which avoids -- The remote propellor will pull from there, which avoids