Attention is currently required from: laforge.
View Change
1 comment:
Patchset:
Patch Set #1:
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 change 40910. To unsubscribe, or for help writing mail filters, visit settings.
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@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge@osmocom.org>
Gerrit-Attention: laforge <laforge@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@osmocom.org>