svn commit: r254360 - stable/9/usr.sbin/bsdinstall/scripts

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


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

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.

Modified:
  stable/9/usr.sbin/bsdinstall/scripts/mirrorselect
Directory Properties:
  stable/9/usr.sbin/bsdinstall/scripts/   (props changed)

Modified: stable/9/usr.sbin/bsdinstall/scripts/mirrorselect
==============================================================================
--- stable/9/usr.sbin/bsdinstall/scripts/mirrorselect	Thu Aug 15 10:17:20 2013	(r254359)
+++ stable/9/usr.sbin/bsdinstall/scripts/mirrorselect	Thu Aug 15 10:31:31 2013	(r254360)
@@ -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-stable mailing list