fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/erlang/osmo_dia2gsup/+/40910?usp=email )
Change subject: rebar.config: fix invalid branch for rebar3_diameter_compiler.git ......................................................................
rebar.config: fix invalid branch for rebar3_diameter_compiler.git
The upstream has ranamed 'master' branch to 'main', so the old name is no longer valid. This resulted in osmo_dia2gsup build failures.
Change-Id: I21490a837ee039e02dfde3e19ded338cf428d291 Related: https://github.com/carlosedp/rebar3_diameter_compiler/commit/077e7b23d9ad2cf... --- M rebar.config 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/erlang/osmo_dia2gsup refs/changes/10/40910/1
diff --git a/rebar.config b/rebar.config index 48b78f7..89ca847 100644 --- a/rebar.config +++ b/rebar.config @@ -10,7 +10,7 @@ {minimum_otp_vsn, "20.3"}. {plugins, [ {rebar3_diameter_compiler, - {git, "https://github.com/carlosedp/rebar3_diameter_compiler.git", {branch, "master"}}} + {git, "https://github.com/carlosedp/rebar3_diameter_compiler.git", {branch, "main"}}} ]}.
{xref_checks, [undefined_function_calls, undefined_functions,