summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAugust Lilleaas <augustlilleaas@gmail.com>2009-06-09 13:46:17 +0200
committerAugust Lilleaas <augustlilleaas@gmail.com>2009-06-12 10:50:13 +0200
commitb828346db133c570b8a09860fafba59a30782ff5 (patch)
treee85abeb834e50df0b12da44227f763acabb24126
parent7dc6a9684ad21be290aa29816cf1b6875fef67a1 (diff)
downloadgitorious-mainline-outdated-b828346db133c570b8a09860fafba59a30782ff5.zip
gitorious-mainline-outdated-b828346db133c570b8a09860fafba59a30782ff5.tar.gz
gitorious-mainline-outdated-b828346db133c570b8a09860fafba59a30782ff5.tar.bz2
Adding a new configuration declaration to config/gitorious.yml that determines wether or not the deployment is the actual gitorious.org deployment. It is false by default. We do this so that people that downloads gitorious gets a less branded and über glossy gitorious, allowing us to go wild on the gitorious.org site, branding wise.
-rw-r--r--config/gitorious.sample.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/gitorious.sample.yml b/config/gitorious.sample.yml
index 281b7bf..84f3e58 100644
--- a/config/gitorious.sample.yml
+++ b/config/gitorious.sample.yml
@@ -52,3 +52,6 @@ test:
# Should we hide HTTP clone urls?
hide_http_clone_urls: false
+
+ # Is this gitorious.org? Read: should we have a very flashy homepage?
+ is_gitorious_dot_org: true \ No newline at end of file