From 22a51bac7720a9a7923fa94f0f49a1c008d0d58f Mon Sep 17 00:00:00 2001 From: Ben Bodenmiller Date: Sun, 9 Nov 2014 03:31:11 -0800 Subject: [PATCH] config time zone [ci skip] --- doc/update/7.4-to-7.5.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 doc/update/7.4-to-7.5.md diff --git a/doc/update/7.4-to-7.5.md b/doc/update/7.4-to-7.5.md new file mode 100644 index 00000000000..b54d9c7398b --- /dev/null +++ b/doc/update/7.4-to-7.5.md @@ -0,0 +1,15 @@ +# From 7.4 to 7.5 + +### Update config files + +#### New configuration options for `gitlab.yml` + +There are new configuration options available for [`gitlab.yml`](config/gitlab.yml.example). View them with the command below and apply them to your current `gitlab.yml`. + +``` +git diff origin/7-4-stable:config/gitlab.yml.example origin/7-5-stable:config/gitlab.yml.example +``` + +#### Setup time zone + +Set your time zone in `gitlab.yml` and, if you set it previously, unset it in [`application.rb`](config/application.rb) -- GitLab