osmith has uploaded this change for review.
rebar: switch to osmocom mirrors
Change-Id: I13f6c6b2babcea118b6cc386d38bb91a24be6418
---
M rebar.config
M rebar.lock
2 files changed, 13 insertions(+), 13 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/erlang/osmo-epdg refs/changes/22/43522/1
diff --git a/rebar.config b/rebar.config
index 94b82ef..df8c254 100644
--- a/rebar.config
+++ b/rebar.config
@@ -3,9 +3,9 @@
{erl_opts, [debug_info, {parse_transform, lager_transform}]}.
{deps, [
- {lager, {git, "https://github.com/erlang-lager/lager", {tag, "3.9.2"}}},
- {gtplib, {git, "https://github.com/osmocom/gtplib", {branch, "osmocom/master"}}},
- {gtp_u_kmod, {git, "https://github.com/osmocom/gtp_u_kmod", {branch, "osmocom/master"}}},
+ {lager, {git, "https://gitea.osmocom.org/mirror/lager", {tag, "3.9.2"}}},
+ {gtplib, {git, "https://gitea.osmocom.org/mirror/gtplib", {branch, "osmocom/master"}}},
+ {gtp_u_kmod, {git, "https://gitea.osmocom.org/mirror/gtp_u_kmod", {branch, "osmocom/master"}}},
{osmo_ss7, {git, "https://gerrit.osmocom.org/erlang/osmo_ss7", {branch, "master"}}},
{osmo_gsup, {git, "https://gerrit.osmocom.org/erlang/osmo_gsup", {branch, "osmocom/epdg"}}}
]}.
@@ -13,7 +13,7 @@
{minimum_otp_vsn, "25.2.3"}.
{plugins, [
{rebar3_diameter_compiler,
- {git, "https://github.com/carlosedp/rebar3_diameter_compiler.git",
+ {git, "https://gitea.osmocom.org/mirror/rebar3_diameter_compiler.git",
%% TODO: use {tag, "TAG"} when a new release (>= v0.8.1) is tagged
{ref, "0e2ffa2ddfc4e55c06c8fbc7bea65e2bd29ce8d8"}}}
]}.
diff --git a/rebar.lock b/rebar.lock
index b4f0a9e..2476f83 100644
--- a/rebar.lock
+++ b/rebar.lock
@@ -1,32 +1,32 @@
{"1.2.0",
[{<<"cut">>,{pkg,<<"cut">>,<<"1.0.3">>},1},
{<<"epcap">>,
- {git,"https://github.com/msantos/epcap",
+ {git,"https://gitea.osmocom.org/mirror/epcap",
{ref,"b98edbfbb0392101cd874b098caa5180f2f44b2e"}},
1},
{<<"erlando">>,
- {git,"https://github.com/travelping/erlando.git",
+ {git,"https://gitea.osmocom.org/mirror/erlando.git",
{ref,"7ed3a732d1af082a3a2745c36dfd9406148391be"}},
1},
{<<"gen_netlink">>,
- {git,"https://github.com/osmocom/gen_netlink",
+ {git,"https://gitea.osmocom.org/mirror/gen_netlink",
{ref,"fb4cbfbc750deb263035c11f11e4b0616efb71dc"}},
1},
{<<"gen_socket">>,
- {git,"https://github.com/osmocom/gen_socket",
+ {git,"https://gitea.osmocom.org/mirror/gen_socket",
{ref,"e32b2a3bd5de8088f509aad9c197553cc3acbc6c"}},
2},
{<<"goldrush">>,{pkg,<<"goldrush">>,<<"0.1.9">>},1},
{<<"gtp_u_kmod">>,
- {git,"https://github.com/osmocom/gtp_u_kmod",
+ {git,"https://gitea.osmocom.org/mirror/gtp_u_kmod",
{ref,"b3656ebb11528a2db3171dbf94f1a8bf0d6ffd00"}},
0},
{<<"gtplib">>,
- {git,"https://github.com/osmocom/gtplib",
+ {git,"https://gitea.osmocom.org/mirror/gtplib",
{ref,"08781f86f340aeaa4708166bfbeccf754217023e"}},
0},
{<<"lager">>,
- {git,"https://github.com/erlang-lager/lager",
+ {git,"https://gitea.osmocom.org/mirror/lager",
{ref,"459a3b2cdd9eadd29e5a7ce5c43932f5ccd6eb88"}},
0},
{<<"osmo_gsup">>,
@@ -38,11 +38,11 @@
{ref,"2286c1b8738d715950026650bf53f19a69d6ed0e"}},
0},
{<<"parse_trans">>,
- {git,"https://github.com/uwiger/parse_trans.git",
+ {git,"https://gitea.osmocom.org/mirror/parse_trans.git",
{ref,"d99fb36755c813a5db23e6f93741aa58323ef911"}},
1},
{<<"pkt">>,
- {git,"https://github.com/msantos/pkt",
+ {git,"https://gitea.osmocom.org/mirror/pkt",
{ref,"67a4a14f596fded5ad5f2d8f94318faa8ad2c288"}},
1},
{<<"ppplib">>,{pkg,<<"ppplib">>,<<"1.0.0">>},1}]}.
To view, visit change 43522. To unsubscribe, or for help writing mail filters, visit settings.