summaryrefslogtreecommitdiff
path: root/Propellor/Property
diff options
context:
space:
mode:
authorJoey Hess2014-04-01 18:34:01 -0400
committerJoey Hess2014-04-01 18:34:01 -0400
commit526b59d2bc8d858601a52b89dbdc6054969e024b (patch)
treeb228456d3dfce7e4f3e08d5d42fbc4a3efc52070 /Propellor/Property
parent7200baa08a4b841cfc327030f5d66e1f36ac4a5d (diff)
propellor spin
Diffstat (limited to 'Propellor/Property')
-rw-r--r--Propellor/Property/SiteSpecific/GitAnnexBuilder.hs3
1 files changed, 1 insertions, 2 deletions
diff --git a/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs b/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs
index b92d5dac..04f631fb 100644
--- a/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs
+++ b/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs
@@ -26,12 +26,11 @@ builder arch crontimes = combineProperties "gitannexbuilder"
[ "git clone git://git.kitenet.net/gitannexbuilder " ++ builddir
, "cd " ++ builddir
, "git checkout " ++ map toLower (show arch)
- , "git clone git://git-annex.branchable.com/ build"
]
`describe` "gitbuilder setup"
, check (lacksdir $ builddir </> "git-annex") $ userScriptProperty builduser
[ "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"
-- The builduser account does not have a password set,