From fab876b9f9804ecbc950f676e3cf06e65db8acc1 Mon Sep 17 00:00:00 2001 From: Aurelio Jargas Date: Wed, 22 Apr 2015 18:41:05 -0300 Subject: Remove duplicate CHANGELOG line for v7.10.0 The other one is 3 lines below the removed. --- CHANGELOG | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 5bb6842f500..b537f4212d1 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -95,7 +95,6 @@ v 7.10.0 (unreleased) - Fixed link paths for HTTP and SSH on the admin project view (Jeremy Maziarz) - Fix and improve help rendering (Sullivan Sénéchal) - Fix final line in EmailsOnPush email diff being rendered as error. - - Authometic setup GitLab CI project for forks if origin project has GitLab CI enabled - Prevent duplicate Buildkite service creation. - Fix git over ssh errors 'fatal: protocol error: bad line length character' - Automatically setup GitLab CI project for forks if origin project has GitLab CI enabled -- cgit v1.2.1 From fc79f7382ce08bf3ad0daa70be6ea0603304f2af Mon Sep 17 00:00:00 2001 From: win32 Date: Sat, 2 May 2015 11:04:07 +0000 Subject: Update config.yml.example --- config/gitlab.yml.example | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example index ba40671b162..e9d962b1901 100644 --- a/config/gitlab.yml.example +++ b/config/gitlab.yml.example @@ -12,6 +12,9 @@ # 2. Update gitlab -> host with your fully qualified domain name # 3. Update gitlab -> email_from # 4. If you installed Git from source, change git -> bin_path to /usr/local/bin/git + IMPORTANT: If Git was installed in a different location use that instead. + You can check with `which git`. If a wrong path of Git is specified, it will + result in various issues such as failures of GitLab CI builds. # 5. Review this configuration file for other settings you may want to adjust production: &base @@ -334,4 +337,4 @@ test: sync_ssh_keys: false staging: - <<: *base + <<: *base \ No newline at end of file -- cgit v1.2.1