svn commit: r305784 - releng/11.0/release/pkg_repos

Glen Barber gjb at FreeBSD.org
Tue Sep 13 22:56:23 UTC 2016


Author: gjb
Date: Tue Sep 13 22:56:21 2016
New Revision: 305784
URL: https://svnweb.freebsd.org/changeset/base/305784

Log:
  Switch the pkg(8) repository to use the 11.0 release package set for
  consistent DVD image creation.
  
  This is a direct commit to releng/11.0.
  
  Approved by:	re (implicit)
  Sponsored by:	The FreeBSD Foundation

Modified:
  releng/11.0/release/pkg_repos/release-dvd.conf

Modified: releng/11.0/release/pkg_repos/release-dvd.conf
==============================================================================
--- releng/11.0/release/pkg_repos/release-dvd.conf	Tue Sep 13 22:17:25 2016	(r305783)
+++ releng/11.0/release/pkg_repos/release-dvd.conf	Tue Sep 13 22:56:21 2016	(r305784)
@@ -1,6 +1,6 @@
 # $FreeBSD$
 release: {
-  url: "pkg+http://pkg.FreeBSD.org/${ABI}/quarterly",
+  url: "pkg+http://pkg.FreeBSD.org/${ABI}/release_0",
   mirror_type: "srv",
   signature_type: "fingerprints",
   fingerprints: "/usr/share/keys/pkg",


More information about the svn-src-all mailing list