diff options
author | Zarino Zappia <mail@zarino.co.uk> | 2017-06-30 10:51:57 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-08-10 12:51:15 +0100 |
commit | 97fb9772bc96e82f2edb8a9191dd359b07a04fa7 (patch) | |
tree | c10acb19c6476a24d2832143b3fd0dd9e6f3d088 /conf | |
parent | eda7a2d88e13a89e22843203cf4f749c8679b4d7 (diff) |
Add switch-site script for easily switching config
Given a set of config files of the format `conf/general-{cobrand}.yml`
this script lets you easily create and recreate a symlink at
`conf/general.yml` that points to the cobrand config of your choice. The
test suite also then uses this naming convention.
Diffstat (limited to 'conf')
-rw-r--r-- | conf/.gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/.gitignore b/conf/.gitignore index 86ecc7e03..25c6cc743 100644 --- a/conf/.gitignore +++ b/conf/.gitignore @@ -1,6 +1,6 @@ /general.yml /general.yml.deployed -/general.test-autogenerated*.yml +/general-*.yml /httpd.conf /httpd.conf.deployed /crontab |