fix gitlab-mailroom service
This commit is contained in:
parent
542cdffefe
commit
d91112ff81
2 changed files with 11 additions and 0 deletions
10
debian/patches/fix-mail-room-path.patch
vendored
Normal file
10
debian/patches/fix-mail-room-path.patch
vendored
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
--- a/config/mail_room.yml
|
||||||
|
+++ b/config/mail_room.yml
|
||||||
|
@@ -1,6 +1,6 @@
|
||||||
|
:mailboxes:
|
||||||
|
<%
|
||||||
|
- require_relative "../lib/gitlab/mail_room" unless defined?(Gitlab::MailRoom)
|
||||||
|
+ require "/usr/share/gitlab/lib/gitlab/mail_room" unless defined?(Gitlab::MailRoom)
|
||||||
|
config = Gitlab::MailRoom.config
|
||||||
|
|
||||||
|
if Gitlab::MailRoom.enabled?
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
|
@ -15,3 +15,4 @@ pid-log-paths.patch
|
||||||
0410-set-webpack-root.patch
|
0410-set-webpack-root.patch
|
||||||
0420-use-system-libs.patch
|
0420-use-system-libs.patch
|
||||||
add-system-lib-path-for-webpack.patch
|
add-system-lib-path-for-webpack.patch
|
||||||
|
fix-mail-room-path.patch
|
||||||
|
|
Loading…
Reference in a new issue