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