www/gitlab: Fix broken patch
A duplication slipped into a patch which breaks the build. Fix it. Submitted by: Matthias Fechner <idefix@fechner.net> Reported by: Remko Lodder <remko@FreeBSD.org>
This commit is contained in:
parent
283ebdf0ac
commit
06f47f5326
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=444631
@ -4,6 +4,7 @@
|
||||
PORTNAME= gitlab
|
||||
PORTVERSION= 9.0.10
|
||||
DISTVERSIONPREFIX= v
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www devel
|
||||
|
||||
MAINTAINER= tz@FreeBSD.org
|
||||
|
@ -3,8 +3,3 @@
|
||||
@@ -1,2 +1 @@
|
||||
# Make sure we initialize a Gitaly channel before Sidekiq starts multi-threaded execution.
|
||||
-Gitlab::GitalyClient.channel unless Rails.env.test?
|
||||
--- config/initializers/8_gitaly.rb.orig 2017-06-07 20:58:14 UTC
|
||||
+++ config/initializers/8_gitaly.rb
|
||||
@@ -1,2 +1 @@
|
||||
# Make sure we initialize a Gitaly channel before Sidekiq starts multi-threaded execution.
|
||||
-Gitlab::GitalyClient.channel unless Rails.env.test?
|
||||
|
Loading…
Reference in New Issue
Block a user