Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1671)

Unified Diff: memento_updater.sh

Issue 6854018: memento_updater: reduce message flood by controlling wget output format (Closed) Base URL: ssh://gitrw.chromium.org:9222/memento_softwareupdate.git@master
Patch Set: Created 9 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: memento_updater.sh
diff --git a/memento_updater.sh b/memento_updater.sh
index 4bc8e1cd4ce74de3bee328d4e9636448d0126504..3e3a8adc59dc7c327009991c153a6c7ff9a307ca 100755
--- a/memento_updater.sh
+++ b/memento_updater.sh
@@ -230,7 +230,7 @@ if [ "$KINSTALL_DEV" != "none" ]; then
WRITE_COMMAND='"$(dirname "$0")"/split_write "$KINSTALL_DEV" "$INSTALL_DEV"'
fi
-COMMAND='wget -O - --load-cookies <(echo "$COOKIES") \
+COMMAND='wget --progress=dot:mega -O - --load-cookies <(echo "$COOKIES") \
"$IMG_URL" 2>> "$MEMENTO_AU_LOG" | \
tee >(openssl sha1 -binary | openssl base64 > "$CHECKSUM_FILE") | \
gzip -d | '${WRITE_COMMAND}' ; echo ${PIPESTATUS[*]}'
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698