mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-19 15:33:56 +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:
parent
09312399a7
commit
d6e1e31a0e
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=339960
@ -1888,7 +1888,7 @@ fetch_files () {
|
|||||||
echo ${NDEBUG} "files... "
|
echo ${NDEBUG} "files... "
|
||||||
lam -s "${FETCHDIR}/f/" - -s ".gz" < filelist |
|
lam -s "${FETCHDIR}/f/" - -s ".gz" < filelist |
|
||||||
xargs ${XARGST} ${PHTTPGET} ${SERVERNAME} \
|
xargs ${XARGST} ${PHTTPGET} ${SERVERNAME} \
|
||||||
2>${QUIETREDIR}
|
2>${STATSREDIR} | fetch_progress
|
||||||
|
|
||||||
while read Y; do
|
while read Y; do
|
||||||
if ! [ -f ${Y}.gz ]; then
|
if ! [ -f ${Y}.gz ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user