pespin has submitted this change. ( https://gerrit.osmocom.org/c/erlang/osmo-epdg/+/36106?usp=email )
Change subject: Update osmo_ss7 to gerrit remote with latest patches ......................................................................
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(-)
Approvals: pespin: Looks good to me, approved Jenkins Builder: Verified laforge: Looks good to me, but someone else must approve
diff --git a/rebar.config b/rebar.config index 1dd0b08..2403243 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, "master"}}}, {osmo_gsup, {git, "https://gerrit.osmocom.org/erlang/osmo_gsup", {branch, "osmocom/epdg"}}} ]}.
diff --git a/rebar.lock b/rebar.lock index 79503ee..6205bc4 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,"2286c1b8738d715950026650bf53f19a69d6ed0e"}}, 0}, {<<"parse_trans">>, {git,"https://github.com/uwiger/parse_trans.git",