svn commit: r266554 - head/release/scripts

Glen Barber gjb at FreeBSD.org
Thu May 22 19:25:42 UTC 2014


Author: gjb
Date: Thu May 22 19:25:41 2014
New Revision: 266554
URL: http://svnweb.freebsd.org/changeset/base/266554

Log:
  Disable the main FreeBSD pkg(7) repositories in the dvd
  repository configuration to avoid fetching from upstream
  in case there may be conflicts.
  
  MFC After:	3 days
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/release/scripts/FreeBSD_install_cdrom.conf

Modified: head/release/scripts/FreeBSD_install_cdrom.conf
==============================================================================
--- head/release/scripts/FreeBSD_install_cdrom.conf	Thu May 22 19:22:03 2014	(r266553)
+++ head/release/scripts/FreeBSD_install_cdrom.conf	Thu May 22 19:25:41 2014	(r266554)
@@ -10,3 +10,7 @@ FreeBSD_install_cdrom: {
   enabled: yes
 }
 
+FreeBSD: {
+  enabled: no
+}
+


More information about the svn-src-head mailing list