propellor spin

This commit is contained in:
Joey Hess 2014-04-01 18:35:46 -04:00
parent 526b59d2bc
commit c9c6d8f462
Failed to extract signature
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ builder arch crontimes = combineProperties "gitannexbuilder"
, "git checkout " ++ map toLower (show arch) , "git checkout " ++ map toLower (show arch)
] ]
`describe` "gitbuilder setup" `describe` "gitbuilder setup"
, check (lacksdir $ builddir </> "git-annex") $ userScriptProperty builduser , check (lacksdir $ builddir </> "build") $ userScriptProperty builduser
[ "cd " ++ builddir [ "cd " ++ builddir
, "git clone git://git-annex.branchable.com/ build" , "git clone git://git-annex.branchable.com/ build"
] ]