Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
12f8583e
Commit
12f8583e
authored
Feb 26, 2020
by
charlieablett
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add --log-exit-as arg
Logs exit as JSON, then exits rather than simply crashing out
parent
6042c65b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
Gemfile.lock
Gemfile.lock
+2
-2
bin/mail_room
bin/mail_room
+1
-1
No files found.
Gemfile.lock
View file @
12f8583e
...
...
@@ -388,7 +388,7 @@ GEM
opentracing (~> 0.4)
redis (> 3.0.0, < 5.0.0)
gitlab-license (1.0.0)
gitlab-mail_room (0.0.
1
)
gitlab-mail_room (0.0.
2
)
gitlab-markup (1.7.0)
gitlab-net-dns (0.9.1)
gitlab-puma (4.3.1.gitlab.2)
...
...
@@ -1235,7 +1235,7 @@ DEPENDENCIES
gitlab-chronic (~> 0.10.5)
gitlab-labkit (= 0.10.0)
gitlab-license (~> 1.0)
gitlab-mail_room (~> 0.0.
1
)
gitlab-mail_room (~> 0.0.
2
)
gitlab-markup (~> 1.7.0)
gitlab-net-dns (~> 0.9.1)
gitlab-puma (~> 4.3.1.gitlab.2)
...
...
bin/mail_room
View file @
12f8583e
...
...
@@ -19,7 +19,7 @@ get_mail_room_pid()
start
()
{
bin/daemon_with_pidfile
$mail_room_pidfile
bundle
exec
mail_room
-q
-c
$mail_room_config
>>
$mail_room_logfile
2>&1
bin/daemon_with_pidfile
$mail_room_pidfile
bundle
exec
mail_room
-
-log-exit-as
json
-
q
-c
$mail_room_config
>>
$mail_room_logfile
2>&1
}
stop
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment