diff options
| author | Joey Hess <joey@kitenet.net> | 2014-04-01 18:35:46 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-04-01 18:35:46 -0400 |
| commit | c9c6d8f462edbf7a2174c226001dbc111680597f (patch) | |
| tree | fc986d2b4f9f4c146428f093e2b6e97c90de16ff | |
| parent | 526b59d2bc8d858601a52b89dbdc6054969e024b (diff) | |
propellor spin
| -rw-r--r-- | Propellor/Property/SiteSpecific/GitAnnexBuilder.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs b/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs index 04f631fb..c8173b81 100644 --- a/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs +++ b/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs @@ -28,7 +28,7 @@ builder arch crontimes = combineProperties "gitannexbuilder" , "git checkout " ++ map toLower (show arch) ] `describe` "gitbuilder setup" - , check (lacksdir $ builddir </> "git-annex") $ userScriptProperty builduser + , check (lacksdir $ builddir </> "build") $ userScriptProperty builduser [ "cd " ++ builddir , "git clone git://git-annex.branchable.com/ build" ] |
