Daniel Jakots <[email protected]> writes:
> On Mon, 14 Feb 2022 17:30:19 +0000, Klemens Nanni <[email protected]> > wrote: > >> > MODGO_VERSION shouldn't be in modules.inc, only in Makefile >> >> It comes out of `modgo-gen-modules' like this, should we fix that? > > yes please! Originally the version was spit out there to ensure that the porter was aware of what version the list was for. This is specifically useful if upstream produces release candidates as "latest" will point to that version. If we remove it from there, we should explicitly pass MODGO_VERSION to the helper.. but i don't know what we would do in cases where the MODGO_VERSION is not set.
