Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Oct 2025 17:29:25 GMT
From:      Colin Percival <cperciva@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 026707768f67 - main - release: Don't publish pkgbase.repo for embedded
Message-ID:  <202510041729.594HTPIA035878@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by cperciva:

URL: https://cgit.FreeBSD.org/src/commit/?id=026707768f673518c2fe9bcd9020d53a0d02fc7e

commit 026707768f673518c2fe9bcd9020d53a0d02fc7e
Author:     Colin Percival <cperciva@FreeBSD.org>
AuthorDate: 2025-10-04 16:52:42 +0000
Commit:     Colin Percival <cperciva@FreeBSD.org>
CommitDate: 2025-10-04 17:29:21 +0000

    release: Don't publish pkgbase.repo for embedded
    
    The embedded "SD card" images build very differently from regular
    releases, and don't use pkgbase yet.
    
    MFC after:      3 days
    Sponsored by:   https://www.patreon.com/cperciva
---
 release/Makefile.mirrors | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/release/Makefile.mirrors b/release/Makefile.mirrors
index 958ac7717616..6778b86873e6 100644
--- a/release/Makefile.mirrors
+++ b/release/Makefile.mirrors
@@ -63,10 +63,12 @@ STAGE_TARGETS+=		oci-images-stage
 OCI_DIR=		${TLD}/OCI-IMAGES/${REVISION}-${BRANCH}/${TARGET_ARCH}
 .endif
 
+.if !defined(EMBEDDED) || empty(EMBEDDED)
 .if !defined(NOPKGBASE) || empty(NOPKGBASE)
 STAGE_TARGETS+=		pkgbase-repo-stage
 PKGBASE_DIR=		${TLD}/PKGBASE-REPOS/${REVISION}-${BRANCH}/${TARGET_ARCH}
 .endif
+.endif
 
 CLEANFILES+=		${STAGE_TARGETS}
 CHECKSUM_FILES?=	SHA512 SHA256



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202510041729.594HTPIA035878>