<?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 pkgbase-stage.lua</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>49d75d93206a9f3e92a5c6ff9cddb80c6cf77581 - pkgbase-stage.lua: Add &apos;*-jail-dbg&apos; variant to dvd1</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/release/scripts/pkgbase-stage.lua#49d75d93206a9f3e92a5c6ff9cddb80c6cf77581</link>
        <description>pkgbase-stage.lua: Add &apos;*-jail-dbg&apos; variant to dvd1- Add *-jail-dbg variant to dvd1 to match the non-jail variant;- Remove assertion introduced in the previous commit for consistency with existing code.Reviewed by: impPull Request: https://github.com/freebsd/freebsd-src/pull/1991

            List of files:
            /freebsd/release/scripts/pkgbase-stage.lua</description>
        <pubDate>Thu, 29 Jan 2026 07:07:57 +0100</pubDate>
        <dc:creator>zxbv3 &lt;zx@bv3.dev&gt;</dc:creator>
    </item>
<item>
        <title>638fb31a75f69d8ed243a93eea0aa4a7510916f9 - pkgbase-stage.lua: Add *-jail metapackages to the offline repo</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/release/scripts/pkgbase-stage.lua#638fb31a75f69d8ed243a93eea0aa4a7510916f9</link>
        <description>pkgbase-stage.lua: Add *-jail metapackages to the offline repoHaving *-jail metapackage variants on the installation media allows convenient offline jail creation.Reviewed by: impPull Request: https://github.com/freebsd/freebsd-src/pull/1991

            List of files:
            /freebsd/release/scripts/pkgbase-stage.lua</description>
        <pubDate>Tue, 27 Jan 2026 17:24:14 +0100</pubDate>
        <dc:creator>zxbv3 &lt;zx@bv3.dev&gt;</dc:creator>
    </item>
<item>
        <title>523fece9d11e5d084c1d20d10d05971f5354d343 - pkgbase-stage: Use unique PKG_DBDIR</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/release/scripts/pkgbase-stage.lua#523fece9d11e5d084c1d20d10d05971f5354d343</link>
        <description>pkgbase-stage: Use unique PKG_DBDIRPrior to this commit, pkgbase-stage.lua used a hard-coded PKG_DBDIR&quot;./pkgdb&quot;; unfortunately this creates a race condition if we startbuilding disc1.iso and dvd1.iso at the same time  pkg: sqlite error while executing CREATE TABLE licenses [...]  in file pkgdb.c:2330: table licenses already existssince pkg checks to see if the pkgdb is initialized and initializesit if not.Use separate pkgdb-disc1 and pkgdb-dvd directories.MFC after:	1 minuteSponsored by:	https://www.patreon.com/cpercivaDifferential Revision:	https://reviews.freebsd.org/D52755

            List of files:
            /freebsd/release/scripts/pkgbase-stage.lua</description>
        <pubDate>Sat, 27 Sep 2025 03:23:20 +0200</pubDate>
        <dc:creator>Colin Percival &lt;cperciva@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f4f0308440d2321fa9172dab1029f16a70289e4e - release: create pkgbase repo config from Makefile</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/release/scripts/pkgbase-stage.lua#f4f0308440d2321fa9172dab1029f16a70289e4e</link>
        <description>release: create pkgbase repo config from MakefileThis will allow the VM image build scripts to use the same repositoryconfig file for installing base system packages at build time.Reviewed by:	emasteSponsored by:	The FreeBSD FoundationDifferential Revision: https://reviews.freebsd.org/D51482

            List of files:
            /freebsd/release/scripts/pkgbase-stage.lua</description>
        <pubDate>Thu, 24 Jul 2025 10:43:33 +0200</pubDate>
        <dc:creator>Isaac Freund &lt;ifreund@freebsdfoundation.org&gt;</dc:creator>
    </item>
<item>
        <title>3f5385beeacf49d0edb563ccc712841bcfd6b158 - release: Improve kernel package handling</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/release/scripts/pkgbase-stage.lua#3f5385beeacf49d0edb563ccc712841bcfd6b158</link>
        <description>release: Improve kernel package handlingAlthough support for PowerPC kernels (GENERIC64 and GENERIC64LE) wasadded to pkgbase-stage.lua, the equivalent support was missing frombsdinstall, so the installer would fail at runtime since it wouldn&apos;tfind a kernel package.Improve the pkgbase-stage logic to have a specific list of kernelswe want to support (which avoids breaking if multiple kernels areavailable), and use the same logic in both bsdinstall and pkgbase-stage.MFC after:	1 dayReviewed by:	cpercivaDifferential Revision:	https://reviews.freebsd.org/D52638

            List of files:
            /freebsd/release/scripts/pkgbase-stage.lua</description>
        <pubDate>Wed, 24 Sep 2025 01:06:30 +0200</pubDate>
        <dc:creator>Lexi Winter &lt;ivy@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5bb96dab061af5f44e6090831f1b2724196828b8 - pkgbase-stage.lua: Add pkg package to the offline repo</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/release/scripts/pkgbase-stage.lua#5bb96dab061af5f44e6090831f1b2724196828b8</link>
        <description>pkgbase-stage.lua: Add pkg package to the offline repoWe need a pkg package on the media so we can install it for offlineinstallations; copy this package from the staging repository to thepkgbase offline repository on the media.MFC after:	1 dayReviewed by:	ifreund_freebsdfoundation.org, cpercivaDifferential Revision:	https://reviews.freebsd.org/D52636

            List of files:
            /freebsd/release/scripts/pkgbase-stage.lua</description>
        <pubDate>Wed, 24 Sep 2025 00:34:03 +0200</pubDate>
        <dc:creator>Lexi Winter &lt;ivy@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7e79bc8ce70693a892c443c42af5ec16a95ba466 - release: use sets to select base packages</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/release/scripts/pkgbase-stage.lua#7e79bc8ce70693a892c443c42af5ec16a95ba466</link>
        <description>release: use sets to select base packagesThe introduction of package sets allows us to replace the currentfragile string matching with this simpler and more robust alternative.Sponsored by:	The FreeBSD FoundationMFC after:	3 secondsReviewed by:	emaste, ivyDifferential Revision:	https://reviews.freebsd.org/D52592

            List of files:
            /freebsd/release/scripts/pkgbase-stage.lua</description>
        <pubDate>Tue, 16 Sep 2025 21:38:54 +0200</pubDate>
        <dc:creator>Isaac Freund &lt;ifreund@freebsdfoundation.org&gt;</dc:creator>
    </item>
