propellor spin

This commit is contained in:
Joey Hess 2014-04-01 18:34:01 -04:00
parent 7200baa08a
commit 526b59d2bc
Failed to extract signature
1 changed files with 1 additions and 2 deletions

View File

@ -26,12 +26,11 @@ builder arch crontimes = combineProperties "gitannexbuilder"
[ "git clone git://git.kitenet.net/gitannexbuilder " ++ builddir [ "git clone git://git.kitenet.net/gitannexbuilder " ++ builddir
, "cd " ++ builddir , "cd " ++ builddir
, "git checkout " ++ map toLower (show arch) , "git checkout " ++ map toLower (show arch)
, "git clone git://git-annex.branchable.com/ build"
] ]
`describe` "gitbuilder setup" `describe` "gitbuilder setup"
, check (lacksdir $ builddir </> "git-annex") $ userScriptProperty builduser , check (lacksdir $ builddir </> "git-annex") $ userScriptProperty builduser
[ "cd " ++ builddir [ "cd " ++ builddir
, "git clone https://git-annex.branchable.com/ git-annex" , "git clone git://git-annex.branchable.com/ build"
] ]
, Cron.niceJob "gitannexbuilder" crontimes builduser ("~/" ++ builddir) "git pull ; ./autobuild" , Cron.niceJob "gitannexbuilder" crontimes builduser ("~/" ++ builddir) "git pull ; ./autobuild"
-- The builduser account does not have a password set, -- The builduser account does not have a password set,