osmith has uploaded this change for review.
rebar: switch to osmocom mirrors
Change-Id: Ia0b9dabc813d8e4fbce2f9e912bdd97628f7af15
---
M rebar.config
M rebar.lock
2 files changed, 6 insertions(+), 6 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/erlang/osmo_dia2gsup refs/changes/23/43523/1
diff --git a/rebar.config b/rebar.config
index 777f171..c0bd973 100644
--- a/rebar.config
+++ b/rebar.config
@@ -2,7 +2,7 @@
{deps, [
{setup, "2.0.2"},
- {lager, {git, "https://github.com/erlang-lager/lager", {tag, "3.9.2"}}},
+ {lager, {git, "https://gitea.osmocom.org/mirrors/lager", {tag, "3.9.2"}}},
{osmo_ss7, {git, "https://gitea.osmocom.org/erlang/osmo_ss7", {branch, "master"}}},
{osmo_gsup, {git, "https://gitea.osmocom.org/erlang/osmo_gsup", {branch, "master"}}}
]}.
@@ -10,7 +10,7 @@
{minimum_otp_vsn, "20.3"}.
{plugins, [
{rebar3_diameter_compiler,
- {git, "https://github.com/carlosedp/rebar3_diameter_compiler.git", {tag, "0.8.0"}}}
+ {git, "https://gitea.osmocom.org/mirrors/rebar3_diameter_compiler.git", {tag, "0.8.0"}}}
]}.
{xref_checks, [undefined_function_calls, undefined_functions,
diff --git a/rebar.lock b/rebar.lock
index 92484a9..50af8b3 100644
--- a/rebar.lock
+++ b/rebar.lock
@@ -1,11 +1,11 @@
{"1.2.0",
[{<<"epcap">>,
- {git,"https://github.com/msantos/epcap",
+ {git,"https://gitea.osmocom.org/mirrors/epcap",
{ref,"106e763520510afa7b7d8bdfeb0e402a46ea3496"}},
1},
{<<"goldrush">>,{pkg,<<"goldrush">>,<<"0.1.9">>},1},
{<<"lager">>,
- {git,"https://github.com/erlang-lager/lager",
+ {git,"https://gitea.osmocom.org/mirrors/lager",
{ref,"459a3b2cdd9eadd29e5a7ce5c43932f5ccd6eb88"}},
0},
{<<"osmo_gsup">>,
@@ -17,11 +17,11 @@
{ref,"3c6cdc5a53c4a5ec1aff417f2cbfaa9449004ee6"}},
0},
{<<"parse_trans">>,
- {git,"https://github.com/uwiger/parse_trans",
+ {git,"https://gitea.osmocom.org/mirrors/parse_trans",
{ref,"d99fb36755c813a5db23e6f93741aa58323ef911"}},
1},
{<<"pkt">>,
- {git,"https://github.com/msantos/pkt",
+ {git,"https://gitea.osmocom.org/mirrors/pkt",
{ref,"67a4a14f596fded5ad5f2d8f94318faa8ad2c288"}},
1},
{<<"setup">>,{pkg,<<"setup">>,<<"2.0.2">>},0}]}.
To view, visit change 43523. To unsubscribe, or for help writing mail filters, visit settings.