svn commit: r254361 - releng/9.2/usr.sbin/bsdinstall/scripts

Glen Barber gjb at FreeBSD.org
Thu Aug 15 10:38:11 UTC 2013


Author: gjb
Date: Thu Aug 15 10:38:10 2013
New Revision: 254361
URL: http://svnweb.freebsd.org/changeset/base/254361

Log:
  MFC r254265:
   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.
  
  Approved by:	re (marius)

Modified:
  releng/9.2/usr.sbin/bsdinstall/scripts/mirrorselect
Directory Properties:
  releng/9.2/usr.sbin/bsdinstall/scripts/   (props changed)

Modified: releng/9.2/usr.sbin/bsdinstall/scripts/mirrorselect
==============================================================================
--- releng/9.2/usr.sbin/bsdinstall/scripts/mirrorselect	Thu Aug 15 10:31:31 2013	(r254360)
+++ releng/9.2/usr.sbin/bsdinstall/scripts/mirrorselect	Thu Aug 15 10:38:10 2013	(r254361)
@@ -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