aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rw-r--r--tmpl/soft_repo.gl2
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index f6bc59f..f22fa60 100644
--- a/NEWS
+++ b/NEWS
@@ -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 %]