Searched hist:"47866 cdcc7278faa27250dcea16374231c676050" (Results 1 – 1 of 1) sorted by relevance
/freebsd/release/ |
H A D | Makefile | diff 47866cdcc7278faa27250dcea16374231c676050 Thu Nov 14 23:30:44 CET 2024 Colin Percival <cperciva@FreeBSD.org> release: Exclude container images from globs
We use a *.txz glob to get all of the "distributions" which comprise the FreeBSD release, but we now (optionally) also build container images which are .txz files. Grep those out from the distribution lists.
A better long-term fix would probably be to generate an explicit list of the .txz files we want rather than using an overbroad glob and filtering out the files we *don't* want.
Fixes: d03c82c28da8 ("release: add optional OCI images") MFC after: 1 minute Sponsored by: Amazon
|