<item>
        <title>b9afd7f6a5b1cf1a6cbcef7a55aede7e71a0babc - release: Allow powerpc GENERIC64(le)? kernels</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/release/scripts/pkgbase-stage.lua#b9afd7f6a5b1cf1a6cbcef7a55aede7e71a0babc</link>
        <description>release: Allow powerpc GENERIC64(le)? kernelsThe pkgbase-stage.lua script asserts that it has exactly one &quot;kernel&quot;,but only accepts GENERIC as a &quot;kernel&quot;.  Use a slightly more permissiveregex in order to capture kernels with names which start &quot;GENERIC&quot;.Reviwed by:	ivyMFC after:	12 hoursSponsored by:	https://www.patreon.com/cpercivaDifferential Revision:	https://reviews.freebsd.org/D52544

            List of files:
            /freebsd/release/scripts/pkgbase-stage.lua</description>
        <pubDate>Mon, 15 Sep 2025 04:44:07 +0200</pubDate>
        <dc:creator>Colin Percival &lt;cperciva@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>340e68fd7c0d62cac1f0876b6475a89df5065db5 - release: Pass ABI to pkgbase-stage.lua</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/release/scripts/pkgbase-stage.lua#340e68fd7c0d62cac1f0876b6475a89df5065db5</link>
        <description>release: Pass ABI to pkgbase-stage.luaWe then pass ABI from pkgbase-stage.lua to pkg(8); without this,cross-building releases with PKGBASE enabled fails withpkg: wrong architecture: ...pkg: repository FreeBSD-base contains packages with wrong ABI: ...MFC after:	1 minuteDiscussed with:	emaste, jrtc27Sponsored by:	https://www.patreon.com/c/cperciva

            List of files:
            /freebsd/release/scripts/pkgbase-stage.lua</description>
        <pubDate>Sun, 14 Sep 2025 04:01:26 +0200</pubDate>
        <dc:creator>Colin Percival &lt;cperciva@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6fa24b29d8ff9af93cd249520b648cc745b1ef60 - release, bsdinstall: include FreeBSD-kernel-man package</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/release/scripts/pkgbase-stage.lua#6fa24b29d8ff9af93cd249520b648cc745b1ef60</link>
        <description>release, bsdinstall: include FreeBSD-kernel-man packageThis package has been newly split off during man page reorganization andshould be considered part of the &quot;base&quot; component rather than beingignored. Update pkgbase release and bsdinstall scripts for this change.Reviewed by:	ivySponsored by:	The FreeBSD FoundationDifferential Revision: https://reviews.freebsd.org/D51519

            List of files:
            /freebsd/release/scripts/pkgbase-stage.lua</description>
        <pubDate>Fri, 25 Jul 2025 13:31:59 +0200</pubDate>
        <dc:creator>Isaac Freund &lt;ifreund@freebsdfoundation.org&gt;</dc:creator>
    </item>
<item>
        <title>62d18f8c4c10a5e680b0b795040abffc7964977e - release: Add -DPKGBASE option to include pkgbase packages</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/release/scripts/pkgbase-stage.lua#62d18f8c4c10a5e680b0b795040abffc7964977e</link>
        <description>release: Add -DPKGBASE option to include pkgbase packagesIf this option is set, an offline repo of pkgbase packages correspondingto base.txz and kernel.txz will be included in the disc1 release mediarather than the base.txz and kernel.txz tarballs.Reviewed by:	baptSponsored by:	The FreeBSD FoundationDifferential Revision: https://reviews.freebsd.org/D50346

            List of files:
            /freebsd/release/scripts/pkgbase-stage.lua</description>
        <pubDate>Sat, 10 May 2025 23:36:53 +0200</pubDate>
        <dc:creator>Isaac Freund &lt;ifreund@freebsdfoundation.org&gt;</dc:creator>
    </item>
</channel>
</rss>
