propellor spin

This commit is contained in:
Joey Hess 2014-04-01 17:26:16 -04:00
parent defb0bd037
commit a69b0a2cc8
Failed to extract signature
1 changed files with 2 additions and 3 deletions

View File

@ -17,12 +17,11 @@ builder :: Arch -> CronTimes -> Property
builder arch crontimes = combineProperties
[ Apt.stdSourcesList Unstable
, Apt.buildDep ["git-annex"]
, Apt.installed ["git", "rsync", "liblockfile-simple-perl"]
, Apt.installed ["git", "rsync", "liblockfile-simple-perl", "cabal"]
, serviceRunning "cron" `requires` Apt.installed ["cron"]
, User.accountFor builduser
, check (lacksdir builddir) $ userScriptProperty builduser
[ "cabal update"
, "git clone https://github.com/joeyh/gitbuilder/"
[ "git clone https://github.com/joeyh/gitbuilder/"
, "cd gitbuilder"
, "git checkout " ++ arch
, "git clone https://git-annex.branchable.com/ git-annex"