In my gitolite.conf
file I've added a bunch of config gitweb.description
lines but I dont see the changes when I view gitweb. If I look in the repos on the server the description
hasn't been updated.
How do I get them to sync up?
In my gitolite.conf
file I've added a bunch of config gitweb.description
lines but I dont see the changes when I view gitweb. If I look in the repos on the server the description
hasn't been updated.
How do I get them to sync up?
Normally, the update happens on pushing that gitolite-admin repo back to the gitolite server, through triggers.
You can manually trigger them on the server to see if that makes any difference:
gitolite trigger POST_COMPILE
Make sure the description is within a repo section:
repo myrepo
config gitweb.description = some description
Double check the content of the projects.list
file, and that your GIT_HTTP_BACKEND
is well set.