propellor spin
This commit is contained in:
parent
2452a4425d
commit
a1c43469f6
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue