
In same way as other config files, add a sane default list, and allow manifest to override that list, to configure cgitrc from the manifest. Change-Id: I5c8ef0e7036c4b7a33aa12dc502c048af0499dda
8 lines
194 B
Plaintext
8 lines
194 B
Plaintext
#
|
|
# See cgitrc(5) or /usr/share/doc/cgit-*/cgitrc.5.html for details
|
|
#
|
|
|
|
<% final_cgitrc_settings.keys.sort.each do |setting| -%>
|
|
<%= setting -%>=<%= final_cgitrc_settings[setting] %>
|
|
<% end -%>
|