mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 05:58:57 +00:00
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
This commit is contained in:
parent
83cef45266
commit
c77936e7e5
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=254265
@ -162,7 +162,7 @@ exec 3>&-
|
||||
_UNAME_R=`uname -r`
|
||||
|
||||
case ${_UNAME_R} in
|
||||
*-CURRENT|*-STABLE|*-BETA*|*-PRERELEASE|*-RC*)
|
||||
*-CURRENT|*-STABLE|*-PRERELEASE)
|
||||
RELDIR="snapshots"
|
||||
;;
|
||||
*)
|
||||
|
Loading…
Reference in New Issue
Block a user