[Reproducible-commits] [misc] 01/01: reports/get-latest-data: show progress while downloading reproducible.db, and support resuming the download

Mattia Rizzolo mattia at debian.org
Tue Jun 14 10:20:34 UTC 2016


This is an automated email from the git hooks/post-receive script.

mattia pushed a commit to branch master
in repository misc.

commit 5840fb5d5e68bf07c7e15b4c96cd2cec3dcab30d
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Tue Jun 14 10:20:24 2016 +0000

    reports/get-latest-data: show progress while downloading reproducible.db, and support resuming the download
    
    the file is huge, and i prefer having quick feedback rather than staring at the screen
---
 reports/bin/get-latest-data | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/reports/bin/get-latest-data b/reports/bin/get-latest-data
index 56cc026..5f83d85 100755
--- a/reports/bin/get-latest-data
+++ b/reports/bin/get-latest-data
@@ -49,9 +49,9 @@ export RB_REPORT_WEEK_START=$week_start
 export RB_REPORT_WEEK_END=$week_end
 eof
 
-echo >&2 "- reproducible.db (>350MB)"
+echo -n >&2 "- reproducible.db (>350MB)"
 url=https://reproducible.debian.net/reproducible.db
-$TORSOCKS wget -q -N $url
+$TORSOCKS wget -q --show-progress -c $url
 
 echo >&2 "- changelogs of newly-reproducible packages"
 mkdir -p changelogs

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/misc.git



More information about the Reproducible-commits mailing list