| commit | 245ba21efa86e5ec75f9c845e2a734c0b69f6b4f | [log] [tgz] |
|---|---|---|
| author | David Pursehouse <david.pursehouse@sonymobile.com> | Fri Apr 17 15:15:58 2015 +0900 |
| committer | David Pursehouse <david.pursehouse@sonymobile.com> | Fri Apr 17 15:15:58 2015 +0900 |
| tree | 7b2661dd4a0a574e228bf0e9047e500f7213f36f | |
| parent | a6000d0b55b079953448ff3a1e100de92bf34905 [diff] |
Buck: make target name same as git basename Change-Id: I72737a4938720ce8d8c8892db225e081ed97e872
This plugin allows to use an own web service to load the avatar images from.
Options:
avatar.url - the location of avatar images containing %s, which will then be replaced by the username. Required.avatar.changeUrl - the URL shown in Gerrit's user settings to tell the user, where the avatar can be changed. Optional.Example (to be added to etc/gerrit.config):
[avatar] url = http://example.org/avatars/%s.jpg changeUrl = http://example.org/account.html
Please note that http:// URLs will be automatically rewritten to https://, if gerrit.canonicalWebUrl uses HTTPS.