Projects
Kolab:16:Enterprise
erlang-eimap
make-things-easy-for-rebar3.patch
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File make-things-easy-for-rebar3.patch of Package erlang-eimap (Revision 14)
Currently displaying revision
14
,
Show latest
diff -ur eimap-0.4.0.orig/rebar.config eimap-0.4.0/rebar.config --- eimap-0.4.0.orig/rebar.config 2016-11-11 15:49:11.000000000 +0100 +++ eimap-0.4.0/rebar.config 2016-11-23 10:34:12.227835779 +0100 @@ -15,3 +15,8 @@ %%{require_otp_vsn, "17"}. {pre_hooks, [{clean, "rm -rf ebin priv erl_crash.dump"}]}. +{ relx, [ { release, { eimap, "0.4.0" }, [eimap]}, + { dev_mode, false }, + { include_erts, false } + ] +}. diff -ur eimap-0.4.0.orig/src/eimap.app.src eimap-0.4.0/src/eimap.app.src --- eimap-0.4.0.orig/src/eimap.app.src 2016-11-11 15:49:11.000000000 +0100 +++ eimap-0.4.0/src/eimap.app.src 2016-11-21 12:35:31.302170628 +0100 @@ -10,9 +10,7 @@ crypto, ssl, compiler, - syntax_tools, - goldrush, - lager + syntax_tools ] }, { env, [ ]},
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.