#
2911c44b |
| 15-Feb-2024 |
Philip Paeps <philip@FreeBSD.org> |
bsdinstall: remove two dead mirrors
|
#
9c599881 |
| 15-Feb-2024 |
Philip Paeps <philip@FreeBSD.org> |
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
show more ...
|
Revision tags: release/14.0.0 |
|
#
c0e249d3 |
| 15-Aug-2023 |
Lars Kellogg-Stedman <lars@oddbit.com> |
bsdinstall: avoid conflicts with fd 3
Throughout the bsdinstall script fd 3 is used by f_dprintf (set through $TERMINAL_STDOUT_PASSTHRU). In several places in the bsdinstalls scripts, we use fd 3 to
bsdinstall: avoid conflicts with fd 3
Throughout the bsdinstall script fd 3 is used by f_dprintf (set through $TERMINAL_STDOUT_PASSTHRU). In several places in the bsdinstalls scripts, we use fd 3 to juggle stdout when calling out to other tools, which can cause the installer to fail with a "Bad file descriptor" error when f_dprintf attempts to use it.
This commit replaces all constructs like this:
exec 3>&1 SOME_VARIABLE=$(some command 2>&1 1>&3) exec 3>&-
With:
exec 5>&1 SOME_VARIABLE=$(some command 2>&1 1>&5) exec 5>&-
PR: 273148 Reviewed by: corvink Fixes: 1f7746d81f53447ac15cc99395bb714d4dd0a4da ("bsdinstall: stop messing with file descriptors") MFC after: 1 week
show more ...
|
#
d0b2dbfa |
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
|
Revision tags: release/13.2.0 |
|
#
591e2911 |
| 10-Jan-2023 |
Danilo G. Baio <dbaio@FreeBSD.org> |
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 <brd@FreeBSD.org> |
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 <asiciliano@FreeBSD.org> |
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 <philip@FreeBSD.org> |
bsdinstall: add a new mirror in Bulgaria
Provided by Telepoint Mirror Service.
Reported by: Valentin Nikolov <mirror@telepoint.bg> MFC after: 3 days
|
Revision tags: release/13.0.0 |
|
#
e5fc416c |
| 06-Apr-2021 |
Philip Paeps <philip@FreeBSD.org> |
bsdinstall: remove ftp7.ua.freebsd.org mirror
PR: 254779 Reported by: Dmytro <dima@dima.rv.ua>
|
Revision tags: release/12.2.0 |
|
#
ce5ab966 |
| 26-Sep-2020 |
Niclas Zeising <zeising@FreeBSD.org> |
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 |
|
#
91019ea7 |
| 29-Feb-2020 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r358400 through r358465.
|
#
762f1f6b |
| 28-Feb-2020 |
Philip Paeps <philip@FreeBSD.org> |
bsdinstall: remove the Italian mirror
ftp.it.FreeBSD.org has been down for several years.
PR: 244481 Reported by: xgeoplasma6@gmail.com MFC after: 3 days
|
Revision tags: release/12.1.0, release/11.3.0, release/12.0.0 |
|
#
c6879c6c |
| 23-Oct-2018 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r339015 through r339669.
|
#
7c328352 |
| 09-Oct-2018 |
Glen Barber <gjb@FreeBSD.org> |
MFH r338661 through r339253.
Sponsored by: The FreeBSD Foundation
|
#
2ba8b5b3 |
| 08-Oct-2018 |
Glen Barber <gjb@FreeBSD.org> |
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 |
|
#
246e7a2b |
| 02-Sep-2014 |
Neel Natu <neel@FreeBSD.org> |
IFC @r269962
Submitted by: Anish Gupta (akgupt3@gmail.com)
|
#
ee7b0571 |
| 19-Aug-2014 |
Simon J. Gerraty <sjg@FreeBSD.org> |
Merge head from 7/28
|
#
1b833d53 |
| 13-Aug-2014 |
Alexander V. Chernikov <melifaro@FreeBSD.org> |
Sync to HEAD@r269943.
|
#
a382af08 |
| 24-Jul-2014 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
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 |
|
#
064bee34 |
| 30-Oct-2013 |
Peter Grehan <grehan@FreeBSD.org> |
MFC @ r256071
This is just prior to the bhyve_npt_pmap import so will allow just the change to be merged for easier debug.
|
#
0bfd163f |
| 18-Oct-2013 |
Gleb Smirnoff <glebius@FreeBSD.org> |
Merge head r233826 through r256722.
|
#
3caf0790 |
| 13-Oct-2013 |
Simon J. Gerraty <sjg@FreeBSD.org> |
Merge head@256284
|
#
1ccca3b5 |
| 10-Oct-2013 |
Alan Somers <asomers@FreeBSD.org> |
IFC @256277
Approved by: ken (mentor)
|
#
27650413 |
| 02-Oct-2013 |
Mark Murray <markm@FreeBSD.org> |
MFC - tracking update.
|
#
582071bd |
| 28-Sep-2013 |
Gavin Atkinson <gavin@FreeBSD.org> |
Remove ftp5.se.f.o, as per request to -hubs@
Approved by: re (glebius) MFC after: 3 days
|