git: dc5aae134a44 - releng/15.0 - release: Switch back to latest packages for now

From: Colin Percival <cperciva_at_FreeBSD.org>
Date: Fri, 17 Oct 2025 01:17:35 UTC
The branch releng/15.0 has been updated by cperciva:

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

commit dc5aae134a44d18921e179355e9b93a7eff534ed
Author:     Colin Percival <cperciva@FreeBSD.org>
AuthorDate: 2025-10-17 01:15:15 +0000
Commit:     Colin Percival <cperciva@FreeBSD.org>
CommitDate: 2025-10-17 01:15:15 +0000

    release: Switch back to latest packages for now
    
    Normally in BETAs the DVD images get packages from the latest
    quarterly package build; but aarch64 does not yet have a quarterly
    package set built for 15.x, and this made the BETA1 aarch64 builds
    fail.  Switch back to using packages from the "latest" package set.
    
    Direct commit to releng/15.0; will be reverted before the release.
    
    Approved by:    re (cperciva)
    Sponsored by:   https://www.patreon.com/cperciva
---
 release/pkg_repos/release-dvd.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/release/pkg_repos/release-dvd.conf b/release/pkg_repos/release-dvd.conf
index 600c309d5979..c2e64c43a56f 100644
--- a/release/pkg_repos/release-dvd.conf
+++ b/release/pkg_repos/release-dvd.conf
@@ -1,5 +1,5 @@
 release: {
-  url: "pkg+http://pkg.FreeBSD.org/${ABI}/quarterly",
+  url: "pkg+http://pkg.FreeBSD.org/${ABI}/latest",
   mirror_type: "srv",
   signature_type: "fingerprints",
   fingerprints: "/usr/share/keys/pkg",