Merge pull request #64318 from flokli/gitlab-11.10.8
gitlab-ce, gitlab-ee: 11.10.5 -> 11.10.8
This commit is contained in:
commit
7c5cba5dd8
@ -1,32 +1,32 @@
|
|||||||
{
|
{
|
||||||
"ce": {
|
"ce": {
|
||||||
"version": "11.10.5",
|
"version": "11.10.8",
|
||||||
"repo_hash": "00bkdylcnz171jf8di05ygviplqzssazrfaqpwmbqwdjab2ax4yr",
|
"repo_hash": "1ygwkajkwhr2vzkzljfj6l1ypvmmzj9ps8ijha5m9qglkzjz0gsn",
|
||||||
"deb_hash": "1zsg4fhpl07pz76i4yynk38xs7cp9w4jcryxk7larbr25m48q4rb",
|
"deb_hash": "1b66yw0i795pahainx3rpqaliffmn5py0ws8is8f5hr7cghchln0",
|
||||||
"deb_url": "https://packages.gitlab.com/gitlab/gitlab-ce/packages/debian/stretch/gitlab-ce_11.10.5-ce.0_amd64.deb/download.deb",
|
"deb_url": "https://packages.gitlab.com/gitlab/gitlab-ce/packages/debian/stretch/gitlab-ce_11.10.8-ce.0_amd64.deb/download.deb",
|
||||||
"owner": "gitlab-org",
|
"owner": "gitlab-org",
|
||||||
"repo": "gitlab-ce",
|
"repo": "gitlab-ce",
|
||||||
"rev": "v11.10.5",
|
"rev": "v11.10.8",
|
||||||
"passthru": {
|
"passthru": {
|
||||||
"GITALY_SERVER_VERSION": "1.34.1",
|
"GITALY_SERVER_VERSION": "1.34.3",
|
||||||
"GITLAB_PAGES_VERSION": "1.5.0",
|
"GITLAB_PAGES_VERSION": "1.5.0",
|
||||||
"GITLAB_SHELL_VERSION": "9.0.0",
|
"GITLAB_SHELL_VERSION": "9.0.0",
|
||||||
"GITLAB_WORKHORSE_VERSION": "8.5.2"
|
"GITLAB_WORKHORSE_VERSION": "8.5.2"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"ee": {
|
"ee": {
|
||||||
"version": "11.10.5",
|
"version": "11.10.8",
|
||||||
"repo_hash": "0nla908l3513r87i3x2fa87j48wgykzpf7cqxddnahk98m0wgxvi",
|
"repo_hash": "1vw0d99w5bvagbl9xia5ik3754s7jgkh01b3wm77snfkcg31psb6",
|
||||||
"deb_hash": "02ri9b4xd77wqjnd49h5n77aylrb5xlq6xa26xn39kl326isaj41",
|
"deb_hash": "05fsjxlr56zv4wc90r6ns81n5h1ykafjsi8vq6h22gzxjjvaay7m",
|
||||||
"deb_url": "https://packages.gitlab.com/gitlab/gitlab-ee/packages/debian/stretch/gitlab-ee_11.10.5-ee.0_amd64.deb/download.deb",
|
"deb_url": "https://packages.gitlab.com/gitlab/gitlab-ee/packages/debian/stretch/gitlab-ee_11.10.8-ee.0_amd64.deb/download.deb",
|
||||||
"owner": "gitlab-org",
|
"owner": "gitlab-org",
|
||||||
"repo": "gitlab-ee",
|
"repo": "gitlab-ee",
|
||||||
"rev": "v11.10.5-ee",
|
"rev": "v11.10.8-ee",
|
||||||
"passthru": {
|
"passthru": {
|
||||||
"GITALY_SERVER_VERSION": "1.34.1",
|
"GITALY_SERVER_VERSION": "1.34.3",
|
||||||
"GITLAB_PAGES_VERSION": "1.5.0",
|
"GITLAB_PAGES_VERSION": "1.5.0",
|
||||||
"GITLAB_SHELL_VERSION": "9.0.0",
|
"GITLAB_SHELL_VERSION": "9.0.0",
|
||||||
"GITLAB_WORKHORSE_VERSION": "8.5.2"
|
"GITLAB_WORKHORSE_VERSION": "8.5.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -1,5 +1,5 @@
|
|||||||
{ stdenv, lib, fetchurl, fetchFromGitLab, bundlerEnv
|
{ stdenv, lib, fetchurl, fetchFromGitLab, bundlerEnv
|
||||||
, ruby, tzdata, git, procps, nettools, nixosTests
|
, ruby, tzdata, git, nettools, nixosTests
|
||||||
, gitlabEnterprise ? false
|
, gitlabEnterprise ? false
|
||||||
}:
|
}:
|
||||||
|
|
||||||
@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
|
|||||||
src = sources.gitlab;
|
src = sources.gitlab;
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
rubyEnv rubyEnv.wrappedRuby rubyEnv.bundler tzdata git procps nettools
|
rubyEnv rubyEnv.wrappedRuby rubyEnv.bundler tzdata git nettools
|
||||||
];
|
];
|
||||||
|
|
||||||
patches = [ ./remove-hardcoded-locations.patch ];
|
patches = [ ./remove-hardcoded-locations.patch ];
|
||||||
@ -49,9 +49,6 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
rm config/initializers/gitlab_shell_secret_token.rb
|
rm config/initializers/gitlab_shell_secret_token.rb
|
||||||
|
|
||||||
substituteInPlace app/controllers/admin/background_jobs_controller.rb \
|
|
||||||
--replace "ps -U" "${procps}/bin/ps -U"
|
|
||||||
|
|
||||||
sed -i '/ask_to_continue/d' lib/tasks/gitlab/two_factor.rake
|
sed -i '/ask_to_continue/d' lib/tasks/gitlab/two_factor.rake
|
||||||
sed -ri -e '/log_level/a config.logger = Logger.new(STDERR)' config/environments/production.rb
|
sed -ri -e '/log_level/a config.logger = Logger.new(STDERR)' config/environments/production.rb
|
||||||
'';
|
'';
|
||||||
|
@ -7,14 +7,14 @@ let
|
|||||||
gemdir = ./.;
|
gemdir = ./.;
|
||||||
};
|
};
|
||||||
in buildGoPackage rec {
|
in buildGoPackage rec {
|
||||||
version = "1.34.1";
|
version = "1.34.3";
|
||||||
name = "gitaly-${version}";
|
name = "gitaly-${version}";
|
||||||
|
|
||||||
src = fetchFromGitLab {
|
src = fetchFromGitLab {
|
||||||
owner = "gitlab-org";
|
owner = "gitlab-org";
|
||||||
repo = "gitaly";
|
repo = "gitaly";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1nj1vw3qzfg5azx70ssbjicwqjxd6ka2fkk4rj5bby53755ywl7b";
|
sha256 = "0lv3czkxcan2zv9asd79nn8z1bihyxszi1d5hazmb299v23cppzm";
|
||||||
};
|
};
|
||||||
|
|
||||||
goPackagePath = "gitlab.com/gitlab-org/gitaly";
|
goPackagePath = "gitlab.com/gitlab-org/gitaly";
|
||||||
|
@ -419,7 +419,7 @@ group :ed25519 do
|
|||||||
end
|
end
|
||||||
|
|
||||||
# Gitaly GRPC client
|
# Gitaly GRPC client
|
||||||
gem 'gitaly-proto', '~> 1.19.0', require: 'gitaly'
|
gem 'gitaly-proto', '~> 1.22.1', require: 'gitaly'
|
||||||
|
|
||||||
gem 'grpc', '~> 1.15.0'
|
gem 'grpc', '~> 1.15.0'
|
||||||
|
|
||||||
|
@ -281,7 +281,7 @@ GEM
|
|||||||
gettext_i18n_rails (>= 0.7.1)
|
gettext_i18n_rails (>= 0.7.1)
|
||||||
po_to_json (>= 1.0.0)
|
po_to_json (>= 1.0.0)
|
||||||
rails (>= 3.2.0)
|
rails (>= 3.2.0)
|
||||||
gitaly-proto (1.19.0)
|
gitaly-proto (1.22.1)
|
||||||
grpc (~> 1.0)
|
grpc (~> 1.0)
|
||||||
github-markup (1.7.0)
|
github-markup (1.7.0)
|
||||||
gitlab-default_value_for (3.1.1)
|
gitlab-default_value_for (3.1.1)
|
||||||
@ -1020,7 +1020,7 @@ DEPENDENCIES
|
|||||||
gettext (~> 3.2.2)
|
gettext (~> 3.2.2)
|
||||||
gettext_i18n_rails (~> 1.8.0)
|
gettext_i18n_rails (~> 1.8.0)
|
||||||
gettext_i18n_rails_js (~> 1.3)
|
gettext_i18n_rails_js (~> 1.3)
|
||||||
gitaly-proto (~> 1.19.0)
|
gitaly-proto (~> 1.22.1)
|
||||||
github-markup (~> 1.7.0)
|
github-markup (~> 1.7.0)
|
||||||
gitlab-default_value_for (~> 3.1.1)
|
gitlab-default_value_for (~> 3.1.1)
|
||||||
gitlab-markup (~> 1.7.0)
|
gitlab-markup (~> 1.7.0)
|
||||||
|
@ -1129,10 +1129,10 @@
|
|||||||
platforms = [];
|
platforms = [];
|
||||||
source = {
|
source = {
|
||||||
remotes = ["https://rubygems.org"];
|
remotes = ["https://rubygems.org"];
|
||||||
sha256 = "173769xdvqqmbiz3qlybdlg023vz2kxxmzwxql1wqczf0j57vmv1";
|
sha256 = "03h59n89nngna6rxs81rigf1bzhhqbvmpzb0fqaks7sskqp70f2s";
|
||||||
type = "gem";
|
type = "gem";
|
||||||
};
|
};
|
||||||
version = "1.19.0";
|
version = "1.22.1";
|
||||||
};
|
};
|
||||||
github-markup = {
|
github-markup = {
|
||||||
source = {
|
source = {
|
||||||
|
@ -437,7 +437,7 @@ group :ed25519 do
|
|||||||
end
|
end
|
||||||
|
|
||||||
# Gitaly GRPC client
|
# Gitaly GRPC client
|
||||||
gem 'gitaly-proto', '~> 1.19.0', require: 'gitaly'
|
gem 'gitaly-proto', '~> 1.22.1', require: 'gitaly'
|
||||||
|
|
||||||
gem 'grpc', '~> 1.15.0'
|
gem 'grpc', '~> 1.15.0'
|
||||||
|
|
||||||
|
@ -306,7 +306,7 @@ GEM
|
|||||||
gettext_i18n_rails (>= 0.7.1)
|
gettext_i18n_rails (>= 0.7.1)
|
||||||
po_to_json (>= 1.0.0)
|
po_to_json (>= 1.0.0)
|
||||||
rails (>= 3.2.0)
|
rails (>= 3.2.0)
|
||||||
gitaly-proto (1.19.0)
|
gitaly-proto (1.22.1)
|
||||||
grpc (~> 1.0)
|
grpc (~> 1.0)
|
||||||
github-markup (1.7.0)
|
github-markup (1.7.0)
|
||||||
gitlab-default_value_for (3.1.1)
|
gitlab-default_value_for (3.1.1)
|
||||||
@ -1058,7 +1058,7 @@ DEPENDENCIES
|
|||||||
gettext (~> 3.2.2)
|
gettext (~> 3.2.2)
|
||||||
gettext_i18n_rails (~> 1.8.0)
|
gettext_i18n_rails (~> 1.8.0)
|
||||||
gettext_i18n_rails_js (~> 1.3)
|
gettext_i18n_rails_js (~> 1.3)
|
||||||
gitaly-proto (~> 1.19.0)
|
gitaly-proto (~> 1.22.1)
|
||||||
github-markup (~> 1.7.0)
|
github-markup (~> 1.7.0)
|
||||||
gitlab-default_value_for (~> 3.1.1)
|
gitlab-default_value_for (~> 3.1.1)
|
||||||
gitlab-license (~> 1.0)
|
gitlab-license (~> 1.0)
|
||||||
|
@ -1227,10 +1227,10 @@
|
|||||||
platforms = [];
|
platforms = [];
|
||||||
source = {
|
source = {
|
||||||
remotes = ["https://rubygems.org"];
|
remotes = ["https://rubygems.org"];
|
||||||
sha256 = "173769xdvqqmbiz3qlybdlg023vz2kxxmzwxql1wqczf0j57vmv1";
|
sha256 = "03h59n89nngna6rxs81rigf1bzhhqbvmpzb0fqaks7sskqp70f2s";
|
||||||
type = "gem";
|
type = "gem";
|
||||||
};
|
};
|
||||||
version = "1.19.0";
|
version = "1.22.1";
|
||||||
};
|
};
|
||||||
github-markup = {
|
github-markup = {
|
||||||
source = {
|
source = {
|
||||||
|
Loading…
Reference in New Issue
Block a user