Upgrade to FreeBSD 14.1
This commit is contained in:
parent
9dc43479aa
commit
2042719a3c
@ -25,5 +25,5 @@ poudriere_builds:
|
|||||||
set: computer
|
set: computer
|
||||||
version: CURRENT
|
version: CURRENT
|
||||||
kernel: GENERIC
|
kernel: GENERIC
|
||||||
branch: releng/14.0
|
branch: releng/14.1
|
||||||
srcconf: 14broadwell_src.conf
|
srcconf: 14broadwell_src.conf
|
||||||
|
@ -32,10 +32,13 @@ function by_bin {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function by_pkg {
|
function by_pkg {
|
||||||
|
# current https://pkg.freebsd.org/FreeBSD:15:amd64/base_latest
|
||||||
|
# 14/stable https://pkg.freebsd.org/FreeBSD:14:amd64/base_latest
|
||||||
|
# 14.1 https://pkg.freebsd.org/FreeBSD:14:amd64/base_release_1
|
||||||
local config
|
local config
|
||||||
config=$(cat <<EOF
|
config=$(cat <<EOF
|
||||||
base: {
|
base: {
|
||||||
url: "https://pkg.freebsd.org/FreeBSD:14:amd64/base_latest",
|
url: "https://pkg.freebsd.org/FreeBSD:14:amd64/base_release_1",
|
||||||
mirror_type: "none",
|
mirror_type: "none",
|
||||||
enabled: yes,
|
enabled: yes,
|
||||||
priority: 100
|
priority: 100
|
||||||
|
Loading…
x
Reference in New Issue
Block a user