Skip to content
Snippets Groups Projects
Commit 2e6ce0d9 authored by Ian Baum's avatar Ian Baum
Browse files

Adding gitaly build configuration

parent 0edcf58c
No related branches found
No related tags found
1 merge request!1380Resolve "Build gitaly"
Loading
Loading
@@ -26,6 +26,8 @@ postgres-exporter:
remote: "git@dev.gitlab.org:omnibus-mirror/postgres_exporter.git"
redis-exporter:
remote: "git@dev.gitlab.org:omnibus-mirror/redis_exporter.git"
gitaly:
remote: 'git@dev.gitlab.org:gitlab/gitaly'
 
# For local builds, use the public repositories given below. They are mirrord
# from the internal repositories that GitLab uses.
Loading
Loading
@@ -58,3 +60,5 @@ redis-exporter:
#remote: "https://gitlab.com/omnibus-mirror/postgres_exporter.git"
#redis-exporter:
#remote: "https://gitlab.com/omnibus-mirror/redis_exporter.git"
#gitaly:
#remote: 'https://gitlab.com/gitlab-org/gitaly'
master
Loading
Loading
@@ -94,6 +94,7 @@ dependency 'gitlab-cookbooks'
dependency 'gitlab-selinux'
dependency 'gitlab-scripts'
dependency 'gitlab-config-template'
dependency 'gitaly'
dependency 'mattermost'
dependency 'node-exporter'
dependency 'prometheus'
Loading
Loading
#
# Copyright:: Copyright (c) 2017 GitLab Inc.
#
# 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.
#
require "#{Omnibus::Config.project_root}/lib/gitlab/version"
version = Gitlab::Version.new('gitaly')
name 'gitaly'
default_version version.print
license 'MIT'
license_file 'LICENSE'
source git: version.remote
build do
make "install PREFIX=#{install_dir}/embedded"
end
Loading
Loading
@@ -37,6 +37,8 @@ module Gitlab
"GITLAB_WORKHORSE_VERSION"
when "gitlab-pages"
"GITLAB_PAGES_VERSION"
when 'gitaly'
'GITALY_VERSION'
else
nil
end
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