Last modified: 2013-12-02 19:46:42 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T59862, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 57862 - GitBlit should display project "description" in "description" field, "owners" in "owners" field
GitBlit should display project "description" in "description" field, "owners"...
Status: NEW
Product: Wikimedia
Classification: Unclassified
Git/Gerrit (Other open bugs)
wmf-deployment
All All
: Unprioritized enhancement (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2013-12-02 18:26 UTC by sumanah
Modified: 2013-12-02 19:46 UTC (History)
5 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description sumanah 2013-12-02 18:26:58 UTC
https://git.wikimedia.org/summary/mediawiki%2Ftools%2Fmissing-from-wikipedia

doesn't have anything in the "description" or "owners" field. It should grab the repo description from Gerrit

https://gerrit.wikimedia.org/r/#/admin/projects/mediawiki/tools/missing-from-wikipedia

and the list of owners/maintainers from Gerrit as well.
Comment 1 Bawolff (Brian Wolff) 2013-12-02 19:09:31 UTC
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
Comment 2 Chad H. 2013-12-02 19:46:42 UTC
(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.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links