aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 %]