propellor spin

This commit is contained in:
Joey Hess 2014-04-13 14:15:49 -04:00
parent 8fb347b694
commit 70a5e9fe7b
Failed to extract signature
1 changed files with 2 additions and 1 deletions

View File

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