https://bugzilla.wikimedia.org/show_bug.cgi?id=57862
Chad H. <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever confirmed|0 |1 --- Comment #2 from Chad H. <[email protected]> --- (In reply to comment #1) > I was just looking at the docs for gitblit [1]. It looks like it uses the > local > git repo's config file. So doing something like git config > gitblit.description > "Desc here", on the git blit server might be what is needed to set it > > > [1] http://gitblit.com/setup.html Yeah. Gerrit stores this info in refs/meta/config. Maybe we could setup a cron to fetch the data from there and set it via git config like you suggest. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
