History log of /freebsd-14.2/usr.sbin/bsdinstall/scripts/mirrorselect (Results 1 – 25 of 25)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: release/13.4.0-p5, release/13.5.0-p1, release/14.2.0-p3, release/13.5.0, release/14.2.0-p2, release/14.1.0-p8, release/13.4.0-p4, release/14.1.0-p7, release/14.2.0-p1, release/13.4.0-p3, release/14.2.0, release/13.4.0, release/14.1.0, release/13.3.0
# 275aee51 15-Feb-2024 Philip Paeps <[email protected]>

bsdinstall: prefer HTTP

In 2024, users are more likely to have working HTTP than working FTP.
Present http://ftp.FreeBSD.org as the first option in the installer.
Keep ftp://ftp.FreeBSD.org as the s

bsdinstall: prefer HTTP

In 2024, users are more likely to have working HTTP than working FTP.
Present http://ftp.FreeBSD.org as the first option in the installer.
Keep ftp://ftp.FreeBSD.org as the second option.

MFC after: 3 weeks

(cherry picked from commit 9c59988175ffd6b42c6927c0939e13abc43f7344)

show more ...


Revision tags: release/14.0.0
# d0b2dbfa 16-Aug-2023 Warner Losh <[email protected]>

Remove $FreeBSD$: one-line sh pattern

Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/


Revision tags: release/13.2.0
# 591e2911 10-Jan-2023 Danilo G. Baio <[email protected]>

bsdconfig, bsdinstall: Refresh mirrors list

The mirrors list is in sync with the Handbook / Mirrors section [1],
which was refreshed a few months ago. Mirrors removed were not
responding or had dupl

bsdconfig, bsdinstall: Refresh mirrors list

The mirrors list is in sync with the Handbook / Mirrors section [1],
which was refreshed a few months ago. Mirrors removed were not
responding or had duplicated addresses (aliases) with another mirror.

1 - https://docs.freebsd.org/en/books/handbook/mirrors/

Reviewed by: philip (clusteradm)
Approved by: philip
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D38014

show more ...


Revision tags: release/12.4.0
# cc42ef53 24-May-2022 Brad Davis <[email protected]>

bsdinstall: allow whitelabeling the scripts

Approved by: allanjude, asiciliano
Differential Revision: https://reviews.freebsd.org/D35197
Sponsored by: Rubicon Communications, LLC ("Netgate")


Revision tags: release/13.1.0
# bbddd888 26-Mar-2022 Alfonso S. Siciliano <[email protected]>

bsdinstall mirrorselect: Replace dialog with bsddialog

Replace (LGPL) dialog utility with (BSD-2-Clause) bsddialog utility.

Approved by: bapt (mentor)
Differential Revision: https://reviews.freebs

bsdinstall mirrorselect: Replace dialog with bsddialog

Replace (LGPL) dialog utility with (BSD-2-Clause) bsddialog utility.

Approved by: bapt (mentor)
Differential Revision: https://reviews.freebsd.org/D34582

show more ...


Revision tags: release/12.3.0
# 7daa45be 17-Jun-2021 Philip Paeps <[email protected]>

bsdinstall: add a new mirror in Bulgaria

Provided by Telepoint Mirror Service.

Reported by: Valentin Nikolov <[email protected]>
MFC after: 3 days


Revision tags: release/13.0.0
# e5fc416c 06-Apr-2021 Philip Paeps <[email protected]>

bsdinstall: remove ftp7.ua.freebsd.org mirror

PR: 254779
Reported by: Dmytro <[email protected]>


Revision tags: release/12.2.0
# ce5ab966 26-Sep-2020 Niclas Zeising <[email protected]>

bsdconfig, bsdinstall: Prune dead mirrors

Prune dead mirrors from the list of mirrors in bsdconfig and bsdinstall.
All these return NXDOMAIN when trying to resolve them.

Reviewed by: emaste
Approve

bsdconfig, bsdinstall: Prune dead mirrors

Prune dead mirrors from the list of mirrors in bsdconfig and bsdinstall.
All these return NXDOMAIN when trying to resolve them.

Reviewed by: emaste
Approved by: emaste
MFC after: 3 days
Differential Revision: https://reviews.freebsd.org/D26535

show more ...


Revision tags: release/11.4.0
# 762f1f6b 28-Feb-2020 Philip Paeps <[email protected]>

bsdinstall: remove the Italian mirror

ftp.it.FreeBSD.org has been down for several years.

PR: 244481
Reported by: [email protected]
MFC after: 3 days


Revision tags: release/12.1.0, release/11.3.0, release/12.0.0
# 2ba8b5b3 08-Oct-2018 Glen Barber <[email protected]>

Fix the distribution path for -ALPHA builds, which are under
the snapshots directory, not releases.

Reported by: David Marec david.marec _at_ davenulle _dot_ org
Approved by: re (rgrimes)
Sponsored

Fix the distribution path for -ALPHA builds, which are under
the snapshots directory, not releases.

