propellor spin

This commit is contained in:
Joey Hess 2014-04-13 14:18:31 -04:00
parent 70a5e9fe7b
commit 3835e6b1c7
Failed to extract signature
1 changed files with 1 additions and 2 deletions

View File

@ -80,8 +80,7 @@ cloned owner url dir mbranch = check originurl (Property desc checkout)
removeDirectoryRecursive dir
createDirectoryIfMissing True (takeDirectory dir)
ensureProperty $ userScriptProperty owner $ catMaybes
[ Just "set -x"
, Just $ "git clone " ++ shellEscape url ++ " " ++ shellEscape dir
[ Just $ "git clone " ++ shellEscape url ++ " " ++ shellEscape dir
, Just $ "cd " ++ shellEscape dir
, ("git checkout " ++) <$> mbranch
]