summaryrefslogtreecommitdiffstats
path: root/release/pkg_repos
diff options
context:
space:
mode:
authorgjb <gjb@FreeBSD.org>2014-01-16 16:44:23 +0000
committergjb <gjb@FreeBSD.org>2014-01-16 16:44:23 +0000
commitf05153a94adcaac301b6af388b12797a4b7f6a82 (patch)
treeda0cea44fd801280f0f0ea39f9c1300ef674e4b9 /release/pkg_repos
parent5bc00a6112eadb1365612d2681aed5cfed2de262 (diff)
downloadFreeBSD-src-f05153a94adcaac301b6af388b12797a4b7f6a82.zip
FreeBSD-src-f05153a94adcaac301b6af388b12797a4b7f6a82.tar.gz
MFC r260772:
Update the pkg-stage target to be more compatible with pkg-1.2: - Add a release-dvd.conf pkg(8) configuration file to override the default FreeBSD.conf configuration. - Remove architecture-specific pkg-stage.conf files, consolidate, and move their contents to scripts/pkg-stage.sh. - Use 'pkg -vv' to determine the ABI, which is used as the cache directory. Prior to these changes, it would be possible for pkg-stage to fetch conflicting binary packages from multiple repositories. Tested against: head@r260522, stable/10@r260522 Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'release/pkg_repos')
-rw-r--r--release/pkg_repos/release-dvd.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/release/pkg_repos/release-dvd.conf b/release/pkg_repos/release-dvd.conf
new file mode 100644
index 0000000..9541359
--- /dev/null
+++ b/release/pkg_repos/release-dvd.conf
@@ -0,0 +1,8 @@
+# $FreeBSD$
+release: {
+ url: "pkg+http://pkg.FreeBSD.org/${ABI}/latest",
+ mirror_type: "srv",
+ signature_type: "fingerprints",
+ fingerprints: "/usr/share/keys/pkg",
+ enabled: yes
+}
OpenPOWER on IntegriCloud