svn commit: r254265 - head/usr.sbin/bsdinstall/scripts

Glen Barber gjb at FreeBSD.org
Tue Aug 13 02:31:46 UTC 2013


Author: gjb
Date: Tue Aug 13 02:31:46 2013
New Revision: 254265
URL: http://svnweb.freebsd.org/changeset/base/254265

Log:
  Make sure bootonly.iso for -BETAs and -RCs use the releases/
  directory on the FTP mirrors to fetch distributions, since
  these are always pushed to releases/ during the release cycle.
  
  MFC after:	3 days
  X-MFC-To:	stable/9, releng/9.2

Modified:
  head/usr.sbin/bsdinstall/scripts/mirrorselect

Modified: head/usr.sbin/bsdinstall/scripts/mirrorselect
==============================================================================
--- head/usr.sbin/bsdinstall/scripts/mirrorselect	Tue Aug 13 00:25:39 2013	(r254264)
+++ head/usr.sbin/bsdinstall/scripts/mirrorselect	Tue Aug 13 02:31:46 2013	(r254265)
@@ -162,7 +162,7 @@ exec 3>&-
 _UNAME_R=`uname -r`
 
 case ${_UNAME_R} in
-	*-CURRENT|*-STABLE|*-BETA*|*-PRERELEASE|*-RC*)
+	*-CURRENT|*-STABLE|*-PRERELEASE)
 		RELDIR="snapshots"
 		;;
 	*)


More information about the svn-src-all mailing list