aboutsummaryrefslogtreecommitdiffstats
path: root/modules/subversion/templates/irker.conf
diff options
context:
space:
mode:
Diffstat (limited to 'modules/subversion/templates/irker.conf')
-rw-r--r--modules/subversion/templates/irker.conf7
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/subversion/templates/irker.conf b/modules/subversion/templates/irker.conf
new file mode 100644
index 00000000..d037a120
--- /dev/null
+++ b/modules/subversion/templates/irker.conf
@@ -0,0 +1,7 @@
+<%-
+ content = ''
+ @irker_conf.keys.sort.each {|key|
+ content += key + ' = ' + @irker_conf[key] + "\n"
+ }
+-%>
+<%= content %>