在我的gitolite.conf
文件中,我添加了一堆config gitweb.description
行,但在查看gitweb时我看不到更改。如果我查看服务器上的存储库,description
尚未更新。
如何让它们同步?
答案 0 :(得分:0)
通常情况下,通过triggers将gitolite-admin repo推回gitolite服务器进行更新。
您可以在服务器上手动触发它们,看看是否有任何区别:
gitolite trigger POST_COMPILE
确保描述在回购部分内:
repo myrepo
config gitweb.description = some description
仔细检查content of the projects.list
file,以及GIT_HTTP_BACKEND
is well set。