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/077e7b23d9ad2c…
---
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,
--
To view, visit
https://gerrit.osmocom.org/c/erlang/osmo_dia2gsup/+/40910?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: erlang/osmo_dia2gsup
Gerrit-Branch: master
Gerrit-Change-Id: I21490a837ee039e02dfde3e19ded338cf428d291
Gerrit-Change-Number: 40910
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>