Commit d31383a9bc4b9671230c359a12cb184f3dd09b71

Authored by Alexandre Barbosa
1 parent 555e01f5
Exists in 7-0-stable-spb

Changed gitlab-hq source

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
config/software/gitlab-rails.rb
@@ -17,7 +17,7 @@ @@ -17,7 +17,7 @@
17 # 17 #
18 18
19 name "gitlab-rails" 19 name "gitlab-rails"
20 -default_version "master" # 7.0.0 20 +default_version "7-0-stable-spb" # 7.0.0
21 21
22 EE = system("#{Omnibus.project_root}/support/is_gitlab_ee.sh") 22 EE = system("#{Omnibus.project_root}/support/is_gitlab_ee.sh")
23 23
@@ -32,7 +32,7 @@ dependency "postgresql" @@ -32,7 +32,7 @@ dependency "postgresql"
32 dependency "python-docutils" 32 dependency "python-docutils"
33 dependency "mysql-client" if EE 33 dependency "mysql-client" if EE
34 34
35 -source :git => "https://github.com/macartur/gitlabhq.git" 35 +source :git => "https://github.com/colab/gitlabhq.git"
36 36
37 env = { 37 env = {
38 "LDFLAGS" => "-L#{install_dir}/embedded/lib -I#{install_dir}/embedded/include", 38 "LDFLAGS" => "-L#{install_dir}/embedded/lib -I#{install_dir}/embedded/include",