propellor spin
This commit is contained in:
parent
defb0bd037
commit
a69b0a2cc8
|
@ -17,12 +17,11 @@ builder :: Arch -> CronTimes -> Property
|
||||||
builder arch crontimes = combineProperties
|
builder arch crontimes = combineProperties
|
||||||
[ Apt.stdSourcesList Unstable
|
[ Apt.stdSourcesList Unstable
|
||||||
, Apt.buildDep ["git-annex"]
|
, 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"]
|
, serviceRunning "cron" `requires` Apt.installed ["cron"]
|
||||||
, User.accountFor builduser
|
, User.accountFor builduser
|
||||||
, check (lacksdir builddir) $ userScriptProperty builduser
|
, check (lacksdir builddir) $ userScriptProperty builduser
|
||||||
[ "cabal update"
|
[ "git clone https://github.com/joeyh/gitbuilder/"
|
||||||
, "git clone https://github.com/joeyh/gitbuilder/"
|
|
||||||
, "cd gitbuilder"
|
, "cd gitbuilder"
|
||||||
, "git checkout " ++ arch
|
, "git checkout " ++ arch
|
||||||
, "git clone https://git-annex.branchable.com/ git-annex"
|
, "git clone https://git-annex.branchable.com/ git-annex"
|
||||||
|
|
Loading…
Reference in New Issue