This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch feature/openbox in repository live-build-x2go. commit 3a58f195fafb13e5eb3ce74b5e84d194760374ae Author: Stefan Baur (BAUR-ITCS) <kontakt@baur-itcs.de> Date: Sat Jan 14 01:04:32 2017 +0100 changed wget output to progress bar style in all cases --- .../lib/live/config/2300-live-autoupdate | 1 + 1 file changed, 1 insertion(+) diff --git a/config/includes.chroot/lib/live/config/2300-live-autoupdate b/config/includes.chroot/lib/live/config/2300-live-autoupdate index 9e6a310..8b351fd 100755 --- a/config/includes.chroot/lib/live/config/2300-live-autoupdate +++ b/config/includes.chroot/lib/live/config/2300-live-autoupdate @@ -230,6 +230,7 @@ if echo "$DOWNLOADURL" | grep -q "^http" || \ ) # outputs integer kilobytes, not rounded echo "Determined bandwidth limit: '$BWLIMIT KB/s'" DOWNLOADCOMMAND="wget -Nr -l 1 -nd -P "$TEMPDIR" \ + --progress=bar:force \ --limit-rate=${BWLIMIT}k $DOWNLOADURL" elif echo "$DOWNLOADURL" | grep -q "^rsync"; then -- Alioth's /srv/git/code.x2go.org/live-build-x2go.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/live-build-x2go.git