diff options
author | Nicolas Vigier <boklm@mars-attacks.org> | 2013-06-21 18:46:40 +0200 |
---|---|---|
committer | Nicolas Vigier <boklm@mars-attacks.org> | 2013-06-21 18:47:20 +0200 |
commit | 26a30df329ca1310a2b54bb50974a3b96af41ce3 (patch) | |
tree | 5d7b4619a18e24fe88ccf4a491b13b392023dfbc /tmpl | |
download | mgagit-26a30df329ca1310a2b54bb50974a3b96af41ce3.tar mgagit-26a30df329ca1310a2b54bb50974a3b96af41ce3.tar.gz mgagit-26a30df329ca1310a2b54bb50974a3b96af41ce3.tar.bz2 mgagit-26a30df329ca1310a2b54bb50974a3b96af41ce3.tar.xz mgagit-26a30df329ca1310a2b54bb50974a3b96af41ce3.zip |
Initial commit
Diffstat (limited to 'tmpl')
-rw-r--r-- | tmpl/soft_repo.gl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tmpl/soft_repo.gl b/tmpl/soft_repo.gl new file mode 100644 index 0000000..1e12256 --- /dev/null +++ b/tmpl/soft_repo.gl @@ -0,0 +1,5 @@ +repo [% repo %] + RW master = [% r.repos.$repo.maintainer %] + RW release/ = [% r.repos.$repo.maintainer %] + RW+ user/USER/ = @all + R = @all |