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

Build gitlab-git-http-server

This requires a Golang compiler
parent b9f1bccc
No related branches found
No related tags found
1 merge request!423Add gitlab-git-http-server (disabled by default)
Loading
Loading
@@ -69,6 +69,7 @@ dependency "nodejs"
dependency "gitlab-ci"
dependency "gitlab-rails"
dependency "gitlab-shell"
dependency "gitlab-git-http-server"
dependency "gitlab-ctl"
dependency "gitlab-cookbooks"
dependency "gitlab-selinux"
Loading
Loading
#
# Copyright:: Copyright (c) 2015 GitLab B.V.
# License:: Apache License, Version 2.0
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
name "gitlab-git-http-server"
default_version "85e4d75c885617c983ecc664348195e3b06daf6a" # 0.2.0
source :git => "https://gitlab.com/gitlab-org/gitlab-git-http-server.git"
build do
make "install PREFIX=#{install_dir}/embedded"
end
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