Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Pleroma
pleroma
Commits
da2fe892
Commit
da2fe892
authored
May 12, 2020
by
rinpatch
Browse files
fix eldap being required for non-OTP releases
parent
2b18b8a2
Pipeline
#25715
passed with stages
in 16 minutes and 3 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
mix.exs
View file @
da2fe892
...
...
@@ -36,7 +36,7 @@ def project do
releases:
[
pleroma:
[
include_executables_for:
[
:unix
],
applications:
[
ex_syslogger:
:load
,
syslog:
:load
],
applications:
[
ex_syslogger:
:load
,
syslog:
:load
,
eldap:
:transient
],
steps:
[
:assemble
,
&
put_otp_version
/
1
,
&
copy_files
/
1
,
&
copy_nginx_config
/
1
]
]
]
...
...
@@ -78,8 +78,7 @@ def application do
:comeonin
,
:quack
,
:fast_sanitize
,
:ssl
,
:eldap
:ssl
],
included_applications:
[
:ex_syslogger
]
]
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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