pespin has uploaded this change for review.
Update osmo_ss7 to gerrit remote with latest patches
* Change the remote to gerrit, since it's the main repo (gitea is a
read-only mirror). This allows easily pushing branches for development
in gerrit.
* Update the references to point to the latest commits containing
several improvements and fixes needed for osmo-epdg.
Related: OS#6377
Change-Id: Id16fb7d319f6b6eb5c1eeb2ae6c7d22a7f7e1641
---
M rebar.config
M rebar.lock
2 files changed, 19 insertions(+), 3 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/erlang/osmo-epdg refs/changes/06/36106/1
diff --git a/rebar.config b/rebar.config
index 1dd0b08..07bd2e1 100644
--- a/rebar.config
+++ b/rebar.config
@@ -6,7 +6,7 @@
{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"}}},
- {osmo_ss7, {git, "https://gitea.osmocom.org/erlang/osmo_ss7", {ref, "9f294d3612f998860004820d1d85b4264721577b"}}},
+ {osmo_ss7, {git, "https://gerrit.osmocom.org/erlang/osmo_ss7", {branch, "osmocom/epdg"}}},
{osmo_gsup, {git, "https://gerrit.osmocom.org/erlang/osmo_gsup", {branch, "osmocom/epdg"}}}
]}.
diff --git a/rebar.lock b/rebar.lock
index 79503ee..977acac 100644
--- a/rebar.lock
+++ b/rebar.lock
@@ -34,8 +34,8 @@
{ref,"25ace76f98f7f931691fb02d86667062b4f2c8ad"}},
0},
{<<"osmo_ss7">>,
- {git,"https://gitea.osmocom.org/erlang/osmo_ss7",
- {ref,"9f294d3612f998860004820d1d85b4264721577b"}},
+ {git,"https://gerrit.osmocom.org/erlang/osmo_ss7",
+ {ref,"eef65b5b2ccaaeb2b2cf4b408889e892e5d92827"}},
0},
{<<"parse_trans">>,
{git,"https://github.com/uwiger/parse_trans.git",
To view, visit change 36106. To unsubscribe, or for help writing mail filters, visit settings.