Skip to content
Snippets Groups Projects
Commit 0ff7678b authored by Jacob Vosmaer's avatar Jacob Vosmaer
Browse files

Build gitlab-workhorse instead of GGHS

parent 0d7362ba
No related branches found
No related tags found
1 merge request!528Replace gitlab-git-http-server with gitlab-workhorse
Loading
Loading
@@ -69,7 +69,7 @@ dependency "nodejs"
dependency "gitlab-ci"
dependency "gitlab-rails"
dependency "gitlab-shell"
dependency "gitlab-git-http-server"
dependency "gitlab-workhorse"
dependency "gitlab-ctl"
dependency "gitlab-cookbooks"
dependency "gitlab-selinux"
Loading
Loading
Loading
Loading
@@ -15,10 +15,10 @@
# limitations under the License.
#
 
name "gitlab-git-http-server"
default_version "bf2a3cedd9b631939330d2e54241f95a7b478763" # 0.3.0
name "gitlab-workhorse"
default_version "5e28545e0441d02ae2734553bce17353ebf43b26" # 0.4.0
 
source :git => "https://gitlab.com/gitlab-org/gitlab-git-http-server.git"
source :git => "https://gitlab.com/gitlab-org/gitlab-workhorse.git"
 
build do
make "install PREFIX=#{install_dir}/embedded"
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment