Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Dec 2024 08:32:22 -0800
From:      Mark Millard <marklmi@yahoo.com>
To:        Baptiste Daroussin <bapt@FreeBSD.org>, FreeBSD Mailing List <freebsd-ports@freebsd.org>, FreeBSD-STABLE Mailing List <freebsd-stable@freebsd.org>
Subject:   RE: CFT: repository for kernel modules [the kmods-*.conf.txt examples have VERSION_VERSION instead of VERSION_MINOR]
Message-ID:  <0A50653A-599D-495B-A10D-9B6353099098@yahoo.com>
References:  <0A50653A-599D-495B-A10D-9B6353099098.ref@yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Baptiste Daroussin <bapt_at_freebsd.org> wrote on
Date: Fri, 13 Dec 2024 08:09:22 UTC:

. . .
> To be able to use those new repositories:
>=20
> this is the repository configuration for packages built our of the =
main branch
>=20
> > https://people.freebsd.org/~bapt/kmods-latest.conf.txt

that file has ${VERSION_VERSION} instead of using ${VERSION_MINOR}:

FreeBSD-kmods {
	url: =
pkg+https://pkg.freebsd.org/${ABI}/kmods_latest_${VERSION_VERSION}
	signature_type: "fingerprints"
	fingerprints: "/usr/share/keys/pkg"
	mirror_type: "srv"
	enabled: yes
}

> for completion we also started building on quarterly branches, but =
keep in mind
> that all the above changes are only in main now and will be in =
quarterly only in
> january
>=20
> > https://people.freebsd.org/~bapt/kmods-quarterly.conf.txt


that file also has ${VERSION_VERSION} instead of using ${VERSION_MINOR}:

FreeBSD-kmods {
	url: =
pkg+https://pkg.freebsd.org/${ABI}/kmods_quarterly_${VERSION_VERSION}
	signature_type: "fingerprints"
	fingerprints: "/usr/share/keys/pkg"
	mirror_type: "srv"
	enabled: yes
}

=3D=3D=3D
Mark Millard
marklmi at yahoo.com




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?0A50653A-599D-495B-A10D-9B6353099098>