release.7 (a3d5dec42007a74bfc38a0210a80a3f77efb8cb7) | release.7 (d03c82c28da86e0812b98b051d24ae5980804ad7) |
---|---|
1.\" Copyright (c) 2002 Murray Stokely <murray@FreeBSD.org> 2.\" All rights reserved. 3.\" 4.\" Redistribution and use in source and binary forms, with or without 5.\" modification, are permitted provided that the following conditions 6.\" are met: 7.\" 1. Redistributions of source code must retain the above copyright 8.\" notice, this list of conditions and the following disclaimer. --- 8 unchanged lines hidden (view full) --- 17.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 23.\" SUCH DAMAGE. 24.\" | 1.\" Copyright (c) 2002 Murray Stokely <murray@FreeBSD.org> 2.\" All rights reserved. 3.\" 4.\" Redistribution and use in source and binary forms, with or without 5.\" modification, are permitted provided that the following conditions 6.\" are met: 7.\" 1. Redistributions of source code must retain the above copyright 8.\" notice, this list of conditions and the following disclaimer. --- 8 unchanged lines hidden (view full) --- 17.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 23.\" SUCH DAMAGE. 24.\" |
25.Dd August 6, 2023 | 25.Dd September 26, 2024 |
26.Dt RELEASE 7 27.Os 28.Sh NAME 29.Nm release 30.Nd "release building infrastructure" 31.Sh DESCRIPTION 32.Fx 33provides a complete build environment suitable for users to make --- 404 unchanged lines hidden (view full) --- 438.Pp 439For a list of supported 440.Va CLOUDWARE 441values, run: 442.Bd -literal -offset indent 443cd /usr/src 444make -C release list-cloudware 445.Ed | 26.Dt RELEASE 7 27.Os 28.Sh NAME 29.Nm release 30.Nd "release building infrastructure" 31.Sh DESCRIPTION 32.Fx 33provides a complete build environment suitable for users to make --- 404 unchanged lines hidden (view full) --- 438.Pp 439For a list of supported 440.Va CLOUDWARE 441values, run: 442.Bd -literal -offset indent 443cd /usr/src 444make -C release list-cloudware 445.Ed |
446.Sh OCI IMAGES 447The 448.Fx 449release build tools have experimental support for building 450Open Container Initiative (OCI) format container base images. 451This is enabled using a 452.Fa release.conf 453variable: 454.Bl -tag -width Ev 455.It Va WITH_OCIIMAGES 456Set to a non-null value to build OCI base images. 457.El |
|
446.Sh MAKEFILE TARGETS 447The release makefile 448.Pq Pa src/release/Makefile 449is fairly abstruse. 450Most developers will only be concerned with the 451.Cm release 452and 453.Cm install --- 325 unchanged lines hidden --- | 458.Sh MAKEFILE TARGETS 459The release makefile 460.Pq Pa src/release/Makefile 461is fairly abstruse. 462Most developers will only be concerned with the 463.Cm release 464and 465.Cm install --- 325 unchanged lines hidden --- |