diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-01-06 01:00:48 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-01-06 01:00:48 -0400 |
| commit | ff7f70d2805f9f24655fd6a8e510419803658606 (patch) | |
| tree | b5f52d2c22cd4e34572c5f1cacce442e139d3ac7 /src | |
| parent | d3ed4f10c11d41edc53ee082695619e52d100a38 (diff) | |
add update-server-info, so the repo has all current branches published over http
Diffstat (limited to 'src')
| -rw-r--r-- | src/Propellor/Property/SiteSpecific/JoeySites.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Propellor/Property/SiteSpecific/JoeySites.hs b/src/Propellor/Property/SiteSpecific/JoeySites.hs index 2df6749d..75611f0d 100644 --- a/src/Propellor/Property/SiteSpecific/JoeySites.hs +++ b/src/Propellor/Property/SiteSpecific/JoeySites.hs @@ -209,6 +209,7 @@ annexWebSite origin hn uuid remotes = propertyList (hn ++" website using git-ann , "git config annex.uuid " ++ shellEscape uuid ] ++ map addremote remotes ++ [ "git annex get" + , "git update-server-info" ] addremote (name, url) = "git remote add " ++ shellEscape name ++ " " ++ shellEscape url setupapache = toProp $ Apache.siteEnabled hn $ apachecfg hn True $ |
