|
Revision tags: release/13.4.0-p5, release/13.5.0-p1, release/14.2.0-p3, release/13.5.0, release/14.2.0-p2, release/14.1.0-p8, release/13.4.0-p4, release/14.1.0-p7, release/14.2.0-p1, release/13.4.0-p3, release/14.2.0 |
|
| #
2594b767 |
| 13-Nov-2024 |
Colin Percival <[email protected]> |
release: Publish OCI images on "ftp" mirrors
If WITH_OCIIMAGES is set, "make ftp-stage" will now publish those bits into a directory under /OCI-IMAGES/, similar to how we publish CI and VM images.
release: Publish OCI images on "ftp" mirrors
If WITH_OCIIMAGES is set, "make ftp-stage" will now publish those bits into a directory under /OCI-IMAGES/, similar to how we publish CI and VM images.
Approved by: re (cperciva) MFC after: 1 minute
(cherry picked from commit e95e3e6eb7ef723aa5dd08de48a9ad3fec647c7d) (cherry picked from commit e8c5d6f6b89f38ed7c20ad5537fc82092106d378)
show more ...
|
|
Revision tags: release/13.4.0 |
|
| #
443a4ce9 |
| 21-Jun-2024 |
Colin Percival <[email protected]> |
release: Don't publish CW if !WITH_CLOUDWARE
If WITH_CLOUDWARE is not set, we didn't build BASIC-CLOUDWARE; don't try to install it into the /VM-IMAGES/ directory as part of ftp-stage.
Fixes: 4771c
release: Don't publish CW if !WITH_CLOUDWARE
If WITH_CLOUDWARE is not set, we didn't build BASIC-CLOUDWARE; don't try to install it into the /VM-IMAGES/ directory as part of ftp-stage.
Fixes: 4771c2e9d1c7 "release: Publish non-uploaded cloudware bits" MFC after: 6 days
(cherry picked from commit 836f00ebb96ac343e0f8a68ea264d2d330198488)
show more ...
|
| #
4ef9a9d2 |
| 19-Jun-2024 |
Colin Percival <[email protected]> |
release: Publish non-uploaded cloudware bits
While most "cloudware" (AWS, Azure, GCP, Vagrant) images get uploaded to their respective clouds, we have two images -- BASIC-CI and BASIC-CLOUDINIT -- w
release: Publish non-uploaded cloudware bits
While most "cloudware" (AWS, Azure, GCP, Vagrant) images get uploaded to their respective clouds, we have two images -- BASIC-CI and BASIC-CLOUDINIT -- which are published via the FTP mirrors. We have been handling these using a manual and error-prone process of copying them from the internal build directories into the FTP staging tree, but they should be handled using the "make install ftp-stage" mechanism which is used for all the other published images.
This commit 1. Adds a new 'make cloud-install' target which is run as part of 'make install' and installs BASIC-CI and BASIC-CLOUDINIT images, and 2. Extends 'make ftp-stage' in Makefile.mirrors to copy those bits into the FTP staging area.
As a side benefit, this will also make BASIC-CI and BASIC-CLOUDINIT images available for arm64; until now they have only been available for amd64.
MFC after: 1 week
(cherry picked from commit 4771c2e9d1c7db949a82dfe4f2b9878bb358a50e)
show more ...
|
|
Revision tags: release/14.1.0 |
|
| #
3c1f3cfd |
| 01-May-2024 |
Colin Percival <[email protected]> |
release: Stage non-UFS images in vm-images-stage
When the VM image building code was updated to support building non-UFS images, the vm-images-stage target was not updated to install those newly bui
release: Stage non-UFS images in vm-images-stage
When the VM image building code was updated to support building non-UFS images, the vm-images-stage target was not updated to install those newly built images to the FTP site. As a result, we have been sending weekly snapshot announcements since August claiming that ZFS VM images are available when they are not in fact present anywhere publicly accessible.
Fixes: 32ae9a6b3937 "release: Build UFS and ZFS VM images" Reported by: Michael Dexter MFC after: 5 days
(cherry picked from commit f4b08097d8e274e1a8526d864c31462ea42d9e9f)
show more ...
|
|
Revision tags: release/13.3.0, release/14.0.0 |
|
| #
d0b2dbfa |
| 16-Aug-2023 |
Warner Losh <[email protected]> |
Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
|
|
Revision tags: release/13.2.0, release/12.4.0, release/13.1.0, release/12.3.0, release/13.0.0 |
|
| #
d3df64ad |
| 16-Dec-2020 |
Glen Barber <[email protected]> |
Append the branch commit count to _SNAP_SUFFIX for development snapshot builds.
Sponsored by: Rubicon Communications, LLC (netgate.com)
|
| #
4708d329 |
| 09-Dec-2020 |
Glen Barber <[email protected]> |
Fix staging riscv images.
Sponsored by: Rubicon Communications, LLC (netgate.com)
|
|
Revision tags: release/12.2.0 |
|
| #
29b282f3 |
| 16-Jul-2020 |
Glen Barber <[email protected]> |
Makefile.inc1: - New file. Adds logic to search for the git binary, as well as determining the branch and revision, used in various places.
Makefile: - Remove searching for the svn{,lite} binar
Makefile.inc1: - New file. Adds logic to search for the git binary, as well as determining the branch and revision, used in various places.
Makefile: - Remove searching for the svn{,lite} binary.
Makefile.ec2: - Reduce duplicated code, removing searching for the svn{,lite} binary, in addition to EC2_SVN{BRANCH,REV}. - Rename EC2_SVN* with GIT* for consistency.
Makefile.mirrors: - Remove the SRCBRANCH declaration, replaced with the exported GITBRANCH variable. - Update _SNAP_SUFFIX from SVNREVISION to GITREV, and remove the leading 'r' from it, since it will break git hashes. - Remove yet another instance of duplicated code to search for the svn{,version}lite binary.
Sponsored by: Rubicon Communications, LLC (netgate.com)
show more ...
|
|
Revision tags: release/11.4.0, release/12.1.0, release/11.3.0 |
|
| #
343a7eab |
| 25-Jun-2019 |
Glen Barber <[email protected]> |
Include files containing metadata specific to the branch in the directory where the individual distribution sets exist.
The new metadata files include the build date, svn branch, and revision of the
Include files containing metadata specific to the branch in the directory where the individual distribution sets exist.
The new metadata files include the build date, svn branch, and revision of the build.
Requested by: Mellanox Technologies (via kib) MFC after: 3 days Sponsored by: Rubicon Communications, LLC (Netgate)
show more ...
|
|
Revision tags: release/12.0.0 |
|
| #
768a8d8d |
| 02-Aug-2018 |
Glen Barber <[email protected]> |
Fix the ftp-stage target for arm embedded builds.
The images were renamed from KERNCONF to BOARDNAME when specified, which would result in an image name of:
12.0-CURRENT-arm-armv7-GENERIC.img
whi
Fix the ftp-stage target for arm embedded builds.
The images were renamed from KERNCONF to BOARDNAME when specified, which would result in an image name of:
12.0-CURRENT-arm-armv7-GENERIC.img
which would then be renamed to use the BOARDNAME for the SoC the image is targeted to use. BOARDNAME was specified for all images as of r336994, which now causes the ftp-stage target to fail, as the rename is no longer necessary.
Sponsored by: The FreeBSD Foundation
show more ...
|
|
Revision tags: release/11.2.0 |
|
| #
d412b1d7 |
| 13-Nov-2017 |
Glen Barber <[email protected]> |
Update the GUMSTIX image build to use arm/arm TARGET/TARGET_ARCH. Update the TARGET/TARGET_ARCH matching in release/release.sh and release/Makefile.mirrors for simplification.
Discussed with: mmel M
Update the GUMSTIX image build to use arm/arm TARGET/TARGET_ARCH. Update the TARGET/TARGET_ARCH matching in release/release.sh and release/Makefile.mirrors for simplification.
Discussed with: mmel MFC after: 3 days Sponsored by: The FreeBSD Foundation
show more ...
|
| #
0b972ac9 |
| 05-Oct-2017 |
Warner Losh <[email protected]> |
Support armv7 builds for userland
Make armv7 as a new MACHINE_ARCH.
Copy all the places we do armv6 and add armv7 as basically an alias. clang appears to generate code for armv7 by default. armv7 h
Support armv7 builds for userland
Make armv7 as a new MACHINE_ARCH.
Copy all the places we do armv6 and add armv7 as basically an alias. clang appears to generate code for armv7 by default. armv7 hard float isn't supported by the the in-tree gcc, so it hasn't been updated to have a new default.
Support armv7 as a new valid MACHINE_ARCH (and by extension TARGET_ARCH).
Add armv7 to the universe build.
Differential Revision: https://reviews.freebsd.org/D12010
show more ...
|
|
Revision tags: release/10.4.0, release/11.1.0 |
|
| #
b18ebc92 |
| 05-Jul-2017 |
Glen Barber <[email protected]> |
Fix the ftp-stage target for RPI3 images by loosening the constraints on the TARGET and TARGET_ARCH variables.
MFC after: 3 days Sponsored by: The FreeBSD Foundation
|
|
Revision tags: release/11.0.1, release/11.0.0 |
|
| #
279dc9ca |
| 27-May-2016 |
Glen Barber <[email protected]> |
Make Makefile.mirrors -ALPHA${N}-aware.
Approved by: re (implicit) Sponsored by: The FreeBSD Foundation
|
|
Revision tags: release/10.3.0 |
|
| #
34187a08 |
| 14-Oct-2015 |
Glen Barber <[email protected]> |
Deprecate MD5 checksum generation in favor of SHA512.
This was discussed during the 10.2-RELEASE cycle, however since we were nearing the end of the cycle, we decided to defer this change until afte
Deprecate MD5 checksum generation in favor of SHA512.
This was discussed during the 10.2-RELEASE cycle, however since we were nearing the end of the cycle, we decided to defer this change until after 10.2-RELEASE.
Reminded by: so (delphij), jmg MFC after: 5 days Sponsored by: The FreeBSD Foundation
show more ...
|
|
Revision tags: release/10.2.0 |
|
| #
3c3445e8 |
| 25-Jun-2015 |
Glen Barber <[email protected]> |
Consider PRERELEASE builds snapshots, in addition to CURRENT and STABLE.
MFC after: 3 days Sponsored by: The FreeBSD Foundation
|
| #
18a259a8 |
| 27-May-2015 |
Glen Barber <[email protected]> |
Invert the build date and svn revision to match the namimg convention that has been in use for a while.
MFC after: 3 days Sponsored by: The FreeBSD Foundation
|
| #
e14ba20a |
| 26-May-2015 |
Glen Barber <[email protected]> |
Fix a typo.
Submitted by: ian MFC after: 3 days Sponsored by: The FreeBSD Foundation
|
| #
0c55af22 |
| 26-May-2015 |
Glen Barber <[email protected]> |
Use SVNREVISION and BUILDDATE if passed into the make(1) environment, fallback to trying to figure it out otherwise.
MFC after: 3 days Sponsored by: The FreeBSD Foundation
|
| #
42da7276 |
| 26-May-2015 |
Glen Barber <[email protected]> |
Reindent after r283575.
MFC after: 3 days Sponsored by: The FreeBSD Foundation
|
| #
50848525 |
| 26-May-2015 |
Glen Barber <[email protected]> |
Remove duplicate exists() sanity check.
MFC after: 3 days Sponsored by: The FreeBSD Foundation
|
| #
b4995ae4 |
| 26-May-2015 |
Glen Barber <[email protected]> |
Set STAGE_TARGETS only if RELEASEDIR exists.
MFC after: 3 days Sponsored by: The FreeBSD Foundation
|
| #
d97ccee1 |
| 26-May-2015 |
Glen Barber <[email protected]> |
Remove a continuation on error, since the relevant behavior can only occur if a particular file exists.
MFC after: 3 days Sponsored by: The FreeBSD Foundation
|
| #
57cb4b93 |
| 22-May-2015 |
Glen Barber <[email protected]> |
Fix staging virtual machine images for ftp propagation.
MFC after: 3 days X-MFC-Note: needs all previous changes Sponsored by: The FreeBSD Foundation
|
| #
b7290132 |
| 22-May-2015 |
Glen Barber <[email protected]> |
Fix a number of logic and/or naming problems in Makefile.mirrors. Reduce a number of duplicated logic.
As of this commit, this file does exactly what it is needed to do.
MFC after: 3 days X-MFC-Not
Fix a number of logic and/or naming problems in Makefile.mirrors. Reduce a number of duplicated logic.
As of this commit, this file does exactly what it is needed to do.
MFC after: 3 days X-MFC-Note: needs all previous changes Sponsored by: The FreeBSD Foundation
show more ...
|