aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mars-attacks.org>2013-06-24 15:49:19 +0200
committerNicolas Vigier <boklm@mars-attacks.org>2013-06-24 15:49:19 +0200
commit3732abe657d773d461a92e14aa94678585a78ff2 (patch)
tree3b952f180a9af119dee04c12110ca0bd21578250
parent64566f582283e6de77d048496d6682957264e3cc (diff)
downloadmgagit-3732abe657d773d461a92e14aa94678585a78ff2.tar
mgagit-3732abe657d773d461a92e14aa94678585a78ff2.tar.gz
mgagit-3732abe657d773d461a92e14aa94678585a78ff2.tar.bz2
mgagit-3732abe657d773d461a92e14aa94678585a78ff2.tar.xz
mgagit-3732abe657d773d461a92e14aa94678585a78ff2.zip
Set repo descriptions
-rw-r--r--NEWS1
-rw-r--r--tmpl/repodef_repo.gl1
-rw-r--r--tmpl/soft_repo.gl1
3 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b94d543..e09f192 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,7 @@
- add repodef_repo.gl template
- allow defining repos directly in main config file
- set commits mailing lists
+- set repo descriptions
Version 0.1
diff --git a/tmpl/repodef_repo.gl b/tmpl/repodef_repo.gl
index bffb60b..145382b 100644
--- a/tmpl/repodef_repo.gl
+++ b/tmpl/repodef_repo.gl
@@ -4,3 +4,4 @@ repo [% repo %]
R = @all
config hooks.mailinglist = sysadmin-commits@ml.mageia.org
config hooks.emailprefix = [% repo %]
+ config gitweb.description = [% r.repos.$repo.description %]
diff --git a/tmpl/soft_repo.gl b/tmpl/soft_repo.gl
index 11a6482..c009a0d 100644
--- a/tmpl/soft_repo.gl
+++ b/tmpl/soft_repo.gl
@@ -9,3 +9,4 @@ repo [% repo %]
config hooks.mailinglist = soft-commits@ml.mageia.org
[% END -%]
config hooks.emailprefix = [% repo %]
+ config gitweb.description = [% r.repos.$repo.description %]