Merge pull request #72894 from talyz/gitlab-12.4.2

gitlab: 12.4.1 -> 12.4.2
This commit is contained in:
Florian Klink 2019-11-08 15:23:39 +01:00 committed by GitHub
commit a2429cffa3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 7 additions and 7 deletions

View file

@ -1,9 +1,9 @@
{ {
"version": "12.4.1", "version": "12.4.2",
"repo_hash": "0dmb8ds6c5paxg35nricaywfhsgmp5rr46kk21hy2hsddgwkyb4k", "repo_hash": "00y8n0y7wydwxq62fyf7hcpx90zz5sw458m2773lz7pdgnpnrdc2",
"owner": "gitlab-org", "owner": "gitlab-org",
"repo": "gitlab", "repo": "gitlab",
"rev": "v12.4.1-ee", "rev": "v12.4.2-ee",
"passthru": { "passthru": {
"GITALY_SERVER_VERSION": "1.67.0", "GITALY_SERVER_VERSION": "1.67.0",
"GITLAB_PAGES_VERSION": "1.11.0", "GITLAB_PAGES_VERSION": "1.11.0",

View file

@ -76,7 +76,7 @@ let
bundle exec rake gettext:po_to_json RAILS_ENV=production NODE_ENV=production bundle exec rake gettext:po_to_json RAILS_ENV=production NODE_ENV=production
bundle exec rake rake:assets:precompile RAILS_ENV=production NODE_ENV=production bundle exec rake rake:assets:precompile RAILS_ENV=production NODE_ENV=production
bundle exec rake webpack:compile RAILS_ENV=production NODE_ENV=production NODE_OPTIONS="--max_old_space_size=4096" bundle exec rake webpack:compile RAILS_ENV=production NODE_ENV=production NODE_OPTIONS="--max_old_space_size=2048"
bundle exec rake gitlab:assets:fix_urls RAILS_ENV=production NODE_ENV=production bundle exec rake gitlab:assets:fix_urls RAILS_ENV=production NODE_ENV=production
runHook postBuild runHook postBuild

View file

@ -55,7 +55,7 @@ in buildGoPackage rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = https://gitlab.com/gitlab-org/gitaly; homepage = https://gitlab.com/gitlab-org/gitaly;
description = "A Git RPC service for handling all the git calls made by GitLab"; description = "A Git RPC service for handling all the git calls made by GitLab";
platforms = platforms.unix; platforms = platforms.linux;
maintainers = with maintainers; [ roblabla globin fpletz ]; maintainers = with maintainers; [ roblabla globin fpletz ];
license = licenses.mit; license = licenses.mit;
}; };

View file

@ -25,7 +25,7 @@ buildGoPackage rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "SSH access and repository management app for GitLab"; description = "SSH access and repository management app for GitLab";
homepage = http://www.gitlab.com/; homepage = http://www.gitlab.com/;
platforms = platforms.unix; platforms = platforms.linux;
maintainers = with maintainers; [ fpletz globin talyz ]; maintainers = with maintainers; [ fpletz globin talyz ];
license = licenses.mit; license = licenses.mit;
}; };

View file

@ -29,7 +29,7 @@ buildGoPackage rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://www.gitlab.com/; homepage = http://www.gitlab.com/;
platforms = platforms.unix; platforms = platforms.linux;
maintainers = with maintainers; [ fpletz globin talyz ]; maintainers = with maintainers; [ fpletz globin talyz ];
license = licenses.mit; license = licenses.mit;
}; };