fixeria has submitted this change. (
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.
Let's use the latest stable release (0.8.0) instead. It's quite
dated (2022), yet does the job. I could not find any significant
changes since 0.8.0 (mostly CI and doc improvements).
Change-Id: I21490a837ee039e02dfde3e19ded338cf428d291
Related:
https://github.com/carlosedp/rebar3_diameter_compiler/commit/077e7b23d9ad2c…
---
M rebar.config
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
pespin: Looks good to me, but someone else must approve
osmith: Looks good to me, approved
Jenkins Builder: Verified
diff --git a/rebar.config b/rebar.config
index 48b78f7..777f171 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", {tag,
"0.8.0"}}}
]}.
{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: merged
Gerrit-Project: erlang/osmo_dia2gsup
Gerrit-Branch: master
Gerrit-Change-Id: I21490a837ee039e02dfde3e19ded338cf428d291
Gerrit-Change-Number: 40910
Gerrit-PatchSet: 2
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>