diff options
author | Nicolas Vigier <boklm@mars-attacks.org> | 2013-06-24 15:23:39 +0200 |
---|---|---|
committer | Nicolas Vigier <boklm@mars-attacks.org> | 2013-06-24 15:23:39 +0200 |
commit | 61b5af7e42f23ad53956c083fc6a9271e2d58cff (patch) | |
tree | 2cc12d0ff5b64109907ab761718dac9451985985 | |
parent | e9e6a950e782419853b4a3b2593445eb6c85de03 (diff) | |
download | mgagit-61b5af7e42f23ad53956c083fc6a9271e2d58cff.tar mgagit-61b5af7e42f23ad53956c083fc6a9271e2d58cff.tar.gz mgagit-61b5af7e42f23ad53956c083fc6a9271e2d58cff.tar.bz2 mgagit-61b5af7e42f23ad53956c083fc6a9271e2d58cff.tar.xz mgagit-61b5af7e42f23ad53956c083fc6a9271e2d58cff.zip |
Add repodef_repo.gl template
-rw-r--r-- | NEWS | 1 | ||||
-rw-r--r-- | tmpl/repodef_repo.gl | 4 |
2 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,4 @@ +- add repodef_repo.gl template - allow defining repos directly in main config file Version 0.1 diff --git a/tmpl/repodef_repo.gl b/tmpl/repodef_repo.gl new file mode 100644 index 0000000..8d18b2b --- /dev/null +++ b/tmpl/repodef_repo.gl @@ -0,0 +1,4 @@ +repo [% repo %] + RW master = [% r.repos.$repo.maintainer %] + RW+ user/USER/ = @all + R = @all |