1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-02 12:20:51 +00:00

freebsd-update: add a progress report for the "fetching files..."

After patching step is done.

PR:		232857
Submitted by:	mat@
MFC after:	a week
This commit is contained in:
Conrad Meyer 2018-10-31 17:37:54 +00:00
parent 09312399a7
commit d6e1e31a0e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=339960

View File

@ -1888,7 +1888,7 @@ fetch_files () {
echo ${NDEBUG} "files... "
lam -s "${FETCHDIR}/f/" - -s ".gz" < filelist |
xargs ${XARGST} ${PHTTPGET} ${SERVERNAME} \
2>${QUIETREDIR}
2>${STATSREDIR} | fetch_progress
while read Y; do
if ! [ -f ${Y}.gz ]; then