propellor spin

This commit is contained in:
Joey Hess 2014-04-01 18:10:46 -04:00
parent 2452a4425d
commit a1c43469f6
Failed to extract signature
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ builder arch crontimes = combineProperties "gitannexbuilder"
, serviceRunning "cron" `requires` Apt.installed ["cron"]
, User.accountFor builduser
, check (lacksdir builddir) $ userScriptProperty builduser
[ "git clone https://github.com/joeyh/gitbuilder/"
[ "git clone https://github.com/joeyh/gitbuilder.git"
, "cd gitbuilder"
, "git checkout " ++ map toLower (show arch)
, "git clone https://git-annex.branchable.com/ build"