add update-server-info, so the repo has all current branches published over http

This commit is contained in:
Joey Hess 2015-01-06 01:00:48 -04:00
parent d3ed4f10c1
commit ff7f70d280
1 changed files with 1 additions and 0 deletions

View File

@ -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 $