<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Makefile.mirrors</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>96265d5ea907d75709f419b01b44c60337ae7fcc - release: match comment for if statement</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/release/Makefile.mirrors#96265d5ea907d75709f419b01b44c60337ae7fcc</link>
        <description>release: match comment for if statementSigned-off-by: Minsoo Choo &lt;minsoochoo0122@proton.me&gt;Reviewed by: impPull Request: https://github.com/freebsd/freebsd-src/pull/1903

            List of files:
            /freebsd/release/Makefile.mirrors</description>
        <pubDate>Sat, 29 Nov 2025 01:17:34 +0100</pubDate>
        <dc:creator>Minsoo Choo &lt;minsoochoo0122@proton.me&gt;</dc:creator>
    </item>
<item>
        <title>474ae083b1e19588c1bc2974082d2810ef9dc7f9 - release: Remove errant .endfor</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/release/Makefile.mirrors#474ae083b1e19588c1bc2974082d2810ef9dc7f9</link>
        <description>release: Remove errant .endforThis didn&apos;t show up in testing on main or stable/15 because it onlyapplies for &quot;release&quot; (BETA and onwards) builds.Fixes:	afdc022deb91 (&quot;release: Publish pkgbase-repo.tar&quot;)MFC after:	30 secondsSponsored by:	https://www.patreon.com/cperciva

            List of files:
            /freebsd/release/Makefile.mirrors</description>
        <pubDate>Sat, 11 Oct 2025 06:10:08 +0200</pubDate>
        <dc:creator>Colin Percival &lt;cperciva@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c943e6ff9ab0ce823e8ac51a6a17789a1945925f - release: Fix pkgbase tarball names on FTP site</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/release/Makefile.mirrors#c943e6ff9ab0ce823e8ac51a6a17789a1945925f</link>
        <description>release: Fix pkgbase tarball names on FTP siteThese need to have names like  FreeBSD-15.0-ALPHA5-amd64-pkgbase-repo.tarnot just &quot;pkgbase-repo.tar&quot;.Fixes: d0ff67db2908 (&quot;release: Publish pkgbase-repo.tar&quot;)MFC after:	3 daysSponsored by:	https://www.patreon.com/cperciva

            List of files:
            /freebsd/release/Makefile.mirrors</description>
        <pubDate>Mon, 06 Oct 2025 23:33:06 +0200</pubDate>
        <dc:creator>Colin Percival &lt;cperciva@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>026707768f673518c2fe9bcd9020d53a0d02fc7e - release: Don&apos;t publish pkgbase.repo for embedded</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/release/Makefile.mirrors#026707768f673518c2fe9bcd9020d53a0d02fc7e</link>
        <description>release: Don&apos;t publish pkgbase.repo for embeddedThe embedded &quot;SD card&quot; images build very differently from regularreleases, and don&apos;t use pkgbase yet.MFC after:	3 daysSponsored by:	https://www.patreon.com/cperciva

            List of files:
            /freebsd/release/Makefile.mirrors</description>
        <pubDate>Sat, 04 Oct 2025 18:52:42 +0200</pubDate>
        <dc:creator>Colin Percival &lt;cperciva@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d0ff67db2908a56b2f146963bb79f1a8e6283131 - release: Publish pkgbase-repo.tar</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/release/Makefile.mirrors#d0ff67db2908a56b2f146963bb79f1a8e6283131</link>
        <description>release: Publish pkgbase-repo.tarThis is a tarball containing the pkgbase repository for the release.Note: This is an uncompressed tarball, because all of its constituent.pkg files are already compressed; there&apos;s no point adding anotherlayer of compression.Reviewed by:	ivyMFC after:	1 minuteSponsored by:	https://www.patreon.com/cpercivaDifferential Revision:	https://reviews.freebsd.org/D52899

            List of files:
            /freebsd/release/Makefile.mirrors</description>
        <pubDate>Sat, 04 Oct 2025 01:57:33 +0200</pubDate>
        <dc:creator>Colin Percival &lt;cperciva@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>35623ccc375846648f4dcdfc47c7e84fc9db4852 - release: Standardize on *-${FS}.* VM image naming</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/release/Makefile.mirrors#35623ccc375846648f4dcdfc47c7e84fc9db4852</link>
        <description>release: Standardize on *-${FS}.* VM image namingWe publish three sets of VM images on download.freebsd.org:* Generic VM images* BASIC-CLOUDINIT VM images* BASIC-CI VM imagesOf these, the first had names like  FreeBSD-14.2-RELEASE-amd64-ufs.raw.xz,the second had names like  FreeBSD-14.2-RELEASE-amd64-BASIC-CLOUDINIT.ufs.qcow2.xz,and the third had names like  FreeBSD-14.2-RELEASE-amd64-BASIC-CI.ufs.raw.xzbut were listed in the CHECKSUM files with names like  FreeBSD-14.2-RELEASE-amd64-BASIC-CI-ufs.raw.xzStandardize these to consistently use a hyphen before the filesystemtype rather than a period.Note: On FreeBSD 14 we ship images without the -${FS} component intheir names; these are hardlinks to the -ufs images for compatibilitypurposes.  On FreeBSD 13 we only have UFS images and don&apos;t include thefilesystem in the name.MFC after:	1 weekReported by:	jmgSponsored by:	Amazon

            List of files:
            /freebsd/release/Makefile.mirrors</description>
        <pubDate>Tue, 10 Dec 2024 20:57:52 +0100</pubDate>
        <dc:creator>Colin Percival &lt;cperciva@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d54fdd16636bbe6a38a5b0a636dd83cf64aa6e06 - release: Remove empty suffix from file names</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/release/Makefile.mirrors#d54fdd16636bbe6a38a5b0a636dd83cf64aa6e06</link>
        <description>release: Remove empty suffix from file namesFor &quot;release&quot; builds (as opposed to &quot;snapshot&quot; builds -- in thiscontext BETAs and RCs are &quot;releases&quot;) ${SNAP_SUFFIX} is empty; but itstuck into some ociimages filenames via a copy-and-paste error.The final filenames on the download mirrors were not affected, sothis does not need to be merged to releng/14.2.MFC after:	3 daysSponsored by:	Amazon

            List of files:
            /freebsd/release/Makefile.mirrors</description>
        <pubDate>Mon, 18 Nov 2024 01:06:17 +0100</pubDate>
        <dc:creator>Colin Percival &lt;cperciva@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e95e3e6eb7ef723aa5dd08de48a9ad3fec647c7d - release: Publish OCI images on &quot;ftp&quot; mirrors</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/release/Makefile.mirrors#e95e3e6eb7ef723aa5dd08de48a9ad3fec647c7d</link>
        <description>release: Publish OCI images on &quot;ftp&quot; mirrorsIf WITH_OCIIMAGES is set, &quot;make ftp-stage&quot; will now publish those bitsinto a directory under /OCI-IMAGES/, similar to how we publish CI andVM images.MFC after:	1 minute

            List of files:
            /freebsd/release/Makefile.mirrors</description>
        <pubDate>Wed, 13 Nov 2024 07:36:14 +0100</pubDate>
        <dc:creator>Colin Percival &lt;cperciva@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>45846afcb7ae1b9682107a62b105aeb5021994ba - release: Stop publishing non-FS-tagged VM images</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/release/Makefile.mirrors#45846afcb7ae1b9682107a62b105aeb5021994ba</link>
        <description>release: Stop publishing non-FS-tagged VM imagesVM, BASIC-CI, and BASIC-CLOUDWARE images are published with thefilesystem type (UFS or ZFS) in the file name.  For backwardscompatibility we have published the UFS images with no filesystemin the filename (aka with the same file names as we used before wesupported building ZFS VM images); those are going away now.This will not be MFCed.

            List of files:
            /freebsd/release/Makefile.mirrors</description>
        <pubDate>Fri, 21 Jun 2024 23:39:44 +0200</pubDate>
        <dc:creator>Colin Percival &lt;cperciva@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>836f00ebb96ac343e0f8a68ea264d2d330198488 - release: Don&apos;t publish CW if !WITH_CLOUDWARE</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/release/Makefile.mirrors#836f00ebb96ac343e0f8a68ea264d2d330198488</link>
        <description>release: Don&apos;t publish CW if !WITH_CLOUDWAREIf WITH_CLOUDWARE is not set, we didn&apos;t build BASIC-CLOUDWARE; don&apos;t tryto install it into the /VM-IMAGES/ directory as part of ftp-stage.Fixes:	4771c2e9d1c7 &quot;release: Publish non-uploaded cloudware bits&quot;MFC after:	6 days

            List of files:
            /freebsd/release/Makefile.mirrors</description>
        <pubDate>Fri, 21 Jun 2024 02:38:46 +0200</pubDate>
        <dc:creator>Colin Percival &lt;cperciva@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4771c2e9d1c7db949a82dfe4f2b9878bb358a50e - release: Publish non-uploaded cloudware bits</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/release/Makefile.mirrors#4771c2e9d1c7db949a82dfe4f2b9878bb358a50e</link>
        <description>release: Publish non-uploaded cloudware bitsWhile most &quot;cloudware&quot; (AWS, Azure, GCP, Vagrant) images get uploadedto their respective clouds, we have two images -- BASIC-CI andBASIC-CLOUDINIT -- which are published via the FTP mirrors.  We havebeen handling these using a manual and error-prone process of copyingthem from the internal build directories into the FTP staging tree,but they should be handled using the &quot;make install ftp-stage&quot;mechanism which is used for all the other published images.This commit 1. Adds a new &apos;make cloud-install&apos; target which is run aspart of &apos;make install&apos; and installs BASIC-CI and BASIC-CLOUDINIT images,and 2. Extends &apos;make ftp-stage&apos; in Makefile.mirrors to copy those bitsinto the FTP staging area.As a side benefit, this will also make BASIC-CI and BASIC-CLOUDINITimages available for arm64; until now they have only been availablefor amd64.MFC after:	1 week

            List of files:
            /freebsd/release/Makefile.mirrors</description>
        <pubDate>Wed, 19 Jun 2024 21:28:42 +0200</pubDate>
        <dc:creator>Colin Percival &lt;cperciva@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f4b08097d8e274e1a8526d864c31462ea42d9e9f - release: Stage non-UFS images in vm-images-stage</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/release/Makefile.mirrors#f4b08097d8e274e1a8526d864c31462ea42d9e9f</link>
        <description>release: Stage non-UFS images in vm-images-stageWhen the VM image building code was updated to support buildingnon-UFS images, the vm-images-stage target was not updated toinstall those newly built images to the FTP site.  As a result, wehave been sending weekly snapshot announcements since August claimingthat ZFS VM images are available when they are not in fact presentanywhere publicly accessible.Fixes:	32ae9a6b3937 &quot;release: Build UFS and ZFS VM images&quot;Reported by:	Michael DexterMFC after:	5 days

            List of files:
            /freebsd/release/Makefile.mirrors</description>
        <pubDate>Wed, 01 May 2024 19:56:51 +0200</pubDate>
        <dc:creator>Colin Percival &lt;cperciva@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/release/Makefile.mirrors#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd/release/Makefile.mirrors</description>
        <pubDate>Wed, 16 Aug 2023 19:55:03 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d3df64ad991881a50dd2b4e58c16e69958cf0f3b - Append the branch commit count to _SNAP_SUFFIX for development</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/release/Makefile.mirrors#d3df64ad991881a50dd2b4e58c16e69958cf0f3b</link>
        <description>Append the branch commit count to _SNAP_SUFFIX for developmentsnapshot builds.Sponsored by:	Rubicon Communications, LLC (netgate.com)

            List of files:
            /freebsd/release/Makefile.mirrors</description>
        <pubDate>Wed, 16 Dec 2020 19:40:49 +0100</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4708d329f8932d5cd87a56a417b647a6fef2708d - Fix staging riscv images.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/release/Makefile.mirrors#4708d329f8932d5cd87a56a417b647a6fef2708d</link>
        <description>Fix staging riscv images.Sponsored by:	Rubicon Communications, LLC (netgate.com)

            List of files:
            /freebsd/release/Makefile.mirrors</description>
        <pubDate>Wed, 09 Dec 2020 21:38:26 +0100</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>92fb4f8a616dbb2b93b333341525b60866cb02a1 - Merge the projects/release-git branch to head.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/release/Makefile.mirrors#92fb4f8a616dbb2b93b333341525b60866cb02a1</link>
        <description>Merge the projects/release-git branch to head.This allows building 13.x from Git instead of Subversion.No MFC to stable branches is planned at this time. [1]Discussed with:	git working group [1]Sponsored by:	Rubicon Communications, LLC (netgate.com)

            List of files:
            /freebsd/release/Makefile.mirrors</description>
        <pubDate>Thu, 27 Aug 2020 23:19:16 +0200</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>29b282f31d7388dfd9806fd1a0df8c37784482d8 - Makefile.inc1:</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/release/Makefile.mirrors#29b282f31d7388dfd9806fd1a0df8c37784482d8</link>
        <description>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 &apos;r&apos; 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)

            List of files:
            /freebsd/release/Makefile.mirrors</description>
        <pubDate>Thu, 16 Jul 2020 22:34:26 +0200</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7f49ce7a0b5f0d501d233308d73ccb1bf191a68b - MFHead @349476</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/release/Makefile.mirrors#7f49ce7a0b5f0d501d233308d73ccb1bf191a68b</link>
        <description>MFHead @349476Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/release/Makefile.mirrors</description>
        <pubDate>Fri, 28 Jun 2019 01:50:54 +0200</pubDate>
        <dc:creator>Alan Somers &lt;asomers@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>343a7eabf30393a4ee7b51469ddc804b9ac132a4 - Include files containing metadata specific to the branch in the</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/release/Makefile.mirrors#343a7eabf30393a4ee7b51469ddc804b9ac132a4</link>
        <description>Include files containing metadata specific to the branch in thedirectory where the individual distribution sets exist.The new metadata files include the build date, svn branch, andrevision of the build.Requested by:	Mellanox Technologies (via kib)MFC after:	3 daysSponsored by:	Rubicon Communications, LLC (Netgate)

            List of files:
            /freebsd/release/Makefile.mirrors</description>
        <pubDate>Tue, 25 Jun 2019 16:56:13 +0200</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>14b841d4a8e6c25d964f5e3bbda379a1541a27ec - MFH @ r337607, in preparation for boarding</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/release/Makefile.mirrors#14b841d4a8e6c25d964f5e3bbda379a1541a27ec</link>
        <description>MFH @ r337607, in preparation for boarding

            List of files:
            /freebsd/release/Makefile.mirrors</description>
        <pubDate>Sat, 11 Aug 2018 06:26:29 +0200</pubDate>
        <dc:creator>Kyle Evans &lt;kevans@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
