diff options
author | Nicolas Vigier <boklm@mars-attacks.org> | 2013-07-15 01:53:39 +0200 |
---|---|---|
committer | Nicolas Vigier <boklm@mars-attacks.org> | 2013-07-15 01:53:39 +0200 |
commit | 231c9281c7b0027888d495146d407adbb17efded (patch) | |
tree | 5bfa707b4a4650d24b975777966f6ef5abe3ce43 | |
parent | 5aeecc2010c6c41c6fc141d7329c25816da548ac (diff) | |
download | mgagit-231c9281c7b0027888d495146d407adbb17efded.tar mgagit-231c9281c7b0027888d495146d407adbb17efded.tar.gz mgagit-231c9281c7b0027888d495146d407adbb17efded.tar.bz2 mgagit-231c9281c7b0027888d495146d407adbb17efded.tar.xz mgagit-231c9281c7b0027888d495146d407adbb17efded.zip |
soft_repo.gl: use variable for maintainer
-rw-r--r-- | tmpl/soft_repo.gl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tmpl/soft_repo.gl b/tmpl/soft_repo.gl index d65cb7c..3844ae0 100644 --- a/tmpl/soft_repo.gl +++ b/tmpl/soft_repo.gl @@ -1,6 +1,7 @@ +[% SET maintainer = r.repos.$repo.maintainer %] repo [% repo %] - RW master = [% r.repos.$repo.maintainer %] - RW release/ = [% r.repos.$repo.maintainer %] + RW master = [% maintainer %] + RW release/ = [% maintainer %] RW+ user/USER/ = @all R = @all [% IF r.repos.$repo.mailinglist -%] |