propellor spin

This commit is contained in:
Joey Hess 2014-04-01 18:28:35 -04:00
parent 6d425cba7c
commit 8bdc8d189c
Failed to extract signature
1 changed files with 2 additions and 2 deletions

View File

@ -23,10 +23,10 @@ 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"
[ "git clone git://git.kitenet.net/gitannexbuilder"
, "cd gitbuilder"
, "git checkout " ++ map toLower (show arch)
, "git clone https://git-annex.branchable.com/ build"
, "git clone git://git-annex.branchable.com/ build"
]
`describe` "gitbuilder setup"
, Cron.niceJob "gitannexbuilder" crontimes builduser "~/gitbuilder" "git pull ; ./autobuild"