diff options
author | Nicolas Vigier <boklm@mars-attacks.org> | 2013-07-15 21:49:24 +0200 |
---|---|---|
committer | Nicolas Vigier <boklm@mars-attacks.org> | 2013-07-15 21:49:24 +0200 |
commit | fd026afc026bb1f932f0a0ddcd5f8b023c2605da (patch) | |
tree | b23fab7d381230310b58424d3dddee0e74aff218 | |
parent | 2da7413e52e724cbce6c57f83af66a3c95ee658d (diff) | |
download | mgagit-fd026afc026bb1f932f0a0ddcd5f8b023c2605da.tar mgagit-fd026afc026bb1f932f0a0ddcd5f8b023c2605da.tar.gz mgagit-fd026afc026bb1f932f0a0ddcd5f8b023c2605da.tar.bz2 mgagit-fd026afc026bb1f932f0a0ddcd5f8b023c2605da.tar.xz mgagit-fd026afc026bb1f932f0a0ddcd5f8b023c2605da.zip |
soft_repo.gl: remove '<>' from gitweb.owner
Temporary fix, as gitolite doesn't like this
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | tmpl/soft_repo.gl | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,3 +1,5 @@ +- soft_repo.gl: remove '<>' from gitweb.owner as gitolite doesn't like this + Version 0.6 - use Git::Repository instead of Git module diff --git a/tmpl/soft_repo.gl b/tmpl/soft_repo.gl index 69e9c30..11d8a82 100644 --- a/tmpl/soft_repo.gl +++ b/tmpl/soft_repo.gl @@ -16,7 +16,7 @@ repo [% repo %] config hooks.emailprefix = [% repo %] config gitweb.description = [% r.repos.$repo.description %] [% IF r.users.$maintainer -%] - config gitweb.owner = [% r.users.$maintainer.cn.0 %] <[% maintainer %]@mageia.org> + config gitweb.owner = [% r.users.$maintainer.cn.0 %] - [% maintainer %] [% END -%] [% IF r.repos.$repo.noemail -%] config hooks.noemail = [% r.repos.$repo.noemail %] |