summaryrefslogtreecommitdiff
path: root/share/etc
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2014-06-17 13:34:14 +0000
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2014-06-27 16:52:47 +0000
commita1391120ed267bc0b809482cb7282ea032b3cfca (patch)
treee5b1eee9e2cc5eb808781ee8709b50a04b883263 /share/etc
parent65e9bbd177c49a7e0f102574d7731a13599a0d91 (diff)
downloadtrove-setup-a1391120ed267bc0b809482cb7282ea032b3cfca.tar.gz
Change placeholders to jinja placeholders
Diffstat (limited to 'share/etc')
-rw-r--r--share/etc/cgitrc6
-rw-r--r--share/etc/gitano-setup.clod4
-rw-r--r--share/etc/lorry.conf2
3 files changed, 6 insertions, 6 deletions
diff --git a/share/etc/cgitrc b/share/etc/cgitrc
index c526e17..28540dd 100644
--- a/share/etc/cgitrc
+++ b/share/etc/cgitrc
@@ -1,4 +1,4 @@
-clone-prefix=git://##TROVE_HOSTNAME## http://##TROVE_HOSTNAME##/git https://##TROVE_HOSTNAME##/git ssh://git@##TROVE_HOSTNAME##
+clone-prefix=git://{{ TROVE_HOSTNAME }} http://{{ TROVE_HOSTNAME }}/git https://{{ TROVE_HOSTNAME }}/git ssh://git@{{ TROVE_HOSTNAME }}
strict-export=git-daemon-export-ok
css=/cgit/cgit.css
@@ -8,8 +8,8 @@ head-include=/etc/cgit-trove-head.inc
footer=/etc/cgit-trove-footer.inc
enable-index-links=1
-root-title=##TROVE_TITLE## Git Repositories
-root-desc=Baserock Trove -- For ##TROVE_COMPANY##
+root-title={{ TROVE_ID }} Git Repositories
+root-desc=Baserock Trove -- For {{ TROVE_COMPANY }}
snapshots=tar.gz
enable-commit-graph=1
enable-log-filecount=1
diff --git a/share/etc/gitano-setup.clod b/share/etc/gitano-setup.clod
index b63aeb6..6139c4e 100644
--- a/share/etc/gitano-setup.clod
+++ b/share/etc/gitano-setup.clod
@@ -10,8 +10,8 @@ admin.realname "Trove Instance Administrator"
admin.email "trove@trove-instance"
admin.keyname "trove"
-site.name "##TROVE_TITLE## for ##TROVE_COMPANY##"
-log.prefix "##TROVE_LOG_PREFIX##"
+site.name "{{ TROVE_ID }} for {{ TROVE_COMPANY }}"
+log.prefix "{{ TROVE_ID }}"
use.htpasswd "yes"
diff --git a/share/etc/lorry.conf b/share/etc/lorry.conf
index 16552cb..cc94e8d 100644
--- a/share/etc/lorry.conf
+++ b/share/etc/lorry.conf
@@ -1,6 +1,6 @@
[config]
mirror-base-url-push = ssh://git@localhost
-mirror-base-url-fetch = git://##TROVE_HOSTNAME##
+mirror-base-url-fetch = git://{{ TROVE_HOSTNAME }}
bundle = never
bundle-dest = /home/lorry/bundles
tarball = always