diff options
author | gjb <gjb@FreeBSD.org> | 2017-07-06 17:22:33 +0000 |
---|---|---|
committer | gjb <gjb@FreeBSD.org> | 2017-07-06 17:22:33 +0000 |
commit | 0567a18f43cae9a45248f3d5f678f3ea415e3e89 (patch) | |
tree | 6ebf187b822b377ba7a41cf577b15c16101c2f6d | |
parent | ecdacb11285baa1a2aef943a874c5679230c0b4d (diff) | |
download | FreeBSD-src-0567a18f43cae9a45248f3d5f678f3ea415e3e89.zip FreeBSD-src-0567a18f43cae9a45248f3d5f678f3ea415e3e89.tar.gz |
Update the pkg(8) configuration for the default installation and
the dvd1.iso to use the quarterly set, now that the new quarterly
branch exists and packages have built.
This commit was deferred when branching releng/11.1, since the
2017Q3 branch did not exist yet.
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
-rw-r--r-- | etc/pkg/FreeBSD.conf | 2 | ||||
-rw-r--r-- | release/pkg_repos/release-dvd.conf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/etc/pkg/FreeBSD.conf b/etc/pkg/FreeBSD.conf index e4eec8f..68e1d32 100644 --- a/etc/pkg/FreeBSD.conf +++ b/etc/pkg/FreeBSD.conf @@ -8,7 +8,7 @@ # FreeBSD: { - url: "pkg+http://pkg.FreeBSD.org/${ABI}/latest", + url: "pkg+http://pkg.FreeBSD.org/${ABI}/quarterly", mirror_type: "srv", signature_type: "fingerprints", fingerprints: "/usr/share/keys/pkg", diff --git a/release/pkg_repos/release-dvd.conf b/release/pkg_repos/release-dvd.conf index 9541359..34997f2 100644 --- a/release/pkg_repos/release-dvd.conf +++ b/release/pkg_repos/release-dvd.conf @@ -1,6 +1,6 @@ # $FreeBSD$ release: { - url: "pkg+http://pkg.FreeBSD.org/${ABI}/latest", + url: "pkg+http://pkg.FreeBSD.org/${ABI}/quarterly", mirror_type: "srv", signature_type: "fingerprints", fingerprints: "/usr/share/keys/pkg", |