[Bug 284038] [release] /usr/src/release/Makefile - Add image existence check before "make install"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 17 Jan 2025 16:32:15 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=284038 Ed Maste <emaste@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |emaste@freebsd.org --- Comment #1 from Ed Maste <emaste@freebsd.org> --- Copying only if exists is not good because it could introduce a silent failure if one of the expected artifacts failed to build for some reason. A better approach is to have a make variable that specifies the list of artifacts e.g. something like RELEASE_ARTIFACTS="memstick disc1" I'm happy to review a suggested patch, or will try to look at this as we take on some work in the release artifact build infrastructure. -- You are receiving this mail because: You are the assignee for the bug.