1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-18 02:19:39 +00:00

14.1: update to RC1

Now that we're at RC1, switch from "quarterly" packages to the release
package set.

Approved by:	re (implicit)
This commit is contained in:
Colin Percival 2024-05-23 17:10:09 -07:00
parent 8f7da18ea2
commit 4de43de58f
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
release: {
url: "pkg+http://pkg.FreeBSD.org/${ABI}/quarterly",
url: "pkg+http://pkg.FreeBSD.org/${ABI}/release_1",
mirror_type: "srv",
signature_type: "fingerprints",
fingerprints: "/usr/share/keys/pkg",

View File

@ -53,7 +53,7 @@
TYPE="FreeBSD"
REVISION="14.1"
BRANCH="BETA3"
BRANCH="RC1"
if [ -n "${BRANCH_OVERRIDE}" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi