Attention is currently required from: laforge.
fixeria has posted comments on this change by fixeria. (
https://gerrit.osmocom.org/c/erlang/osmo_dia2gsup/+/40910?usp=email )
Change subject: rebar.config: fix invalid branch for rebar3_diameter_compiler.git
......................................................................
Patch Set 1:
(1 comment)
Patchset:
PS1:
I guess the real problem here is that there is a need
to specify the name of the default branch in t […]
If I omit `{branch,
"main"}`, then rebar3 complains:
```
===> Fetching rebar3_diameter_compiler (from
{git,"https://github.com/carlosedp/rebar3_diameter_compiler.git"})
===> WARNING: It is recommended to use {branch, Name}, {tag, Tag} or {ref, Ref} since
default branch selection is not consistent across all versions of rebar.
```
We have several options here:
* Use the commit hash (`{ref, ...}`), so that we "stick" to a specific commit.
* Use the latest tag (`{tag, "0.8.0"}`) -- it's quite old though, from
2022.
* Use the latest hex package (`{plugins, [rebar3_diameter_compiler]}`).
--
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: comment
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>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Attention: laforge <laforge(a)osmocom.org>
Gerrit-Comment-Date: Sun, 24 Aug 2025 21:26:46 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: laforge <laforge(a)osmocom.org>