Skip to content

Commit

Permalink
Update remaining git->https & add OTP 25 version (vernemq#1985)
Browse files Browse the repository at this point in the history
  • Loading branch information
ioolkos authored May 2, 2022
1 parent 6bd08a9 commit 85890b7
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 14 deletions.
12 changes: 6 additions & 6 deletions apps/vmq_diversity/rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
hackney,
{jsx, "3.1.0"},
bcrypt,
{clique, {git, "git://github.com/vernemq/clique.git", {tag, "0.3.7-verne"}}},
{gen_server2, {git, "git://github.com/erlio/gen_server2.git", {branch, "master"}}},
{luerl, {git, "git://github.com/rvirding/luerl.git", {branch, "develop"}}},
{emysql, {git, "git://github.com/vernemq/Emysql.git", {ref, "f9e7269"}}},
{clique, {git, "https://github.com/vernemq/clique.git", {tag, "0.3.7-verne"}}},
{gen_server2, {git, "https://github.com/erlio/gen_server2.git", {branch, "master"}}},
{luerl, {git, "https://github.com/rvirding/luerl.git", {branch, "develop"}}},
{emysql, {git, "https://github.com/vernemq/Emysql.git", {ref, "f9e7269"}}},
%%Eonblast hasn't merged the Erlang 18 related PR from djustinek
%%{emysql, {git, "git://github.com/Eonblast/Emysql.git", {tag, "v0.4.1"}}},
{mongodb, {git, "git://github.com/comtihon/mongodb-erlang.git", {ref, "545e2bf"}}},
{mcd, {git, "git://github.com/EchoTeam/mcd.git", {ref, "b5b4a32"}}}
{mongodb, {git, "https://github.com/comtihon/mongodb-erlang.git", {ref, "545e2bf"}}},
{mcd, {git, "https://github.com/EchoTeam/mcd.git", {ref, "b5b4a32"}}}
]}.
2 changes: 1 addition & 1 deletion apps/vmq_generic_msg_store/rebar.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{erl_opts, [debug_info, {parse_transform, lager_transform}]}.
{deps, [
lager,
{eleveldb, {git, "git://github.com/vernemq/eleveldb.git", {branch, "develop"}}},
{eleveldb, {git, "https://github.com/vernemq/eleveldb.git", {branch, "develop"}}},
{sext, "1.5.0"}
]}.

Expand Down
2 changes: 1 addition & 1 deletion apps/vmq_plumtree/rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
%% never heard of plumtree... it is an efficient gossiping protocol
%% bundled with a storage engine. Riak uses a similar mechanism for
%% distributing cluster wide state information.
{plumtree, {git, "git://github.com/vernemq/plumtree.git", {branch, "master"}}}
{plumtree, {git, "https://github.com/vernemq/plumtree.git", {branch, "master"}}}
]}.
2 changes: 1 addition & 1 deletion apps/vmq_server/rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
{ranch, "2.1.0"},
{jsx, "2.10.0"},
{riak_sysmon, "2.1.5"},
{gen_server2, {git, "git://github.com/erlio/gen_server2.git", {branch, "master"}}}
{gen_server2, {git, "https://github.com/erlio/gen_server2.git", {branch, "master"}}}
]}.

{cover_enabled, true}.
Expand Down
6 changes: 3 additions & 3 deletions apps/vmq_swc/rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
{deps, [
lager,
{sext, "1.5.0"},
{swc, {git, "git://github.com/vernemq/ServerWideClocks.git", "master"}},
{eleveldb, {git, "git://github.com/vernemq/eleveldb.git", {branch, "develop"}}},
{swc, {git, "https://github.com/vernemq/ServerWideClocks.git", "master"}},
{eleveldb, {git, "https://github.com/vernemq/eleveldb.git", {branch, "develop"}}},
riak_dt
]}.

{profiles, [{rocksdb, [{deps, [rocksdb]}]},
{leveled, [{deps, [{leveled, {git, "git://github.com/martinsumner/leveled.git", {branch, "master"}}}]}]},
{leveled, [{deps, [{leveled, {git, "https://github.com/martinsumner/leveled.git", {branch, "develop-3.1"}}}]}]},
{test, [{deps, [triq]}]}]}.

{cover_enabled, true}.
4 changes: 2 additions & 2 deletions rebar.config
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
%%-*- mode: erlang -*-
{minimum_otp_vsn, "22.0"}.
{erl_opts, [debug_info, %fail_on_warning,
{platform_define, "20|21|22|23|24", nowarn_gen_fsm},
{platform_define, "^(R|1|20|21|22|23|24)"}]}.
{platform_define, "20|21|22|23|24|25", nowarn_gen_fsm},
{platform_define, "^(R|1|20|21|22|23|24|25)"}]}.
{edoc_opts, [{preprocess, true}]}.
{project_plugins, [
{rebar3_cuttlefish, {git, "https://github.com/vernemq/rebar3_cuttlefish",
Expand Down
4 changes: 4 additions & 0 deletions rebar.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
{ref,"14308ab927cfa69324742c3de720578094e0bb19"}},
1},
{<<"certifi">>,{pkg,<<"certifi">>,<<"2.9.0">>},1},
{<<"clique">>,
{git,"https://github.com/vernemq/clique.git",
{ref,"64fd324ff1aa4973eb7cbb3631a3df3b03b50c7e"}},
0},
{<<"corman">>,
{git,"https://github.com/EchoTeam/corman.git",
{ref,"1c1ae1c0aa97ed1976d9042ac9fb805b51214661"}},
Expand Down

0 comments on commit 85890b7

Please sign in to comment.