Skip to content

Loading builds...

Changes

#48 (Jul 29, 2026, 7:41:18 AM)

ruff: ignore new failing default rules

With the new ruff 0.16 version, a lot of new default rules have been
added. Ignore the ones that are failing for now to make the linter pass
again.

Related: https://astral.sh/blog/ruff-v0.16.0#better-default-rule-set
Change-Id: I7d22481e9238e8155beb923a120ac8baea21df9d
Oliver Smith at

#47 (Jul 28, 2026, 1:04:12 PM)

ruff: ignore new failing default rules

With the new ruff 0.16 version, a lot of new default rules have been
added. Ignore the ones that are failing for now to make the linter pass
again.

Related: https://astral.sh/blog/ruff-v0.16.0#better-default-rule-set
Change-Id: I7d22481e9238e8155beb923a120ac8baea21df9d
Oliver Smith at

#46 (Jul 10, 2026, 12:03:03 PM)

Add 'onomondo-ipa' project

Related: SYS#8100
Change-Id: I732e63625943b20989001102c7447d0e0a62af5a
Oliver Smith at

#45 (Jul 10, 2026, 10:49:25 AM)

Add 'onomono-eim' project

Related: SYS#8100
Change-Id: I47bfc02397b6f97ad891fe4816763ba634df7934
Andreas Eversberg at

#44 (Jul 10, 2026, 9:22:40 AM)

Support building onomondo-eim

The onomondo-eim project is an erlang project, but it does not have a
Makefile like the others. Run rebar3 directly in that case.

I've also considered always doing this instead of running the Makefile,
but that would break osmo-s1gw, which needs to run "rebar3 asn compile"
before "rebar3 compile" as its Makefile does it.

Change-Id: I551e0b88110ed20fdbc301035fc3dac6e0d83635
Oliver Smith at