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"
                ;;
        *)
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to