Re: git: 19a1025e1c0c - releng/14.5 - Remove minor version from kmods repo
Mark Millard <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.src |
|---|---|
| Message-ID | <4cd0dd07-4388-44a7-af9c-2c1f071c3c6a__44483.6953700118$1787114458$gmane$org@yahoo.com> |
On 8/13/26 17:04, Colin Percival wrote: > The branch releng/14.5 has been updated by cperciva: > > URL: https://cgit.FreeBSD.org/src/commit/?id=19a1025e1c0cbd6b1cd57d78826d42eeafbdaed0 > > commit 19a1025e1c0cbd6b1cd57d78826d42eeafbdaed0 > Author: Colin Percival <[email protected]> > AuthorDate: 2026-08-14 00:02:24 +0000 > Commit: Colin Percival <[email protected]> > CommitDate: 2026-08-14 00:02:24 +0000 > > Remove minor version from kmods repo > > We don't have a kmods_quarterly_5 repo for releng/14.5 so don't point > users at it. > > Direct commit to releng/14.5, hopefully to be reverted once the repo > exists. > > Approved by: re (cperciva) > Sponsored by: OpenSats Initiative > --- > usr.sbin/pkg/FreeBSD.conf.quarterly-release | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/usr.sbin/pkg/FreeBSD.conf.quarterly-release b/usr.sbin/pkg/FreeBSD.conf.quarterly-release > index bd0ee13b9b43..884226fc02d1 100644 > --- a/usr.sbin/pkg/FreeBSD.conf.quarterly-release > +++ b/usr.sbin/pkg/FreeBSD.conf.quarterly-release > @@ -15,7 +15,7 @@ FreeBSD: { > enabled: yes > } > FreeBSD-kmods: { > - url: "pkg+https://pkg.FreeBSD.org/${ABI}/kmods_quarterly_${VERSION_MINOR}", > + url: "pkg+https://pkg.FreeBSD.org/${ABI}/kmods_quarterly", > mirror_type: "srv", > signature_type: "fingerprints", > fingerprints: "/usr/share/keys/pkg", > > I will note that no kmods_* has had a distribution update after 2026-05-21 00:00:12Z ( after 2026-05-21 00:00:11Z for freebsd:14:* ). (I looked via https://people.freebsd.org/~dbaio/pkg-master-report.html .) It does not appear that any stable/* is getting regular kmods_* updates as the matching kernels update (or as the matching ports update on the matching port branches?). That looks to mean no tracking of the 14.4 -> 14.5 or ports updates after those dates. -- === Mark Millard marklmi at yahoo.com