Reported by: David Marec david.marec _at_ davenulle _dot_ org
Approved by: re (rgrimes)
Sponsored by: The FreeBSD Foundation

show more ...


Revision tags: release/11.2.0, release/10.4.0, release/11.1.0, release/11.0.1, release/11.0.0, release/10.3.0, release/10.2.0, release/10.1.0
# a382af08 24-Jul-2014 Dag-Erling Smørgrav <[email protected]>

Strip the patch level from the release name before trying to fetch the
distribution.

PR: 170264
Approved by: nathanw
MFC after: 1 week


Revision tags: release/9.3.0, release/10.0.0
# 582071bd 28-Sep-2013 Gavin Atkinson <[email protected]>

Remove ftp5.se.f.o, as per request to -hubs@

Approved by: re (glebius)
MFC after: 3 days


# 59ecdf43 27-Sep-2013 Brad Davis <[email protected]>

- Remove the is (Iceland) mirror per mail from the admins.

Approved by: re
With hat: clusteradm@


Revision tags: release/9.2.0
# c77936e7 13-Aug-2013 Glen Barber <[email protected]>

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 da

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

show more ...


# 9c99f4d7 23-Jul-2013 Gavin Atkinson <[email protected]>

Remove ftp2.tr.freebsd.org, it is out of date.

MFC after: 3 days


# a6df4068 22-Jul-2013 Gavin Atkinson <[email protected]>

Update mirror list to more closely match
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/mirrors-ftp.html

MFC after: 1 week


Revision tags: release/8.4.0
# d03e1e1b 09-Dec-2012 Glen Barber <[email protected]>

Add missed BETA* to list.

Approved by: simon (implicit)
MFC after: 3 days
X-MFC-With: r244058


# 39d4f2c6 09-Dec-2012 Glen Barber <[email protected]>

Get 'uname -r' earlier, so it can be used to determine what branch is
being run to set BSDINSTALL_DISTSITE accordingly. This change allows
non-RELEASE branches to use the FTP snapshots directory for

Get 'uname -r' earlier, so it can be used to determine what branch is
being run to set BSDINSTALL_DISTSITE accordingly. This change allows
non-RELEASE branches to use the FTP snapshots directory for bootonly.iso
installations.

Approved by: simon

show more ...


# 43b54fd4 04-Dec-2012 Joel Dahl <[email protected]>

Remove snapshots.jp.freebsd.org. It stopped working years ago.

Discussed with: hrs


# b8c337a3 03-Dec-2012 Joel Dahl <[email protected]>

- Remove snapshots.se.freebsd.org [1]
- Add ftp6.se.freebsd.org

Discussed with: brd [1]


Revision tags: release/9.1.0
# 4e355d39 10-May-2012 Ollivier Robert <[email protected]>

Add the IPv6 tag to ftp4.fr.freebsd.org.


Revision tags: release/8.3.0_cvs, release/8.3.0, release/9.0.0
# c9c00408 10-Sep-2011 Christian Brueffer <[email protected]>

Add ftp4.se.freebsd.org to the IPv4 and IPv6 mirror lists.

PR: 157210, 157211
Submitted by: Niclas Zeising <[email protected]>
Approved by: re (kib)


# f68ebb0e 30-Aug-2011 Nathan Whitehorn <[email protected]>

Swap FTP paths to be MACHINE/MACHINE_ARCH instead of MACHINE_ARCH/MACHINE.
This follows what the output of make targets looks like, and reduces the
number of directories needed on the FTP server, sin

Swap FTP paths to be MACHINE/MACHINE_ARCH instead of MACHINE_ARCH/MACHINE.
This follows what the output of make targets looks like, and reduces the
number of directories needed on the FTP server, since we now have only one
architecture with multiple machine types (i386, which has i386 and pc98),
but 3 machines with 9 architectures between them (powerpc, mips, and arm).

Requested by: kensmith, bz
Approved by: re(kensmith)

show more ...


# f58d163a 05-Aug-2011 Ollivier Robert <[email protected]>

Add back ftp4, a new machine has taken its place. ftp2 and ftp8 are both IPv6 capable
mirrors. cvsup4/ftp4 have already been added to the handbook.

Reviewed by: nathanw
Approved by: re (kib)


# 6dcef0cf 27-Mar-2011 Nathan Whitehorn <[email protected]>

Add mirror selection for FTP installs. To support TBEMD installs
(e.g. powerpc64), this looks in a slightly different default path than now,
specifying both $MACHINE and $MACHINE_ARCH:
MIRROR/pub/Fre

Add mirror selection for FTP installs. To support TBEMD installs
(e.g. powerpc64), this looks in a slightly different default path than now,
specifying both $MACHINE and $MACHINE_ARCH:
MIRROR/pub/FreeBSD/releases/`uname -p`/`uname -m`/`uname -r`

How to handle TBEMD properly probably merits some more discussion, but,
since no such 9.0-CURRENT distfiles exist at the moment, all existing
mirrors presently fail anyway.

show more ...